Shades of East Side #AB70B7
Tints of East Side #AB70B7
RGB
CMYK
RGB Variations
Color information
#AB70B7 (or 0xAB70B7) is known color: East Side. HEX triplet: AB, 70 and B7. RGB value is (171,112,183). Sum of RGB (Red+Green+Blue) = 171+112+183=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB70B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70B7 is #548F48. Grayscale: #898989. Windows color (decimal): -5541705 or 12021931. OLE color: 12021931.
HSL color Cylindrical-coordinate representation of color #AB70B7: hue angle of 289.86º degrees, saturation: 0.33, 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 #AB70B7 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 112 | 183 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.28 |
| HSL | 289.86º | 0.33% | 0.58% | - |
| HSV(B) | 289.86º | 0.39% | 0.72% | - |
| XYZ | 31.14 | 23.67 | 47.73 | - |
| YUV | 137.74 | 153.55 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 183 | 0.07 | 0.39 | 0 | 0.28 | 289.86 | 0.33 | 0.58 |
| Hex | AB | 70 | B7 | 7 | 27 | 0 | 1C | 122 | 21 | 3A |
| Octal | 253 | 160 | 267 | 7 | 47 | 0 | 34 | 442 | 41 | 72 |
| Binary | 10101011 | 1110000 | 10110111 | 111 | 100111 | 0 | 11100 | 100100010 | 100001 | 111010 |
Color Harmonies of #AB70B7
Complementary color
Monochromatic Colors of #AB70B7
Black with #AB70B7
Text Example
Text Example
White with #AB70B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB70B7; }
p { color: rgb(171,112,183); }
H1.HeaderClassName
{
color: #AB70B7;
}
.AnyTagClassName
{
color: #AB70B7;
}
</style>
background-color css
<style>
a { background-color: #AB70B7; }
a { background-color: rgb(171,112,183); }
div.DivClassName
{
background-color: #AB70B7;
}
.BgClassName
{
background-color: #AB70B7;
}
</style>
border-color css
<style>
span { border-color: #AB70B7; }
span { border-color: rgb(171,112,183); }
td.TdClassName
{
border-color: #AB70B7;
}
.TagClassName
{
border-color: #AB70B7;
}
</style>