Html Css Color HEX #AA0280 Eggplant

📋 copy color: '#AA0280'

red 170 ◦ green 2 ◦ blue 128

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

Shades of Eggplant #AA0280

Tints of Eggplant #AA0280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 56.67%
G = 0.67%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA0280 (or 0xAA0280) is known color: Eggplant. HEX triplet: AA, 02 and 80. RGB value is (170,2,128). Sum of RGB (Red+Green+Blue) = 170+2+128=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0280 is #55FD7F. Grayscale: #424242. Windows color (decimal): -5635456 or 8389290. OLE color: 8389290.

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

Color convert

RGB 170 2 128 -
CMYK 0 0.99 0.25 0.33
HSL 315º 0.98% 0.34% -
HSV(B) 315º 0.99% 0.67% -
XYZ 20.5 10.15 21.3 -
YUV 66.6 162.66 201.75 -
System Red Green Blue C M Y K H S L
Decimal 170 2 128 0 0.99 0.25 0.33 315 0.98 0.34
Hex AA 2 80 0 63 19 21 13B 62 22
Octal 252 2 200 0 143 31 41 473 142 42
Binary 10101010 10 10000000 0 1100011 11001 100001 100111011 1100010 100010

Color Harmonies of #AA0280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0280

Black with #AA0280

Text Example


Text Example

White with #AA0280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0280; }

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

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

background-color css

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

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

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

border-color css

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

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

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