Html Css Color HEX #AA0071 Eggplant

📋 copy color: '#AA0071'

red 170 ◦ green 0 ◦ blue 113

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

Shades of Eggplant #AA0071

Tints of Eggplant #AA0071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 39.93%

R = 60.07%
G = 0%
B = 39.93%

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

#AA0071 (or 0xAA0071) is known color: Eggplant. HEX triplet: AA, 00 and 71. RGB value is (170,0,113). Sum of RGB (Red+Green+Blue) = 170+0+113=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0071 is #55FF8E. Grayscale: #3F3F3F. Windows color (decimal): -5635983 or 7405738. OLE color: 7405738.

HSL color Cylindrical-coordinate representation of color #AA0071: hue angle of 320.12º 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 #AA0071 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 0 113 -
CMYK 0 1 0.34 0.33
HSL 320.12º 1% 0.33% -
HSV(B) 320.12º 1% 0.67% -
XYZ 19.56 9.74 16.47 -
YUV 63.71 155.82 203.81 -
System Red Green Blue C M Y K H S L
Decimal 170 0 113 0 1 0.34 0.33 320.12 1 0.33
Hex AA 0 71 0 64 22 21 140 64 21
Octal 252 0 161 0 144 42 41 500 144 41
Binary 10101010 0 1110001 0 1100100 100010 100001 101000000 1100100 100001

Color Harmonies of #AA0071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0071

Black with #AA0071

Text Example


Text Example

White with #AA0071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0071; }

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

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

background-color css

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

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

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

border-color css

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

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

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