Html Css Color HEX #AA056F Eggplant

📋 copy color: '#AA056F'

red 170 ◦ green 5 ◦ blue 111

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

Shades of Eggplant #AA056F

Tints of Eggplant #AA056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

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

R = 59.44%
G = 1.75%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA056F (or 0xAA056F) is known color: Eggplant. HEX triplet: AA, 05 and 6F. RGB value is (170,5,111). Sum of RGB (Red+Green+Blue) = 170+5+111=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA056F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA056F is #55FA90. Grayscale: #424242. Windows color (decimal): -5634705 or 7275946. OLE color: 7275946.

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

Color convert

RGB 170 5 111 -
CMYK 0 0.97 0.35 0.33
HSL 321.45º 0.94% 0.34% -
HSV(B) 321.45º 0.97% 0.67% -
XYZ 19.5 9.8 15.9 -
YUV 66.42 153.16 201.88 -
System Red Green Blue C M Y K H S L
Decimal 170 5 111 0 0.97 0.35 0.33 321.45 0.94 0.34
Hex AA 5 6F 0 61 23 21 141 5E 22
Octal 252 5 157 0 141 43 41 501 136 42
Binary 10101010 101 1101111 0 1100001 100011 100001 101000001 1011110 100010

Color Harmonies of #AA056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA056F

Black with #AA056F

Text Example


Text Example

White with #AA056F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA056F; }

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

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

background-color css

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

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

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

border-color css

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

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

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