Html Css Color HEX #AA0480 Eggplant

📋 copy color: '#AA0480'

red 170 ◦ green 4 ◦ blue 128

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

Shades of Eggplant #AA0480

Tints of Eggplant #AA0480

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

 BLUE value IS 128 (50.39% from 255) = 42.38%

R = 56.29%
G = 1.32%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA0480 (or 0xAA0480) is known color: Eggplant. HEX triplet: AA, 04 and 80. RGB value is (170,4,128). Sum of RGB (Red+Green+Blue) = 170+4+128=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0480 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0480 is #55FB7F. Grayscale: #434343. Windows color (decimal): -5634944 or 8389802. OLE color: 8389802.

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

Color convert

RGB 170 4 128 -
CMYK 0 0.98 0.25 0.33
HSL 315.18º 0.95% 0.34% -
HSV(B) 315.18º 0.98% 0.67% -
XYZ 20.52 10.19 21.31 -
YUV 67.77 162 200.92 -
System Red Green Blue C M Y K H S L
Decimal 170 4 128 0 0.98 0.25 0.33 315.18 0.95 0.34
Hex AA 4 80 0 62 19 21 13B 5F 22
Octal 252 4 200 0 142 31 41 473 137 42
Binary 10101010 100 10000000 0 1100010 11001 100001 100111011 1011111 100010

Color Harmonies of #AA0480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0480

Black with #AA0480

Text Example


Text Example

White with #AA0480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0480; }

 p { color: rgb(170,4,128); }

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

background-color css

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

 a { background-color: rgb(170,4,128); }

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

border-color css

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

 span { border-color: rgb(170,4,128); }

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