Shades of East Side #AB81CB
Tints of East Side #AB81CB
RGB
CMYK
RGB Variations
Color information
#AB81CB (or 0xAB81CB) is known color: East Side. HEX triplet: AB, 81 and CB. RGB value is (171,129,203). Sum of RGB (Red+Green+Blue) = 171+129+203=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB81CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB81CB is #547E34. Grayscale: #959595. Windows color (decimal): -5537333 or 13337003. OLE color: 13337003.
HSL color Cylindrical-coordinate representation of color #AB81CB: hue angle of 274.05º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB81CB is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 129 | 203 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.20 |
| HSL | 274.05º | 0.42% | 0.65% | - |
| HSV(B) | 274.05º | 0.36% | 0.8% | - |
| XYZ | 35.42 | 28.67 | 60.17 | - |
| YUV | 149.99 | 157.91 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 203 | 0.16 | 0.36 | 0 | 0.20 | 274.05 | 0.42 | 0.65 |
| Hex | AB | 81 | CB | 10 | 24 | 0 | 14 | 112 | 2A | 41 |
| Octal | 253 | 201 | 313 | 20 | 44 | 0 | 24 | 422 | 52 | 101 |
| Binary | 10101011 | 10000001 | 11001011 | 10000 | 100100 | 0 | 10100 | 100010010 | 101010 | 1000001 |
Color Harmonies of #AB81CB
Complementary color
Monochromatic Colors of #AB81CB
Black with #AB81CB
Text Example
Text Example
White with #AB81CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB81CB; }
p { color: rgb(171,129,203); }
H1.HeaderClassName
{
color: #AB81CB;
}
.AnyTagClassName
{
color: #AB81CB;
}
</style>
background-color css
<style>
a { background-color: #AB81CB; }
a { background-color: rgb(171,129,203); }
div.DivClassName
{
background-color: #AB81CB;
}
.BgClassName
{
background-color: #AB81CB;
}
</style>
border-color css
<style>
span { border-color: #AB81CB; }
span { border-color: rgb(171,129,203); }
td.TdClassName
{
border-color: #AB81CB;
}
.TagClassName
{
border-color: #AB81CB;
}
</style>