Html Css Color HEX #A00079 Eggplant

📋 copy color: '#A00079'

red 160 ◦ green 0 ◦ blue 121

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

Shades of Eggplant #A00079

Tints of Eggplant #A00079

RGB

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

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

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

R = 56.94%
G = 0%
B = 43.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A00079 (or 0xA00079) is known color: Eggplant. HEX triplet: A0, 00 and 79. RGB value is (160,0,121). Sum of RGB (Red+Green+Blue) = 160+0+121=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A00079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00079 is #5FFF86. Grayscale: #3D3D3D. Windows color (decimal): -6291335 or 7930016. OLE color: 7930016.

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

Color convert

RGB 160 0 121 -
CMYK 0 1 0.24 0.37
HSL 314.63º 1% 0.31% -
HSV(B) 314.63º 1% 0.63% -
XYZ 17.95 8.85 18.85 -
YUV 61.63 161.51 198.16 -
System Red Green Blue C M Y K H S L
Decimal 160 0 121 0 1 0.24 0.37 314.63 1 0.31
Hex A0 0 79 0 64 18 25 13B 64 1F
Octal 240 0 171 0 144 30 45 473 144 37
Binary 10100000 0 1111001 0 1100100 11000 100101 100111011 1100100 11111

Color Harmonies of #A00079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00079

Black with #A00079

Text Example


Text Example

White with #A00079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00079; }

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

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

background-color css

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

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

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

border-color css

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

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

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