#AA77B6

Color #AA77B6 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AA77B6

Tints of East Side #AA77B6

Color information

#AA77B6 (or 0xAA77B6) is unknown color: approx East Side. HEX triplet: AA, 77 and B6. RGB value is (170,119,182). Sum of RGB (Red+Green+Blue) = 170+119+182=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA77B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA77B6 is #558849. Grayscale: #8D8D8D. Windows color (decimal): -5605450 or 11958186. OLE color: 11958186.

HSL color Cylindrical-coordinate representation of color #AA77B6: hue angle of 288.57º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA77B6 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170119182-
CMYK0.070.3500.29
HSL288.57º30.14%59.02%-
HSV(B)288.57º34.62%71.37%-
XYZ31.6225.1247.44-
YUV141.43150.9148.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 119 (46.88% from 255) = 25.27%
BLUE value IS 182 (71.48% from 255) = 38.64%
R=36.09%
G=25.27%
B=38.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701191820.070.3500.29288.5730.1459.02
HexAA77B672301D1211e3b
Octal2521672667430354413673
Binary1010101011101111011011011110001101110110010000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA77B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA77B6; }

 p { color: rgb(170,119,182); }

 H1.HeaderClassName
 {
   color: #AA77B6;
 }
 .AnyTagClassName
 {
   color: #AA77B6;
 }
</style>
background-color css

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

 a { background-color: rgb(170,119,182); }

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

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

 span { border-color: rgb(170,119,182); }

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