Shades of East Side #AB81B9
Tints of East Side #AB81B9
RGB
CMYK
RGB Variations
Color information
#AB81B9 (or 0xAB81B9) is known color: East Side. HEX triplet: AB, 81 and B9. RGB value is (171,129,185). Sum of RGB (Red+Green+Blue) = 171+129+185=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB81B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB81B9 is #547E46. Grayscale: #939393. Windows color (decimal): -5537351 or 12157355. OLE color: 12157355.
HSL color Cylindrical-coordinate representation of color #AB81B9: hue angle of 285º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB81B9 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 129 | 185 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.27 |
| HSL | 285º | 0.29% | 0.62% | - |
| HSV(B) | 285º | 0.3% | 0.73% | - |
| XYZ | 33.4 | 27.86 | 49.52 | - |
| YUV | 147.94 | 148.91 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 185 | 0.08 | 0.30 | 0 | 0.27 | 285 | 0.29 | 0.62 |
| Hex | AB | 81 | B9 | 8 | 1E | 0 | 1B | 11D | 1D | 3E |
| Octal | 253 | 201 | 271 | 10 | 36 | 0 | 33 | 435 | 35 | 76 |
| Binary | 10101011 | 10000001 | 10111001 | 1000 | 11110 | 0 | 11011 | 100011101 | 11101 | 111110 |
Color Harmonies of #AB81B9
Complementary color
Monochromatic Colors of #AB81B9
Black with #AB81B9
Text Example
Text Example
White with #AB81B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB81B9; }
p { color: rgb(171,129,185); }
H1.HeaderClassName
{
color: #AB81B9;
}
.AnyTagClassName
{
color: #AB81B9;
}
</style>
background-color css
<style>
a { background-color: #AB81B9; }
a { background-color: rgb(171,129,185); }
div.DivClassName
{
background-color: #AB81B9;
}
.BgClassName
{
background-color: #AB81B9;
}
</style>
border-color css
<style>
span { border-color: #AB81B9; }
span { border-color: rgb(171,129,185); }
td.TdClassName
{
border-color: #AB81B9;
}
.TagClassName
{
border-color: #AB81B9;
}
</style>