Html Css Color HEX #A00C78 Eggplant

📋 copy color: '#A00C78'

red 160 ◦ green 12 ◦ blue 120

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

Shades of Eggplant #A00C78

Tints of Eggplant #A00C78

RGB

 RED value IS 160 (62.89% from 255) = 54.79%

 GREEN value IS 12 (5.08% from 255) = 4.11%

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

R = 54.79%
G = 4.11%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A00C78 (or 0xA00C78) is known color: Eggplant. HEX triplet: A0, 0C and 78. RGB value is (160,12,120). Sum of RGB (Red+Green+Blue) = 160+12+120=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00C78 is #5FF387. Grayscale: #444444. Windows color (decimal): -6288264 or 7867552. OLE color: 7867552.

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

Color convert

RGB 160 12 120 -
CMYK 0 0.93 0.25 0.37
HSL 316.22º 0.86% 0.34% -
HSV(B) 316.22º 0.93% 0.63% -
XYZ 18.02 9.09 18.57 -
YUV 68.56 157.03 193.22 -
System Red Green Blue C M Y K H S L
Decimal 160 12 120 0 0.93 0.25 0.37 316.22 0.86 0.34
Hex A0 C 78 0 5D 19 25 13C 56 22
Octal 240 14 170 0 135 31 45 474 126 42
Binary 10100000 1100 1111000 0 1011101 11001 100101 100111100 1010110 100010

Color Harmonies of #A00C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00C78

Black with #A00C78

Text Example


Text Example

White with #A00C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00C78; }

 p { color: rgb(160,12,120); }

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

background-color css

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

 a { background-color: rgb(160,12,120); }

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

border-color css

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

 span { border-color: rgb(160,12,120); }

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