Html Css Color HEX #AA0974 Eggplant

📋 copy color: '#AA0974'

red 170 ◦ green 9 ◦ blue 116

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

Shades of Eggplant #AA0974

Tints of Eggplant #AA0974

RGB

 RED value IS 170 (66.8% from 255) = 57.63%

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

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

R = 57.63%
G = 3.05%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA0974 (or 0xAA0974) is known color: Eggplant. HEX triplet: AA, 09 and 74. RGB value is (170,9,116). Sum of RGB (Red+Green+Blue) = 170+9+116=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0974 is #55F68B. Grayscale: #454545. Windows color (decimal): -5633676 or 7604650. OLE color: 7604650.

HSL color Cylindrical-coordinate representation of color #AA0974: hue angle of 320.12º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0974 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 9 116 -
CMYK 0 0.95 0.32 0.33
HSL 320.12º 0.9% 0.35% -
HSV(B) 320.12º 0.95% 0.67% -
XYZ 19.83 10 17.41 -
YUV 69.34 154.34 199.8 -
System Red Green Blue C M Y K H S L
Decimal 170 9 116 0 0.95 0.32 0.33 320.12 0.9 0.35
Hex AA 9 74 0 5F 20 21 140 5A 23
Octal 252 11 164 0 137 40 41 500 132 43
Binary 10101010 1001 1110100 0 1011111 100000 100001 101000000 1011010 100011

Color Harmonies of #AA0974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0974

Black with #AA0974

Text Example


Text Example

White with #AA0974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0974; }

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

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

background-color css

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

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

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

border-color css

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

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

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