Html Css Color HEX #AA077F Eggplant

📋 copy color: '#AA077F'

red 170 ◦ green 7 ◦ blue 127

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

Shades of Eggplant #AA077F

Tints of Eggplant #AA077F

RGB

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

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

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

R = 55.92%
G = 2.3%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA077F (or 0xAA077F) is known color: Eggplant. HEX triplet: AA, 07 and 7F. RGB value is (170,7,127). Sum of RGB (Red+Green+Blue) = 170+7+127=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA077F is #55F880. Grayscale: #454545. Windows color (decimal): -5634177 or 8325034. OLE color: 8325034.

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

Color convert

RGB 170 7 127 -
CMYK 0 0.96 0.25 0.33
HSL 315.83º 0.92% 0.35% -
HSV(B) 315.83º 0.96% 0.67% -
XYZ 20.48 10.23 20.97 -
YUV 69.42 160.5 199.74 -
System Red Green Blue C M Y K H S L
Decimal 170 7 127 0 0.96 0.25 0.33 315.83 0.92 0.35
Hex AA 7 7F 0 60 19 21 13C 5C 23
Octal 252 7 177 0 140 31 41 474 134 43
Binary 10101010 111 1111111 0 1100000 11001 100001 100111100 1011100 100011

Color Harmonies of #AA077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA077F

Black with #AA077F

Text Example


Text Example

White with #AA077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA077F; }

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

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

background-color css

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

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

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

border-color css

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

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

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