Shades of East Side #AB70B8
Tints of East Side #AB70B8
RGB
CMYK
RGB Variations
Color information
#AB70B8 (or 0xAB70B8) is known color: East Side. HEX triplet: AB, 70 and B8. RGB value is (171,112,184). Sum of RGB (Red+Green+Blue) = 171+112+184=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB70B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70B8 is #548F47. Grayscale: #898989. Windows color (decimal): -5541704 or 12087467. OLE color: 12087467.
HSL color Cylindrical-coordinate representation of color #AB70B8: hue angle of 289.17º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB70B8 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 112 | 184 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.28 |
| HSL | 289.17º | 0.34% | 0.58% | - |
| HSV(B) | 289.17º | 0.39% | 0.72% | - |
| XYZ | 31.24 | 23.71 | 48.28 | - |
| YUV | 137.85 | 154.05 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 184 | 0.07 | 0.39 | 0 | 0.28 | 289.17 | 0.34 | 0.58 |
| Hex | AB | 70 | B8 | 7 | 27 | 0 | 1C | 121 | 22 | 3A |
| Octal | 253 | 160 | 270 | 7 | 47 | 0 | 34 | 441 | 42 | 72 |
| Binary | 10101011 | 1110000 | 10111000 | 111 | 100111 | 0 | 11100 | 100100001 | 100010 | 111010 |
Color Harmonies of #AB70B8
Complementary color
Monochromatic Colors of #AB70B8
Black with #AB70B8
Text Example
Text Example
White with #AB70B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB70B8; }
p { color: rgb(171,112,184); }
H1.HeaderClassName
{
color: #AB70B8;
}
.AnyTagClassName
{
color: #AB70B8;
}
</style>
background-color css
<style>
a { background-color: #AB70B8; }
a { background-color: rgb(171,112,184); }
div.DivClassName
{
background-color: #AB70B8;
}
.BgClassName
{
background-color: #AB70B8;
}
</style>
border-color css
<style>
span { border-color: #AB70B8; }
span { border-color: rgb(171,112,184); }
td.TdClassName
{
border-color: #AB70B8;
}
.TagClassName
{
border-color: #AB70B8;
}
</style>