Shades of East Side #AB92BA
Tints of East Side #AB92BA
RGB
CMYK
RGB Variations
Color information
#AB92BA (or 0xAB92BA) is known color: East Side. HEX triplet: AB, 92 and BA. RGB value is (171,146,186). Sum of RGB (Red+Green+Blue) = 171+146+186=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB92BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92BA is #546D45. Grayscale: #9D9D9D. Windows color (decimal): -5532998 or 12227243. OLE color: 12227243.
HSL color Cylindrical-coordinate representation of color #AB92BA: hue angle of 277.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB92BA is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 146 | 186 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.27 |
| HSL | 277.5º | 0.22% | 0.65% | - |
| HSV(B) | 277.5º | 0.22% | 0.73% | - |
| XYZ | 35.94 | 32.76 | 50.88 | - |
| YUV | 158.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 186 | 0.08 | 0.22 | 0 | 0.27 | 277.5 | 0.22 | 0.65 |
| Hex | AB | 92 | BA | 8 | 16 | 0 | 1B | 116 | 16 | 41 |
| Octal | 253 | 222 | 272 | 10 | 26 | 0 | 33 | 426 | 26 | 101 |
| Binary | 10101011 | 10010010 | 10111010 | 1000 | 10110 | 0 | 11011 | 100010110 | 10110 | 1000001 |
Color Harmonies of #AB92BA
Complementary color
Monochromatic Colors of #AB92BA
Black with #AB92BA
Text Example
Text Example
White with #AB92BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB92BA; }
p { color: rgb(171,146,186); }
H1.HeaderClassName
{
color: #AB92BA;
}
.AnyTagClassName
{
color: #AB92BA;
}
</style>
background-color css
<style>
a { background-color: #AB92BA; }
a { background-color: rgb(171,146,186); }
div.DivClassName
{
background-color: #AB92BA;
}
.BgClassName
{
background-color: #AB92BA;
}
</style>
border-color css
<style>
span { border-color: #AB92BA; }
span { border-color: rgb(171,146,186); }
td.TdClassName
{
border-color: #AB92BA;
}
.TagClassName
{
border-color: #AB92BA;
}
</style>