#AA81BB

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

Shades of East Side #AA81BB

Tints of East Side #AA81BB

Color information

#AA81BB (or 0xAA81BB) is unknown color: approx East Side. HEX triplet: AA, 81 and BB. RGB value is (170,129,187). Sum of RGB (Red+Green+Blue) = 170+129+187=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA81BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA81BB is #557E44. Grayscale: #939393. Windows color (decimal): -5602885 or 12288426. OLE color: 12288426.

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

Color convert

RGB170129187-
CMYK0.090.3100.27
HSL282.41º29.9%61.96%-
HSV(B)282.41º31.02%73.33%-
XYZ33.427.8350.63-
YUV147.87150.08143.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 129 (50.78% from 255) = 26.54%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=34.98%
G=26.54%
B=38.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701291870.090.3100.27282.4129.961.96
HexAA81BB91F01B11a1e3e
Octal25220127311370334323676
Binary10101010100000011011101110011111101101110001101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA81BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA81BB; }

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

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

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

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

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

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

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

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