#AA85BA

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

Shades of East Side #AA85BA

Tints of East Side #AA85BA

Color information

#AA85BA (or 0xAA85BA) is unknown color: approx East Side. HEX triplet: AA, 85 and BA. RGB value is (170,133,186). Sum of RGB (Red+Green+Blue) = 170+133+186=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA85BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85BA is #557A45. Grayscale: #959595. Windows color (decimal): -5601862 or 12223914. OLE color: 12223914.

HSL color Cylindrical-coordinate representation of color #AA85BA: hue angle of 281.89º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA85BA is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170133186-
CMYK0.090.2800.27
HSL281.89º27.75%62.55%-
HSV(B)281.89º28.49%72.94%-
XYZ33.8328.8750.24-
YUV150.11148.26142.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 133 (52.34% from 255) = 27.20%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=34.76%
G=27.20%
B=38.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701331860.090.2800.27281.8927.7562.55
HexAA85BA91C01B11a1c3f
Octal25220527211340334323477
Binary10101010100001011011101010011110001101110001101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA85BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA85BA; }

 p { color: rgb(170,133,186); }

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

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

 a { background-color: rgb(170,133,186); }

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

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

 span { border-color: rgb(170,133,186); }

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