Html Css Color HEX #AA016B Eggplant

📋 copy color: '#AA016B'

red 170 ◦ green 1 ◦ blue 107

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

Shades of Eggplant #AA016B

Tints of Eggplant #AA016B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.49%

R = 61.15%
G = 0.36%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA016B (or 0xAA016B) is known color: Eggplant. HEX triplet: AA, 01 and 6B. RGB value is (170,1,107). Sum of RGB (Red+Green+Blue) = 170+1+107=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA016B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA016B is #55FE94. Grayscale: #3F3F3F. Windows color (decimal): -5635733 or 7012778. OLE color: 7012778.

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

Color convert

RGB 170 1 107 -
CMYK 0 0.99 0.37 0.33
HSL 322.37º 0.99% 0.34% -
HSV(B) 322.37º 0.99% 0.67% -
XYZ 19.24 9.63 14.75 -
YUV 63.62 152.49 203.88 -
System Red Green Blue C M Y K H S L
Decimal 170 1 107 0 0.99 0.37 0.33 322.37 0.99 0.34
Hex AA 1 6B 0 63 25 21 142 63 22
Octal 252 1 153 0 143 45 41 502 143 42
Binary 10101010 1 1101011 0 1100011 100101 100001 101000010 1100011 100010

Color Harmonies of #AA016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA016B

Black with #AA016B

Text Example


Text Example

White with #AA016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA016B; }

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

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

background-color css

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

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

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

border-color css

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

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

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