Html Css Color HEX #AA0A7F Eggplant

📋 copy color: '#AA0A7F'

red 170 ◦ green 10 ◦ blue 127

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

Shades of Eggplant #AA0A7F

Tints of Eggplant #AA0A7F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.26%

 BLUE value IS 127 (50% from 255) = 41.37%

R = 55.37%
G = 3.26%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA0A7F (or 0xAA0A7F) is known color: Eggplant. HEX triplet: AA, 0A and 7F. RGB value is (170,10,127). Sum of RGB (Red+Green+Blue) = 170+10+127=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0A7F is #55F580. Grayscale: #464646. Windows color (decimal): -5633409 or 8325802. OLE color: 8325802.

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

Color convert

RGB 170 10 127 -
CMYK 0 0.94 0.25 0.33
HSL 316.13º 0.89% 0.35% -
HSV(B) 316.13º 0.94% 0.67% -
XYZ 20.52 10.3 20.98 -
YUV 71.18 159.51 198.49 -
System Red Green Blue C M Y K H S L
Decimal 170 10 127 0 0.94 0.25 0.33 316.13 0.89 0.35
Hex AA A 7F 0 5E 19 21 13C 59 23
Octal 252 12 177 0 136 31 41 474 131 43
Binary 10101010 1010 1111111 0 1011110 11001 100001 100111100 1011001 100011

Color Harmonies of #AA0A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0A7F

Black with #AA0A7F

Text Example


Text Example

White with #AA0A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0A7F; }

 p { color: rgb(170,10,127); }

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

background-color css

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

 a { background-color: rgb(170,10,127); }

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

border-color css

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

 span { border-color: rgb(170,10,127); }

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