Html Css Color HEX #AA0574 Eggplant

📋 copy color: '#AA0574'

red 170 ◦ green 5 ◦ blue 116

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

Shades of Eggplant #AA0574

Tints of Eggplant #AA0574

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.72%

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

R = 58.42%
G = 1.72%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA0574 (or 0xAA0574) is known color: Eggplant. HEX triplet: AA, 05 and 74. RGB value is (170,5,116). Sum of RGB (Red+Green+Blue) = 170+5+116=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0574 is #55FA8B. Grayscale: #424242. Windows color (decimal): -5634700 or 7603626. OLE color: 7603626.

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

Color convert

RGB 170 5 116 -
CMYK 0 0.97 0.32 0.33
HSL 319.64º 0.94% 0.34% -
HSV(B) 319.64º 0.97% 0.67% -
XYZ 19.78 9.92 17.39 -
YUV 66.99 155.66 201.47 -
System Red Green Blue C M Y K H S L
Decimal 170 5 116 0 0.97 0.32 0.33 319.64 0.94 0.34
Hex AA 5 74 0 61 20 21 140 5E 22
Octal 252 5 164 0 141 40 41 500 136 42
Binary 10101010 101 1110100 0 1100001 100000 100001 101000000 1011110 100010

Color Harmonies of #AA0574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0574

Black with #AA0574

Text Example


Text Example

White with #AA0574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0574; }

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

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

background-color css

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

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

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

border-color css

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

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

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