#AA81B7

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

Shades of East Side #AA81B7

Tints of East Side #AA81B7

Color information

#AA81B7 (or 0xAA81B7) is unknown color: approx East Side. HEX triplet: AA, 81 and B7. RGB value is (170,129,183). Sum of RGB (Red+Green+Blue) = 170+129+183=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA81B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA81B7 is #557E48. Grayscale: #939393. Windows color (decimal): -5602889 or 12026282. OLE color: 12026282.

HSL color Cylindrical-coordinate representation of color #AA81B7: hue angle of 285.56º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA81B7 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB170129183-
CMYK0.070.3000.28
HSL285.56º27.27%61.18%-
HSV(B)285.56º29.51%71.76%-
XYZ32.9827.6748.4-
YUV147.42148.08144.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 129 (50.78% from 255) = 26.76%
BLUE value IS 183 (71.88% from 255) = 37.97%
R=35.27%
G=26.76%
B=37.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701291830.070.3000.28285.5627.2761.18
HexAA81B771E01C11e1b3d
Octal2522012677360344363375
Binary1010101010000001101101111111111001110010001111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA81B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA81B7; }

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

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

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

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

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

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

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

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