Html Css Color HEX #AA077E Eggplant

📋 copy color: '#AA077E'

red 170 ◦ green 7 ◦ blue 126

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

Shades of Eggplant #AA077E

Tints of Eggplant #AA077E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.58%

R = 56.11%
G = 2.31%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA077E (or 0xAA077E) is known color: Eggplant. HEX triplet: AA, 07 and 7E. RGB value is (170,7,126). Sum of RGB (Red+Green+Blue) = 170+7+126=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA077E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA077E is #55F881. Grayscale: #444444. Windows color (decimal): -5634178 or 8259498. OLE color: 8259498.

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

Color convert

RGB 170 7 126 -
CMYK 0 0.96 0.26 0.33
HSL 316.2º 0.92% 0.35% -
HSV(B) 316.2º 0.96% 0.67% -
XYZ 20.42 10.2 20.63 -
YUV 69.3 160 199.82 -
System Red Green Blue C M Y K H S L
Decimal 170 7 126 0 0.96 0.26 0.33 316.2 0.92 0.35
Hex AA 7 7E 0 60 1A 21 13C 5C 23
Octal 252 7 176 0 140 32 41 474 134 43
Binary 10101010 111 1111110 0 1100000 11010 100001 100111100 1011100 100011

Color Harmonies of #AA077E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA077E

Black with #AA077E

Text Example


Text Example

White with #AA077E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA077E; }

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

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

background-color css

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

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

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

border-color css

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

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

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