Html Css Color HEX #A60066 Eggplant

📋 copy color: '#A60066'

red 166 ◦ green 0 ◦ blue 102

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

Shades of Eggplant #A60066

Tints of Eggplant #A60066

RGB

 RED value IS 166 (65.23% from 255) = 61.94%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.94%
G = 0%
B = 38.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A60066 (or 0xA60066) is known color: Eggplant. HEX triplet: A6, 00 and 66. RGB value is (166,0,102). Sum of RGB (Red+Green+Blue) = 166+0+102=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A60066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60066 is #59FF99. Grayscale: #3D3D3D. Windows color (decimal): -5898138 or 6684838. OLE color: 6684838.

HSL color Cylindrical-coordinate representation of color #A60066: hue angle of 323.13º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A60066 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 0 102 -
CMYK 0 1 0.39 0.35
HSL 323.13º 1% 0.33% -
HSV(B) 323.13º 1% 0.65% -
XYZ 18.12 9.07 13.37 -
YUV 61.26 151 202.71 -
System Red Green Blue C M Y K H S L
Decimal 166 0 102 0 1 0.39 0.35 323.13 1 0.33
Hex A6 0 66 0 64 27 23 143 64 21
Octal 246 0 146 0 144 47 43 503 144 41
Binary 10100110 0 1100110 0 1100100 100111 100011 101000011 1100100 100001

Color Harmonies of #A60066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60066

Black with #A60066

Text Example


Text Example

White with #A60066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60066; }

 p { color: rgb(166,0,102); }

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

background-color css

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

 a { background-color: rgb(166,0,102); }

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

border-color css

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

 span { border-color: rgb(166,0,102); }

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