Shades of East Side #AB70BC
Tints of East Side #AB70BC
RGB
CMYK
RGB Variations
Color information
#AB70BC (or 0xAB70BC) is known color: East Side. HEX triplet: AB, 70 and BC. RGB value is (171,112,188). Sum of RGB (Red+Green+Blue) = 171+112+188=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB70BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70BC is #548F43. Grayscale: #8A8A8A. Windows color (decimal): -5541700 or 12349611. OLE color: 12349611.
HSL color Cylindrical-coordinate representation of color #AB70BC: hue angle of 286.58º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB70BC is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 112 | 188 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.26 |
| HSL | 286.58º | 0.36% | 0.59% | - |
| HSV(B) | 286.58º | 0.4% | 0.74% | - |
| XYZ | 31.67 | 23.88 | 50.52 | - |
| YUV | 138.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 188 | 0.09 | 0.40 | 0 | 0.26 | 286.58 | 0.36 | 0.59 |
| Hex | AB | 70 | BC | 9 | 28 | 0 | 1A | 11F | 24 | 3B |
| Octal | 253 | 160 | 274 | 11 | 50 | 0 | 32 | 437 | 44 | 73 |
| Binary | 10101011 | 1110000 | 10111100 | 1001 | 101000 | 0 | 11010 | 100011111 | 100100 | 111011 |
Color Harmonies of #AB70BC
Complementary color
Monochromatic Colors of #AB70BC
Black with #AB70BC
Text Example
Text Example
White with #AB70BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB70BC; }
p { color: rgb(171,112,188); }
H1.HeaderClassName
{
color: #AB70BC;
}
.AnyTagClassName
{
color: #AB70BC;
}
</style>
background-color css
<style>
a { background-color: #AB70BC; }
a { background-color: rgb(171,112,188); }
div.DivClassName
{
background-color: #AB70BC;
}
.BgClassName
{
background-color: #AB70BC;
}
</style>
border-color css
<style>
span { border-color: #AB70BC; }
span { border-color: rgb(171,112,188); }
td.TdClassName
{
border-color: #AB70BC;
}
.TagClassName
{
border-color: #AB70BC;
}
</style>