Shades of East Side #AB8FC4
Tints of East Side #AB8FC4
RGB
CMYK
RGB Variations
Color information
#AB8FC4 (or 0xAB8FC4) is known color: East Side. HEX triplet: AB, 8F and C4. RGB value is (171,143,196). Sum of RGB (Red+Green+Blue) = 171+143+196=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 196 (76.95% from 255 or 38.43% from 510); Max value from RGB is 196 - color contains mainly: blue. Hex color #AB8FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FC4 is #54703B. Grayscale: #9D9D9D. Windows color (decimal): -5533756 or 12881835. OLE color: 12881835.
HSL color Cylindrical-coordinate representation of color #AB8FC4: hue angle of 271.7º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB8FC4 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 143 | 196 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.23 |
| HSL | 271.7º | 0.31% | 0.66% | - |
| HSV(B) | 271.7º | 0.27% | 0.77% | - |
| XYZ | 36.58 | 32.29 | 56.53 | - |
| YUV | 157.41 | 149.78 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 196 | 0.13 | 0.27 | 0 | 0.23 | 271.7 | 0.31 | 0.66 |
| Hex | AB | 8F | C4 | D | 1B | 0 | 17 | 110 | 1F | 42 |
| Octal | 253 | 217 | 304 | 15 | 33 | 0 | 27 | 420 | 37 | 102 |
| Binary | 10101011 | 10001111 | 11000100 | 1101 | 11011 | 0 | 10111 | 100010000 | 11111 | 1000010 |
Color Harmonies of #AB8FC4
Complementary color
Monochromatic Colors of #AB8FC4
Black with #AB8FC4
Text Example
Text Example
White with #AB8FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8FC4; }
p { color: rgb(171,143,196); }
H1.HeaderClassName
{
color: #AB8FC4;
}
.AnyTagClassName
{
color: #AB8FC4;
}
</style>
background-color css
<style>
a { background-color: #AB8FC4; }
a { background-color: rgb(171,143,196); }
div.DivClassName
{
background-color: #AB8FC4;
}
.BgClassName
{
background-color: #AB8FC4;
}
</style>
border-color css
<style>
span { border-color: #AB8FC4; }
span { border-color: rgb(171,143,196); }
td.TdClassName
{
border-color: #AB8FC4;
}
.TagClassName
{
border-color: #AB8FC4;
}
</style>