Html Css Color HEX #A60E78 Eggplant

📋 copy color: '#A60E78'

red 166 ◦ green 14 ◦ blue 120

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

Shades of Eggplant #A60E78

Tints of Eggplant #A60E78

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.67%

 BLUE value IS 120 (47.27% from 255) = 40%

R = 55.33%
G = 4.67%
B = 40%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A60E78 (or 0xA60E78) is known color: Eggplant. HEX triplet: A6, 0E and 78. RGB value is (166,14,120). Sum of RGB (Red+Green+Blue) = 166+14+120=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60E78 is #59F187. Grayscale: #474747. Windows color (decimal): -5894536 or 7868070. OLE color: 7868070.

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

Color convert

RGB 166 14 120 -
CMYK 0 0.92 0.28 0.35
HSL 318.16º 0.84% 0.35% -
HSV(B) 318.16º 0.92% 0.65% -
XYZ 19.27 9.78 18.64 -
YUV 71.53 155.36 195.38 -
System Red Green Blue C M Y K H S L
Decimal 166 14 120 0 0.92 0.28 0.35 318.16 0.84 0.35
Hex A6 E 78 0 5C 1C 23 13E 54 23
Octal 246 16 170 0 134 34 43 476 124 43
Binary 10100110 1110 1111000 0 1011100 11100 100011 100111110 1010100 100011

Color Harmonies of #A60E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60E78

Black with #A60E78

Text Example


Text Example

White with #A60E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60E78; }

 p { color: rgb(166,14,120); }

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

background-color css

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

 a { background-color: rgb(166,14,120); }

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

border-color css

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

 span { border-color: rgb(166,14,120); }

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