Shades of East Side #AB9ABA
Tints of East Side #AB9ABA
RGB
CMYK
RGB Variations
Color information
#AB9ABA (or 0xAB9ABA) is known color: East Side. HEX triplet: AB, 9A and BA. RGB value is (171,154,186). Sum of RGB (Red+Green+Blue) = 171+154+186=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB9ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ABA is #546545. Grayscale: #A2A2A2. Windows color (decimal): -5530950 or 12229291. OLE color: 12229291.
HSL color Cylindrical-coordinate representation of color #AB9ABA: hue angle of 271.88º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AB9ABA is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 154 | 186 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.27 |
| HSL | 271.88º | 0.19% | 0.67% | - |
| HSV(B) | 271.88º | 0.17% | 0.73% | - |
| XYZ | 37.21 | 35.31 | 51.31 | - |
| YUV | 162.73 | 141.13 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 186 | 0.08 | 0.17 | 0 | 0.27 | 271.88 | 0.19 | 0.67 |
| Hex | AB | 9A | BA | 8 | 11 | 0 | 1B | 110 | 13 | 43 |
| Octal | 253 | 232 | 272 | 10 | 21 | 0 | 33 | 420 | 23 | 103 |
| Binary | 10101011 | 10011010 | 10111010 | 1000 | 10001 | 0 | 11011 | 100010000 | 10011 | 1000011 |
Color Harmonies of #AB9ABA
Complementary color
Monochromatic Colors of #AB9ABA
Black with #AB9ABA
Text Example
Text Example
White with #AB9ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9ABA; }
p { color: rgb(171,154,186); }
H1.HeaderClassName
{
color: #AB9ABA;
}
.AnyTagClassName
{
color: #AB9ABA;
}
</style>
background-color css
<style>
a { background-color: #AB9ABA; }
a { background-color: rgb(171,154,186); }
div.DivClassName
{
background-color: #AB9ABA;
}
.BgClassName
{
background-color: #AB9ABA;
}
</style>
border-color css
<style>
span { border-color: #AB9ABA; }
span { border-color: rgb(171,154,186); }
td.TdClassName
{
border-color: #AB9ABA;
}
.TagClassName
{
border-color: #AB9ABA;
}
</style>