Shades of East Side #AB8FC8
Tints of East Side #AB8FC8
RGB
CMYK
RGB Variations
Color information
#AB8FC8 (or 0xAB8FC8) is known color: East Side. HEX triplet: AB, 8F and C8. RGB value is (171,143,200). Sum of RGB (Red+Green+Blue) = 171+143+200=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB8FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FC8 is #547037. Grayscale: #9D9D9D. Windows color (decimal): -5533752 or 13143979. OLE color: 13143979.
HSL color Cylindrical-coordinate representation of color #AB8FC8: hue angle of 269.47º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB8FC8 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 143 | 200 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.22 |
| HSL | 269.47º | 0.34% | 0.67% | - |
| HSV(B) | 269.47º | 0.29% | 0.78% | - |
| XYZ | 37.04 | 32.47 | 58.96 | - |
| YUV | 157.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 200 | 0.14 | 0.28 | 0 | 0.22 | 269.47 | 0.34 | 0.67 |
| Hex | AB | 8F | C8 | E | 1C | 0 | 16 | 10D | 22 | 43 |
| Octal | 253 | 217 | 310 | 16 | 34 | 0 | 26 | 415 | 42 | 103 |
| Binary | 10101011 | 10001111 | 11001000 | 1110 | 11100 | 0 | 10110 | 100001101 | 100010 | 1000011 |
Color Harmonies of #AB8FC8
Complementary color
Monochromatic Colors of #AB8FC8
Black with #AB8FC8
Text Example
Text Example
White with #AB8FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8FC8; }
p { color: rgb(171,143,200); }
H1.HeaderClassName
{
color: #AB8FC8;
}
.AnyTagClassName
{
color: #AB8FC8;
}
</style>
background-color css
<style>
a { background-color: #AB8FC8; }
a { background-color: rgb(171,143,200); }
div.DivClassName
{
background-color: #AB8FC8;
}
.BgClassName
{
background-color: #AB8FC8;
}
</style>
border-color css
<style>
span { border-color: #AB8FC8; }
span { border-color: rgb(171,143,200); }
td.TdClassName
{
border-color: #AB8FC8;
}
.TagClassName
{
border-color: #AB8FC8;
}
</style>