Html Css Color HEX #AA036F Eggplant

📋 copy color: '#AA036F'

red 170 ◦ green 3 ◦ blue 111

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

Shades of Eggplant #AA036F

Tints of Eggplant #AA036F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

 BLUE value IS 111 (43.75% from 255) = 39.08%

R = 59.86%
G = 1.06%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA036F (or 0xAA036F) is known color: Eggplant. HEX triplet: AA, 03 and 6F. RGB value is (170,3,111). Sum of RGB (Red+Green+Blue) = 170+3+111=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA036F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA036F is #55FC90. Grayscale: #404040. Windows color (decimal): -5635217 or 7275434. OLE color: 7275434.

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

Color convert

RGB 170 3 111 -
CMYK 0 0.98 0.35 0.33
HSL 321.2º 0.97% 0.34% -
HSV(B) 321.2º 0.98% 0.67% -
XYZ 19.48 9.76 15.9 -
YUV 65.25 153.83 202.72 -
System Red Green Blue C M Y K H S L
Decimal 170 3 111 0 0.98 0.35 0.33 321.2 0.97 0.34
Hex AA 3 6F 0 62 23 21 141 61 22
Octal 252 3 157 0 142 43 41 501 141 42
Binary 10101010 11 1101111 0 1100010 100011 100001 101000001 1100001 100010

Color Harmonies of #AA036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA036F

Black with #AA036F

Text Example


Text Example

White with #AA036F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA036F; }

 p { color: rgb(170,3,111); }

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

background-color css

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

 a { background-color: rgb(170,3,111); }

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

border-color css

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

 span { border-color: rgb(170,3,111); }

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