Html Css Color HEX #AA0775 Eggplant

📋 copy color: '#AA0775'

red 170 ◦ green 7 ◦ blue 117

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

Shades of Eggplant #AA0775

Tints of Eggplant #AA0775

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.38%

 BLUE value IS 117 (46.09% from 255) = 39.8%

R = 57.82%
G = 2.38%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA0775 (or 0xAA0775) is known color: Eggplant. HEX triplet: AA, 07 and 75. RGB value is (170,7,117). Sum of RGB (Red+Green+Blue) = 170+7+117=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0775 is #55F88A. Grayscale: #444444. Windows color (decimal): -5634187 or 7669674. OLE color: 7669674.

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

Color convert

RGB 170 7 117 -
CMYK 0 0.96 0.31 0.33
HSL 319.51º 0.92% 0.35% -
HSV(B) 319.51º 0.96% 0.67% -
XYZ 19.86 9.98 17.71 -
YUV 68.28 155.5 200.56 -
System Red Green Blue C M Y K H S L
Decimal 170 7 117 0 0.96 0.31 0.33 319.51 0.92 0.35
Hex AA 7 75 0 60 1F 21 140 5C 23
Octal 252 7 165 0 140 37 41 500 134 43
Binary 10101010 111 1110101 0 1100000 11111 100001 101000000 1011100 100011

Color Harmonies of #AA0775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0775

Black with #AA0775

Text Example


Text Example

White with #AA0775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0775; }

 p { color: rgb(170,7,117); }

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

background-color css

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

 a { background-color: rgb(170,7,117); }

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

border-color css

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

 span { border-color: rgb(170,7,117); }

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