Html Css Color HEX #A00970 Eggplant

📋 copy color: '#A00970'

red 160 ◦ green 9 ◦ blue 112

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

Shades of Eggplant #A00970

Tints of Eggplant #A00970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.86%

R = 56.94%
G = 3.2%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A00970 (or 0xA00970) is known color: Eggplant. HEX triplet: A0, 09 and 70. RGB value is (160,9,112). Sum of RGB (Red+Green+Blue) = 160+9+112=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A00970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00970 is #5FF68F. Grayscale: #414141. Windows color (decimal): -6289040 or 7342496. OLE color: 7342496.

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

Color convert

RGB 160 9 112 -
CMYK 0 0.94 0.30 0.37
HSL 319.07º 0.89% 0.33% -
HSV(B) 319.07º 0.94% 0.63% -
XYZ 17.52 8.84 16.11 -
YUV 65.89 154.03 195.12 -
System Red Green Blue C M Y K H S L
Decimal 160 9 112 0 0.94 0.30 0.37 319.07 0.89 0.33
Hex A0 9 70 0 5E 1E 25 13F 59 21
Octal 240 11 160 0 136 36 45 477 131 41
Binary 10100000 1001 1110000 0 1011110 11110 100101 100111111 1011001 100001

Color Harmonies of #A00970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00970

Black with #A00970

Text Example


Text Example

White with #A00970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00970; }

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

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

background-color css

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

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

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

border-color css

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

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

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