Shades of East Side #AB85BA
Tints of East Side #AB85BA
RGB
CMYK
RGB Variations
Color information
#AB85BA (or 0xAB85BA) is known color: East Side. HEX triplet: AB, 85 and BA. RGB value is (171,133,186). Sum of RGB (Red+Green+Blue) = 171+133+186=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB85BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85BA is #547A45. Grayscale: #969696. Windows color (decimal): -5536326 or 12223915. OLE color: 12223915.
HSL color Cylindrical-coordinate representation of color #AB85BA: hue angle of 283.02º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB85BA is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 133 | 186 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.27 |
| HSL | 283.02º | 0.28% | 0.63% | - |
| HSV(B) | 283.02º | 0.28% | 0.73% | - |
| XYZ | 34.05 | 28.98 | 50.25 | - |
| YUV | 150.4 | 148.09 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 186 | 0.08 | 0.28 | 0 | 0.27 | 283.02 | 0.28 | 0.63 |
| Hex | AB | 85 | BA | 8 | 1C | 0 | 1B | 11B | 1C | 3F |
| Octal | 253 | 205 | 272 | 10 | 34 | 0 | 33 | 433 | 34 | 77 |
| Binary | 10101011 | 10000101 | 10111010 | 1000 | 11100 | 0 | 11011 | 100011011 | 11100 | 111111 |
Color Harmonies of #AB85BA
Complementary color
Monochromatic Colors of #AB85BA
Black with #AB85BA
Text Example
Text Example
White with #AB85BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB85BA; }
p { color: rgb(171,133,186); }
H1.HeaderClassName
{
color: #AB85BA;
}
.AnyTagClassName
{
color: #AB85BA;
}
</style>
background-color css
<style>
a { background-color: #AB85BA; }
a { background-color: rgb(171,133,186); }
div.DivClassName
{
background-color: #AB85BA;
}
.BgClassName
{
background-color: #AB85BA;
}
</style>
border-color css
<style>
span { border-color: #AB85BA; }
span { border-color: rgb(171,133,186); }
td.TdClassName
{
border-color: #AB85BA;
}
.TagClassName
{
border-color: #AB85BA;
}
</style>