Html Css Color HEX #A00974 Eggplant

📋 copy color: '#A00974'

red 160 ◦ green 9 ◦ blue 116

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

Shades of Eggplant #A00974

Tints of Eggplant #A00974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.7%

R = 56.14%
G = 3.16%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A00974 (or 0xA00974) is known color: Eggplant. HEX triplet: A0, 09 and 74. RGB value is (160,9,116). Sum of RGB (Red+Green+Blue) = 160+9+116=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A00974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00974 is #5FF68B. Grayscale: #424242. Windows color (decimal): -6289036 or 7604640. OLE color: 7604640.

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

Color convert

RGB 160 9 116 -
CMYK 0 0.94 0.28 0.37
HSL 317.48º 0.89% 0.33% -
HSV(B) 317.48º 0.94% 0.63% -
XYZ 17.75 8.93 17.31 -
YUV 66.35 156.03 194.8 -
System Red Green Blue C M Y K H S L
Decimal 160 9 116 0 0.94 0.28 0.37 317.48 0.89 0.33
Hex A0 9 74 0 5E 1C 25 13D 59 21
Octal 240 11 164 0 136 34 45 475 131 41
Binary 10100000 1001 1110100 0 1011110 11100 100101 100111101 1011001 100001

Color Harmonies of #A00974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00974

Black with #A00974

Text Example


Text Example

White with #A00974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00974; }

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

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

background-color css

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

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

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

border-color css

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

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

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