Html Css Color HEX #A00972 Eggplant

📋 copy color: '#A00972'

red 160 ◦ green 9 ◦ blue 114

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

Shades of Eggplant #A00972

Tints of Eggplant #A00972

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.18%

 BLUE value IS 114 (44.92% from 255) = 40.28%

R = 56.54%
G = 3.18%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A00972 (or 0xA00972) is known color: Eggplant. HEX triplet: A0, 09 and 72. RGB value is (160,9,114). Sum of RGB (Red+Green+Blue) = 160+9+114=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A00972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00972 is #5FF68D. Grayscale: #414141. Windows color (decimal): -6289038 or 7473568. OLE color: 7473568.

HSL color Cylindrical-coordinate representation of color #A00972: hue angle of 318.28º degrees, saturation: 0.89, 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 #A00972 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 9 114 -
CMYK 0 0.94 0.29 0.37
HSL 318.28º 0.89% 0.33% -
HSV(B) 318.28º 0.94% 0.63% -
XYZ 17.63 8.88 16.71 -
YUV 66.12 155.03 194.96 -
System Red Green Blue C M Y K H S L
Decimal 160 9 114 0 0.94 0.29 0.37 318.28 0.89 0.33
Hex A0 9 72 0 5E 1D 25 13E 59 21
Octal 240 11 162 0 136 35 45 476 131 41
Binary 10100000 1001 1110010 0 1011110 11101 100101 100111110 1011001 100001

Color Harmonies of #A00972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00972

Black with #A00972

Text Example


Text Example

White with #A00972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00972; }

 p { color: rgb(160,9,114); }

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

background-color css

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

 a { background-color: rgb(160,9,114); }

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

border-color css

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

 span { border-color: rgb(160,9,114); }

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