Shades of East Side #AB94BA
Tints of East Side #AB94BA
RGB
CMYK
RGB Variations
Color information
#AB94BA (or 0xAB94BA) is known color: East Side. HEX triplet: AB, 94 and BA. RGB value is (171,148,186). Sum of RGB (Red+Green+Blue) = 171+148+186=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB94BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94BA is #546B45. Grayscale: #9F9F9F. Windows color (decimal): -5532486 or 12227755. OLE color: 12227755.
HSL color Cylindrical-coordinate representation of color #AB94BA: hue angle of 276.32º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB94BA is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 148 | 186 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.27 |
| HSL | 276.32º | 0.22% | 0.65% | - |
| HSV(B) | 276.32º | 0.2% | 0.73% | - |
| XYZ | 36.25 | 33.38 | 50.99 | - |
| YUV | 159.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 186 | 0.08 | 0.20 | 0 | 0.27 | 276.32 | 0.22 | 0.65 |
| Hex | AB | 94 | BA | 8 | 14 | 0 | 1B | 114 | 16 | 41 |
| Octal | 253 | 224 | 272 | 10 | 24 | 0 | 33 | 424 | 26 | 101 |
| Binary | 10101011 | 10010100 | 10111010 | 1000 | 10100 | 0 | 11011 | 100010100 | 10110 | 1000001 |
Color Harmonies of #AB94BA
Complementary color
Monochromatic Colors of #AB94BA
Black with #AB94BA
Text Example
Text Example
White with #AB94BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB94BA; }
p { color: rgb(171,148,186); }
H1.HeaderClassName
{
color: #AB94BA;
}
.AnyTagClassName
{
color: #AB94BA;
}
</style>
background-color css
<style>
a { background-color: #AB94BA; }
a { background-color: rgb(171,148,186); }
div.DivClassName
{
background-color: #AB94BA;
}
.BgClassName
{
background-color: #AB94BA;
}
</style>
border-color css
<style>
span { border-color: #AB94BA; }
span { border-color: rgb(171,148,186); }
td.TdClassName
{
border-color: #AB94BA;
}
.TagClassName
{
border-color: #AB94BA;
}
</style>