Shades of East Side #AA81BF
Tints of East Side #AA81BF
RGB
CMYK
RGB Variations
Color information
#AA81BF (or 0xAA81BF) is known color: East Side. HEX triplet: AA, 81 and BF. RGB value is (170,129,191). Sum of RGB (Red+Green+Blue) = 170+129+191=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA81BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA81BF is #557E40. Grayscale: #949494. Windows color (decimal): -5602881 or 12550570. OLE color: 12550570.
HSL color Cylindrical-coordinate representation of color #AA81BF: hue angle of 279.68º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA81BF is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 129 | 191 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.25 |
| HSL | 279.68º | 0.33% | 0.63% | - |
| HSV(B) | 279.68º | 0.32% | 0.75% | - |
| XYZ | 33.83 | 28.01 | 52.91 | - |
| YUV | 148.33 | 152.08 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 191 | 0.11 | 0.32 | 0 | 0.25 | 279.68 | 0.33 | 0.63 |
| Hex | AA | 81 | BF | B | 20 | 0 | 19 | 118 | 21 | 3F |
| Octal | 252 | 201 | 277 | 13 | 40 | 0 | 31 | 430 | 41 | 77 |
| Binary | 10101010 | 10000001 | 10111111 | 1011 | 100000 | 0 | 11001 | 100011000 | 100001 | 111111 |
Color Harmonies of #AA81BF
Complementary color
Monochromatic Colors of #AA81BF
Black with #AA81BF
Text Example
Text Example
White with #AA81BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81BF; }
p { color: rgb(170,129,191); }
H1.HeaderClassName
{
color: #AA81BF;
}
.AnyTagClassName
{
color: #AA81BF;
}
</style>
background-color css
<style>
a { background-color: #AA81BF; }
a { background-color: rgb(170,129,191); }
div.DivClassName
{
background-color: #AA81BF;
}
.BgClassName
{
background-color: #AA81BF;
}
</style>
border-color css
<style>
span { border-color: #AA81BF; }
span { border-color: rgb(170,129,191); }
td.TdClassName
{
border-color: #AA81BF;
}
.TagClassName
{
border-color: #AA81BF;
}
</style>