Html Css Color HEX #AA077B Eggplant

📋 copy color: '#AA077B'

red 170 ◦ green 7 ◦ blue 123

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

Shades of Eggplant #AA077B

Tints of Eggplant #AA077B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41%

R = 56.67%
G = 2.33%
B = 41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA077B (or 0xAA077B) is known color: Eggplant. HEX triplet: AA, 07 and 7B. RGB value is (170,7,123). Sum of RGB (Red+Green+Blue) = 170+7+123=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA077B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA077B is #55F884. Grayscale: #444444. Windows color (decimal): -5634181 or 8062890. OLE color: 8062890.

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

Color convert

RGB 170 7 123 -
CMYK 0 0.96 0.28 0.33
HSL 317.3º 0.92% 0.35% -
HSV(B) 317.3º 0.96% 0.67% -
XYZ 20.23 10.13 19.63 -
YUV 68.96 158.5 200.07 -
System Red Green Blue C M Y K H S L
Decimal 170 7 123 0 0.96 0.28 0.33 317.3 0.92 0.35
Hex AA 7 7B 0 60 1C 21 13D 5C 23
Octal 252 7 173 0 140 34 41 475 134 43
Binary 10101010 111 1111011 0 1100000 11100 100001 100111101 1011100 100011

Color Harmonies of #AA077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA077B

Black with #AA077B

Text Example


Text Example

White with #AA077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA077B; }

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

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

background-color css

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

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

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

border-color css

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

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

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