#AA81BC

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

Shades of East Side #AA81BC

Tints of East Side #AA81BC

Color information

#AA81BC (or 0xAA81BC) is unknown color: approx East Side. HEX triplet: AA, 81 and BC. RGB value is (170,129,188). Sum of RGB (Red+Green+Blue) = 170+129+188=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA81BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA81BC is #557E43. Grayscale: #939393. Windows color (decimal): -5602884 or 12353962. OLE color: 12353962.

HSL color Cylindrical-coordinate representation of color #AA81BC: hue angle of 281.69º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA81BC is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170129188-
CMYK0.100.3100.26
HSL281.69º30.57%62.16%-
HSV(B)281.69º31.38%73.73%-
XYZ33.527.8851.19-
YUV147.99150.58143.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 129 (50.78% from 255) = 26.49%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=34.91%
G=26.49%
B=38.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701291880.100.3100.26281.6930.5762.16
HexAA81BCA1F01A11a1f3e
Octal25220127412370324323776
Binary10101010100000011011110010101111101101010001101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA81BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA81BC; }

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

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

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

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

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

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

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

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