Html Css Color HEX #AA0780 Eggplant

📋 copy color: '#AA0780'

red 170 ◦ green 7 ◦ blue 128

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

Shades of Eggplant #AA0780

Tints of Eggplant #AA0780

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

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

R = 55.74%
G = 2.3%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA0780 (or 0xAA0780) is known color: Eggplant. HEX triplet: AA, 07 and 80. RGB value is (170,7,128). Sum of RGB (Red+Green+Blue) = 170+7+128=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0780 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0780 is #55F87F. Grayscale: #454545. Windows color (decimal): -5634176 or 8390570. OLE color: 8390570.

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

Color convert

RGB 170 7 128 -
CMYK 0 0.96 0.25 0.33
HSL 315.46º 0.92% 0.35% -
HSV(B) 315.46º 0.96% 0.67% -
XYZ 20.55 10.26 21.32 -
YUV 69.53 161 199.66 -
System Red Green Blue C M Y K H S L
Decimal 170 7 128 0 0.96 0.25 0.33 315.46 0.92 0.35
Hex AA 7 80 0 60 19 21 13B 5C 23
Octal 252 7 200 0 140 31 41 473 134 43
Binary 10101010 111 10000000 0 1100000 11001 100001 100111011 1011100 100011

Color Harmonies of #AA0780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0780

Black with #AA0780

Text Example


Text Example

White with #AA0780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0780; }

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

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

background-color css

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

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

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

border-color css

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

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

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