Html Css Color HEX #AA0978 Eggplant

📋 copy color: '#AA0978'

red 170 ◦ green 9 ◦ blue 120

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

Shades of Eggplant #AA0978

Tints of Eggplant #AA0978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.13%

R = 56.86%
G = 3.01%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA0978 (or 0xAA0978) is known color: Eggplant. HEX triplet: AA, 09 and 78. RGB value is (170,9,120). Sum of RGB (Red+Green+Blue) = 170+9+120=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0978 is #55F687. Grayscale: #454545. Windows color (decimal): -5633672 or 7866794. OLE color: 7866794.

HSL color Cylindrical-coordinate representation of color #AA0978: hue angle of 318.63º 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 #AA0978 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 9 120 -
CMYK 0 0.95 0.29 0.33
HSL 318.63º 0.9% 0.35% -
HSV(B) 318.63º 0.95% 0.67% -
XYZ 20.07 10.1 18.66 -
YUV 69.79 156.34 199.47 -
System Red Green Blue C M Y K H S L
Decimal 170 9 120 0 0.95 0.29 0.33 318.63 0.9 0.35
Hex AA 9 78 0 5F 1D 21 13F 5A 23
Octal 252 11 170 0 137 35 41 477 132 43
Binary 10101010 1001 1111000 0 1011111 11101 100001 100111111 1011010 100011

Color Harmonies of #AA0978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0978

Black with #AA0978

Text Example


Text Example

White with #AA0978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0978; }

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

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

background-color css

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

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

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

border-color css

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

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

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