Html Css Color HEX #AA0073 Eggplant

📋 copy color: '#AA0073'

red 170 ◦ green 0 ◦ blue 115

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

Shades of Eggplant #AA0073

Tints of Eggplant #AA0073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 115 (45.31% from 255) = 40.35%

R = 59.65%
G = 0%
B = 40.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA0073 (or 0xAA0073) is known color: Eggplant. HEX triplet: AA, 00 and 73. RGB value is (170,0,115). Sum of RGB (Red+Green+Blue) = 170+0+115=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0073 is #55FF8C. Grayscale: #3F3F3F. Windows color (decimal): -5635981 or 7536810. OLE color: 7536810.

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

Color convert

RGB 170 0 115 -
CMYK 0 1 0.32 0.33
HSL 319.41º 1% 0.33% -
HSV(B) 319.41º 1% 0.67% -
XYZ 19.67 9.78 17.07 -
YUV 63.94 156.82 203.65 -
System Red Green Blue C M Y K H S L
Decimal 170 0 115 0 1 0.32 0.33 319.41 1 0.33
Hex AA 0 73 0 64 20 21 13F 64 21
Octal 252 0 163 0 144 40 41 477 144 41
Binary 10101010 0 1110011 0 1100100 100000 100001 100111111 1100100 100001

Color Harmonies of #AA0073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0073

Black with #AA0073

Text Example


Text Example

White with #AA0073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0073; }

 p { color: rgb(170,0,115); }

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

background-color css

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

 a { background-color: rgb(170,0,115); }

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

border-color css

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

 span { border-color: rgb(170,0,115); }

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