Html Css Color HEX #A00A79 Eggplant

📋 copy color: '#A00A79'

red 160 ◦ green 10 ◦ blue 121

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

Shades of Eggplant #A00A79

Tints of Eggplant #A00A79

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.44%

 BLUE value IS 121 (47.66% from 255) = 41.58%

R = 54.98%
G = 3.44%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A00A79 (or 0xA00A79) is known color: Eggplant. HEX triplet: A0, 0A and 79. RGB value is (160,10,121). Sum of RGB (Red+Green+Blue) = 160+10+121=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A79 is #5FF586. Grayscale: #434343. Windows color (decimal): -6288775 or 7932576. OLE color: 7932576.

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

Color convert

RGB 160 10 121 -
CMYK 0 0.94 0.24 0.37
HSL 315.6º 0.88% 0.33% -
HSV(B) 315.6º 0.94% 0.63% -
XYZ 18.06 9.07 18.89 -
YUV 67.5 158.2 193.97 -
System Red Green Blue C M Y K H S L
Decimal 160 10 121 0 0.94 0.24 0.37 315.6 0.88 0.33
Hex A0 A 79 0 5E 18 25 13C 58 21
Octal 240 12 171 0 136 30 45 474 130 41
Binary 10100000 1010 1111001 0 1011110 11000 100101 100111100 1011000 100001

Color Harmonies of #A00A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A79

Black with #A00A79

Text Example


Text Example

White with #A00A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A79; }

 p { color: rgb(160,10,121); }

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

background-color css

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

 a { background-color: rgb(160,10,121); }

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

border-color css

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

 span { border-color: rgb(160,10,121); }

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