Color Hex Logo

#a6419b Color Hex

#A6419B
(166,65,155)
0 Favorites   0 Comments

Color spaces of #a6419b

RGB 16665155
HSL0.850.440.45
HSV307°61°65°
CMYK 0.000.610.07   0.35
XYZ23.532614.254132.5214
Yxy14.25410.33470.2027
Hunter Lab37.754645.1892-24.6435
CIE-Lab44.595252.7784-29.2158

#a6419b color RGB value is (166,65,155).

#a6419b hex color red value is 166, green value is 65 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #a6419b hue: 0.85 , saturation: 0.44 and the lightness value of a6419b is 0.45.

The process color (four color CMYK) of #a6419b color hex is 0.00, 0.61, 0.07, 0.35. Web safe color of #a6419b is #993399. Color #a6419b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000001 10011011
Octal 246 101 233
Decimal 166 65 155
Hex A6 41 9B

RGB Percentages of Color #a6419b

%43.01
%16.84
%40.16

CMYK Percentages of Color #a6419b

%0
%61
%7
%35

Triadic Colors of #a6419b

#a6419b #9ba641 #419ba6

Analogous Colors of #a6419b

#a6419b #a64169 #7f41a6

Monochromatic Colors of #a6419b

#a6419b

Complementary Color

#a6419b #41a64c

#a6419b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6419b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6419b Color CSS Codes

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

#a6419b Text Font Color

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

This sample text font color is #a6419b
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.


#a6419b Background Color

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

This div background color is #a6419b


#a6419b Border Color

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

This div border color is #a6419b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6419b


Comments

No comments written yet.

Please login to write comment.