Shades of East Side #AB99BD
Tints of East Side #AB99BD
RGB
CMYK
RGB Variations
Color information
#AB99BD (or 0xAB99BD) is known color: East Side. HEX triplet: AB, 99 and BD. RGB value is (171,153,189). Sum of RGB (Red+Green+Blue) = 171+153+189=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB99BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB99BD is #546642. Grayscale: #A2A2A2. Windows color (decimal): -5531203 or 12425643. OLE color: 12425643.
HSL color Cylindrical-coordinate representation of color #AB99BD: hue angle of 270º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB99BD is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 153 | 189 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.26 |
| HSL | 270º | 0.21% | 0.67% | - |
| HSV(B) | 270º | 0.19% | 0.74% | - |
| XYZ | 37.37 | 35.11 | 52.95 | - |
| YUV | 162.49 | 142.96 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 189 | 0.10 | 0.19 | 0 | 0.26 | 270 | 0.21 | 0.67 |
| Hex | AB | 99 | BD | A | 13 | 0 | 1A | 10E | 15 | 43 |
| Octal | 253 | 231 | 275 | 12 | 23 | 0 | 32 | 416 | 25 | 103 |
| Binary | 10101011 | 10011001 | 10111101 | 1010 | 10011 | 0 | 11010 | 100001110 | 10101 | 1000011 |
Color Harmonies of #AB99BD
Complementary color
Monochromatic Colors of #AB99BD
Black with #AB99BD
Text Example
Text Example
White with #AB99BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB99BD; }
p { color: rgb(171,153,189); }
H1.HeaderClassName
{
color: #AB99BD;
}
.AnyTagClassName
{
color: #AB99BD;
}
</style>
background-color css
<style>
a { background-color: #AB99BD; }
a { background-color: rgb(171,153,189); }
div.DivClassName
{
background-color: #AB99BD;
}
.BgClassName
{
background-color: #AB99BD;
}
</style>
border-color css
<style>
span { border-color: #AB99BD; }
span { border-color: rgb(171,153,189); }
td.TdClassName
{
border-color: #AB99BD;
}
.TagClassName
{
border-color: #AB99BD;
}
</style>