Shades of East Side #AB81B2
Tints of East Side #AB81B2
RGB
CMYK
RGB Variations
Color information
#AB81B2 (or 0xAB81B2) is known color: East Side. HEX triplet: AB, 81 and B2. RGB value is (171,129,178). Sum of RGB (Red+Green+Blue) = 171+129+178=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 178 - color contains mainly: blue. Hex color #AB81B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB81B2 is #547E4D. Grayscale: #929292. Windows color (decimal): -5537358 or 11698603. OLE color: 11698603.
HSL color Cylindrical-coordinate representation of color #AB81B2: hue angle of 291.43º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB81B2 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 129 | 178 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.30 |
| HSL | 291.43º | 0.24% | 0.6% | - |
| HSV(B) | 291.43º | 0.28% | 0.7% | - |
| XYZ | 32.68 | 27.57 | 45.72 | - |
| YUV | 147.14 | 145.41 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 178 | 0.04 | 0.28 | 0 | 0.30 | 291.43 | 0.24 | 0.6 |
| Hex | AB | 81 | B2 | 4 | 1C | 0 | 1E | 123 | 18 | 3C |
| Octal | 253 | 201 | 262 | 4 | 34 | 0 | 36 | 443 | 30 | 74 |
| Binary | 10101011 | 10000001 | 10110010 | 100 | 11100 | 0 | 11110 | 100100011 | 11000 | 111100 |
Color Harmonies of #AB81B2
Complementary color
Monochromatic Colors of #AB81B2
Black with #AB81B2
Text Example
Text Example
White with #AB81B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB81B2; }
p { color: rgb(171,129,178); }
H1.HeaderClassName
{
color: #AB81B2;
}
.AnyTagClassName
{
color: #AB81B2;
}
</style>
background-color css
<style>
a { background-color: #AB81B2; }
a { background-color: rgb(171,129,178); }
div.DivClassName
{
background-color: #AB81B2;
}
.BgClassName
{
background-color: #AB81B2;
}
</style>
border-color css
<style>
span { border-color: #AB81B2; }
span { border-color: rgb(171,129,178); }
td.TdClassName
{
border-color: #AB81B2;
}
.TagClassName
{
border-color: #AB81B2;
}
</style>