#AA85BB

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

Shades of East Side #AA85BB

Tints of East Side #AA85BB

Color information

#AA85BB (or 0xAA85BB) is unknown color: approx East Side. HEX triplet: AA, 85 and BB. RGB value is (170,133,187). Sum of RGB (Red+Green+Blue) = 170+133+187=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA85BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85BB is #557A44. Grayscale: #969696. Windows color (decimal): -5601861 or 12289450. OLE color: 12289450.

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

Color convert

RGB170133187-
CMYK0.090.2900.27
HSL281.11º28.42%62.75%-
HSV(B)281.11º28.88%73.33%-
XYZ33.9328.9150.81-
YUV150.22148.76142.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 133 (52.34% from 255) = 27.14%
BLUE value IS 187 (73.44% from 255) = 38.16%
R=34.69%
G=27.14%
B=38.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701331870.090.2900.27281.1128.4262.75
HexAA85BB91D01B1191c3f
Octal25220527311350334313477
Binary10101010100001011011101110011110101101110001100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA85BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA85BB; }

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

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

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

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

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

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

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

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