Html Css Color HEX #AA0070 Eggplant

📋 copy color: '#AA0070'

red 170 ◦ green 0 ◦ blue 112

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

Shades of Eggplant #AA0070

Tints of Eggplant #AA0070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 112 (44.14% from 255) = 39.72%

R = 60.28%
G = 0%
B = 39.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA0070 (or 0xAA0070) is known color: Eggplant. HEX triplet: AA, 00 and 70. RGB value is (170,0,112). Sum of RGB (Red+Green+Blue) = 170+0+112=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0070 is #55FF8F. Grayscale: #3F3F3F. Windows color (decimal): -5635984 or 7340202. OLE color: 7340202.

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

Color convert

RGB 170 0 112 -
CMYK 0 1 0.34 0.33
HSL 320.47º 1% 0.33% -
HSV(B) 320.47º 1% 0.67% -
XYZ 19.5 9.72 16.18 -
YUV 63.6 155.32 203.89 -
System Red Green Blue C M Y K H S L
Decimal 170 0 112 0 1 0.34 0.33 320.47 1 0.33
Hex AA 0 70 0 64 22 21 140 64 21
Octal 252 0 160 0 144 42 41 500 144 41
Binary 10101010 0 1110000 0 1100100 100010 100001 101000000 1100100 100001

Color Harmonies of #AA0070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0070

Black with #AA0070

Text Example


Text Example

White with #AA0070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0070; }

 p { color: rgb(170,0,112); }

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

background-color css

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

 a { background-color: rgb(170,0,112); }

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

border-color css

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

 span { border-color: rgb(170,0,112); }

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