Shades of East Side #AB70BE
Tints of East Side #AB70BE
RGB
CMYK
RGB Variations
Color information
#AB70BE (or 0xAB70BE) is known color: East Side. HEX triplet: AB, 70 and BE. RGB value is (171,112,190). Sum of RGB (Red+Green+Blue) = 171+112+190=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB70BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70BE is #548F41. Grayscale: #8A8A8A. Windows color (decimal): -5541698 or 12480683. OLE color: 12480683.
HSL color Cylindrical-coordinate representation of color #AB70BE: hue angle of 285.38º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB70BE is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 112 | 190 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.25 |
| HSL | 285.38º | 0.38% | 0.59% | - |
| HSV(B) | 285.38º | 0.41% | 0.75% | - |
| XYZ | 31.88 | 23.96 | 51.66 | - |
| YUV | 138.53 | 157.05 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 190 | 0.10 | 0.41 | 0 | 0.25 | 285.38 | 0.38 | 0.59 |
| Hex | AB | 70 | BE | A | 29 | 0 | 19 | 11D | 26 | 3B |
| Octal | 253 | 160 | 276 | 12 | 51 | 0 | 31 | 435 | 46 | 73 |
| Binary | 10101011 | 1110000 | 10111110 | 1010 | 101001 | 0 | 11001 | 100011101 | 100110 | 111011 |
Color Harmonies of #AB70BE
Complementary color
Monochromatic Colors of #AB70BE
Black with #AB70BE
Text Example
Text Example
White with #AB70BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB70BE; }
p { color: rgb(171,112,190); }
H1.HeaderClassName
{
color: #AB70BE;
}
.AnyTagClassName
{
color: #AB70BE;
}
</style>
background-color css
<style>
a { background-color: #AB70BE; }
a { background-color: rgb(171,112,190); }
div.DivClassName
{
background-color: #AB70BE;
}
.BgClassName
{
background-color: #AB70BE;
}
</style>
border-color css
<style>
span { border-color: #AB70BE; }
span { border-color: rgb(171,112,190); }
td.TdClassName
{
border-color: #AB70BE;
}
.TagClassName
{
border-color: #AB70BE;
}
</style>