Html Css Color HEX #AA016F Eggplant

📋 copy color: '#AA016F'

red 170 ◦ green 1 ◦ blue 111

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

Shades of Eggplant #AA016F

Tints of Eggplant #AA016F

RGB

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

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

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

R = 60.28%
G = 0.35%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA016F (or 0xAA016F) is known color: Eggplant. HEX triplet: AA, 01 and 6F. RGB value is (170,1,111). Sum of RGB (Red+Green+Blue) = 170+1+111=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA016F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA016F is #55FE90. Grayscale: #3F3F3F. Windows color (decimal): -5635729 or 7274922. OLE color: 7274922.

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

Color convert

RGB 170 1 111 -
CMYK 0 0.99 0.35 0.33
HSL 320.95º 0.99% 0.34% -
HSV(B) 320.95º 0.99% 0.67% -
XYZ 19.46 9.72 15.89 -
YUV 64.07 154.49 203.56 -
System Red Green Blue C M Y K H S L
Decimal 170 1 111 0 0.99 0.35 0.33 320.95 0.99 0.34
Hex AA 1 6F 0 63 23 21 141 63 22
Octal 252 1 157 0 143 43 41 501 143 42
Binary 10101010 1 1101111 0 1100011 100011 100001 101000001 1100011 100010

Color Harmonies of #AA016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA016F

Black with #AA016F

Text Example


Text Example

White with #AA016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA016F; }

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

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

background-color css

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

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

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

border-color css

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

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

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