Html Css Color HEX #AA0083 Eggplant

📋 copy color: '#AA0083'

red 170 ◦ green 0 ◦ blue 131

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

Shades of Eggplant #AA0083

Tints of Eggplant #AA0083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.52%

R = 56.48%
G = 0%
B = 43.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AA0083 (or 0xAA0083) is known color: Eggplant. HEX triplet: AA, 00 and 83. RGB value is (170,0,131). Sum of RGB (Red+Green+Blue) = 170+0+131=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0083 is #55FF7C. Grayscale: #414141. Windows color (decimal): -5635965 or 8585386. OLE color: 8585386.

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

Color convert

RGB 170 0 131 -
CMYK 0 1 0.23 0.33
HSL 313.76º 1% 0.33% -
HSV(B) 313.76º 1% 0.67% -
XYZ 20.67 10.18 22.35 -
YUV 65.76 164.82 202.35 -
System Red Green Blue C M Y K H S L
Decimal 170 0 131 0 1 0.23 0.33 313.76 1 0.33
Hex AA 0 83 0 64 17 21 13A 64 21
Octal 252 0 203 0 144 27 41 472 144 41
Binary 10101010 0 10000011 0 1100100 10111 100001 100111010 1100100 100001

Color Harmonies of #AA0083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0083

Black with #AA0083

Text Example


Text Example

White with #AA0083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0083; }

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

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

background-color css

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

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

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

border-color css

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

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

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