Html Css Color HEX #A10666 Eggplant

📋 copy color: '#A10666'

red 161 ◦ green 6 ◦ blue 102

#A10666
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #A10666

Tints of Eggplant #A10666

RGB

 RED value IS 161 (63.28% from 255) = 59.85%

 GREEN value IS 6 (2.73% from 255) = 2.23%

 BLUE value IS 102 (40.23% from 255) = 37.92%

R = 59.85%
G = 2.23%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A10666 (or 0xA10666) is known color: Eggplant. HEX triplet: A1, 06 and 66. RGB value is (161,6,102). Sum of RGB (Red+Green+Blue) = 161+6+102=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A10666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10666 is #5EF999. Grayscale: #3F3F3F. Windows color (decimal): -6224282 or 6686369. OLE color: 6686369.

HSL color Cylindrical-coordinate representation of color #A10666: hue angle of 322.84º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A10666 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 6 102 -
CMYK 0 0.96 0.37 0.37
HSL 322.84º 0.93% 0.33% -
HSV(B) 322.84º 0.96% 0.63% -
XYZ 17.16 8.67 13.34 -
YUV 63.29 149.85 197.69 -
System Red Green Blue C M Y K H S L
Decimal 161 6 102 0 0.96 0.37 0.37 322.84 0.93 0.33
Hex A1 6 66 0 60 25 25 143 5D 21
Octal 241 6 146 0 140 45 45 503 135 41
Binary 10100001 110 1100110 0 1100000 100101 100101 101000011 1011101 100001

Color Harmonies of #A10666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10666

Black with #A10666

Text Example


Text Example

White with #A10666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10666; }

 p { color: rgb(161,6,102); }

 H1.HeaderClassName
 {
   color: #A10666;
 }
 .AnyTagClassName
 {
   color: #A10666;
 }
</style>

background-color css

<style>
 a { background-color: #A10666; }

 a { background-color: rgb(161,6,102); }

 div.DivClassName
 {
   background-color: #A10666;
 }
 .BgClassName
 {
   background-color: #A10666;
 }
</style>

border-color css

<style>
 span { border-color: #A10666; }

 span { border-color: rgb(161,6,102); }

 td.TdClassName
 {
   border-color: #A10666;
 }
 .TagClassName
 {
   border-color: #A10666;
 }
</style>