Html Css Color HEX #AA0084 Eggplant

📋 copy color: '#AA0084'

red 170 ◦ green 0 ◦ blue 132

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

Shades of Eggplant #AA0084

Tints of Eggplant #AA0084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 43.71%

R = 56.29%
G = 0%
B = 43.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA0084 (or 0xAA0084) is known color: Eggplant. HEX triplet: AA, 00 and 84. RGB value is (170,0,132). Sum of RGB (Red+Green+Blue) = 170+0+132=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0084 is #55FF7B. Grayscale: #414141. Windows color (decimal): -5635964 or 8650922. OLE color: 8650922.

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

Color convert

RGB 170 0 132 -
CMYK 0 1 0.22 0.33
HSL 313.41º 1% 0.33% -
HSV(B) 313.41º 1% 0.67% -
XYZ 20.74 10.21 22.71 -
YUV 65.88 165.32 202.27 -
System Red Green Blue C M Y K H S L
Decimal 170 0 132 0 1 0.22 0.33 313.41 1 0.33
Hex AA 0 84 0 64 16 21 139 64 21
Octal 252 0 204 0 144 26 41 471 144 41
Binary 10101010 0 10000100 0 1100100 10110 100001 100111001 1100100 100001

Color Harmonies of #AA0084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0084

Black with #AA0084

Text Example


Text Example

White with #AA0084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0084; }

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

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

background-color css

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

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

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

border-color css

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

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

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