Html Css Color HEX #AA036D Eggplant

📋 copy color: '#AA036D'

red 170 ◦ green 3 ◦ blue 109

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

Shades of Eggplant #AA036D

Tints of Eggplant #AA036D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.65%

R = 60.28%
G = 1.06%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA036D (or 0xAA036D) is known color: Eggplant. HEX triplet: AA, 03 and 6D. RGB value is (170,3,109). Sum of RGB (Red+Green+Blue) = 170+3+109=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA036D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA036D is #55FC92. Grayscale: #404040. Windows color (decimal): -5635219 or 7144362. OLE color: 7144362.

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

Color convert

RGB 170 3 109 -
CMYK 0 0.98 0.36 0.33
HSL 321.92º 0.97% 0.34% -
HSV(B) 321.92º 0.98% 0.67% -
XYZ 19.37 9.72 15.32 -
YUV 65.02 152.83 202.88 -
System Red Green Blue C M Y K H S L
Decimal 170 3 109 0 0.98 0.36 0.33 321.92 0.97 0.34
Hex AA 3 6D 0 62 24 21 142 61 22
Octal 252 3 155 0 142 44 41 502 141 42
Binary 10101010 11 1101101 0 1100010 100100 100001 101000010 1100001 100010

Color Harmonies of #AA036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA036D

Black with #AA036D

Text Example


Text Example

White with #AA036D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA036D; }

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

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

background-color css

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

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

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

border-color css

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

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

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