Color Hex Logo

#a630af Color Hex

#A630AF
(166,48,175)
0 Favorites   0 Comments

Color spaces of #a630af

RGB 16648175
HSL0.820.570.44
HSV296°73°69°
CMYK 0.050.730.00   0.31
XYZ24.520713.316041.8353
Yxy13.31600.30780.1671
Hunter Lab36.491156.0861-42.4294
CIE-Lab43.235662.9729-43.2674

#a630af color RGB value is (166,48,175).

#a630af hex color red value is 166, green value is 48 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a630af hue: 0.82 , saturation: 0.57 and the lightness value of a630af is 0.44.

The process color (four color CMYK) of #a630af color hex is 0.05, 0.73, 0.00, 0.31. Web safe color of #a630af is #993399. Color #a630af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110000 10101111
Octal 246 60 257
Decimal 166 48 175
Hex A6 30 AF

RGB Percentages of Color #a630af

%42.67
%12.34
%44.99

CMYK Percentages of Color #a630af

%5
%73
%0
%31

Triadic Colors of #a630af

#a630af #afa630 #30afa6

Analogous Colors of #a630af

#a630af #af3079 #6730af

Monochromatic Colors of #a630af

#a630af

Complementary Color

#a630af #39af30

#a630af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a630af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a630af Color CSS Codes

.mybgcolor {background-color:#a630af; } 
.myforecolor {color:#a630af; }
.mybordercolor {border:3px solid #a630af; }

#a630af Text Font Color

<p style="color:#a630af">Text here</p>

This sample text font color is #a630af
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a630af Background Color

<div style="background-color:#a630af">
Div content here</div>

This div background color is #a630af


#a630af Border Color

<div style="border:3px solid #a630af">
Div here</div>

This div border color is #a630af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,48,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a630af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a630af;
  -webkit-box-shadow: 1px 1px 3px 2px #a630af;
  box-shadow:         1px 1px 3px 2px #a630af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,48,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a630af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a630af;
  -webkit-box-shadow: 1px 1px 3px 2px #a630af;
  box-shadow:         1px 1px 3px 2px #a630af;">
Div content here</div>

This div box has shadow with color #a630af


Comments

No comments written yet.

Please login to write comment.