#AA77B9

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

Shades of East Side #AA77B9

Tints of East Side #AA77B9

Color information

#AA77B9 (or 0xAA77B9) is unknown color: approx East Side. HEX triplet: AA, 77 and B9. RGB value is (170,119,185). Sum of RGB (Red+Green+Blue) = 170+119+185=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA77B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA77B9 is #558846. Grayscale: #8D8D8D. Windows color (decimal): -5605447 or 12154794. OLE color: 12154794.

HSL color Cylindrical-coordinate representation of color #AA77B9: hue angle of 286.36º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA77B9 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170119185-
CMYK0.080.3600.27
HSL286.36º32.04%59.61%-
HSV(B)286.36º35.68%72.55%-
XYZ31.9325.2449.09-
YUV141.77152.4148.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 119 (46.88% from 255) = 25.11%
BLUE value IS 185 (72.66% from 255) = 39.03%
R=35.86%
G=25.11%
B=39.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701191850.080.3600.27286.3632.0459.61
HexAA77B982401B11e203c
Octal25216727110440334364074
Binary101010101110111101110011000100100011011100011110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA77B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA77B9; }

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

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

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

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

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

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

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

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