Shades of East Side #AB9DBA
Tints of East Side #AB9DBA
RGB
CMYK
RGB Variations
Color information
#AB9DBA (or 0xAB9DBA) is known color: East Side. HEX triplet: AB, 9D and BA. RGB value is (171,157,186). Sum of RGB (Red+Green+Blue) = 171+157+186=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB9DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DBA is #546245. Grayscale: #A4A4A4. Windows color (decimal): -5530182 or 12230059. OLE color: 12230059.
HSL color Cylindrical-coordinate representation of color #AB9DBA: hue angle of 268.97º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB9DBA is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 157 | 186 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.27 |
| HSL | 268.97º | 0.17% | 0.67% | - |
| HSV(B) | 268.97º | 0.16% | 0.73% | - |
| XYZ | 37.71 | 36.32 | 51.48 | - |
| YUV | 164.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 157 | 186 | 0.08 | 0.16 | 0 | 0.27 | 268.97 | 0.17 | 0.67 |
| Hex | AB | 9D | BA | 8 | 10 | 0 | 1B | 10D | 11 | 43 |
| Octal | 253 | 235 | 272 | 10 | 20 | 0 | 33 | 415 | 21 | 103 |
| Binary | 10101011 | 10011101 | 10111010 | 1000 | 10000 | 0 | 11011 | 100001101 | 10001 | 1000011 |
Color Harmonies of #AB9DBA
Complementary color
Monochromatic Colors of #AB9DBA
Black with #AB9DBA
Text Example
Text Example
White with #AB9DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9DBA; }
p { color: rgb(171,157,186); }
H1.HeaderClassName
{
color: #AB9DBA;
}
.AnyTagClassName
{
color: #AB9DBA;
}
</style>
background-color css
<style>
a { background-color: #AB9DBA; }
a { background-color: rgb(171,157,186); }
div.DivClassName
{
background-color: #AB9DBA;
}
.BgClassName
{
background-color: #AB9DBA;
}
</style>
border-color css
<style>
span { border-color: #AB9DBA; }
span { border-color: rgb(171,157,186); }
td.TdClassName
{
border-color: #AB9DBA;
}
.TagClassName
{
border-color: #AB9DBA;
}
</style>