Html Css Color HEX #AA0171 Eggplant

📋 copy color: '#AA0171'

red 170 ◦ green 1 ◦ blue 113

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

Shades of Eggplant #AA0171

Tints of Eggplant #AA0171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 59.86%
G = 0.35%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA0171 (or 0xAA0171) is known color: Eggplant. HEX triplet: AA, 01 and 71. RGB value is (170,1,113). Sum of RGB (Red+Green+Blue) = 170+1+113=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0171 is #55FE8E. Grayscale: #404040. Windows color (decimal): -5635727 or 7405994. OLE color: 7405994.

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

Color convert

RGB 170 1 113 -
CMYK 0 0.99 0.34 0.33
HSL 320.24º 0.99% 0.34% -
HSV(B) 320.24º 0.99% 0.67% -
XYZ 19.57 9.76 16.48 -
YUV 64.3 155.49 203.39 -
System Red Green Blue C M Y K H S L
Decimal 170 1 113 0 0.99 0.34 0.33 320.24 0.99 0.34
Hex AA 1 71 0 63 22 21 140 63 22
Octal 252 1 161 0 143 42 41 500 143 42
Binary 10101010 1 1110001 0 1100011 100010 100001 101000000 1100011 100010

Color Harmonies of #AA0171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0171

Black with #AA0171

Text Example


Text Example

White with #AA0171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0171; }

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

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

background-color css

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

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

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

border-color css

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

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

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