Shades of East Side #AB99B2
Tints of East Side #AB99B2
RGB
CMYK
RGB Variations
Color information
#AB99B2 (or 0xAB99B2) is known color: East Side. HEX triplet: AB, 99 and B2. RGB value is (171,153,178). Sum of RGB (Red+Green+Blue) = 171+153+178=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 178 - color contains mainly: blue. Hex color #AB99B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB99B2 is #54664D. Grayscale: #A1A1A1. Windows color (decimal): -5531214 or 11704747. OLE color: 11704747.
HSL color Cylindrical-coordinate representation of color #AB99B2: hue angle of 283.2º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AB99B2 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 153 | 178 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.30 |
| HSL | 283.2º | 0.14% | 0.65% | - |
| HSV(B) | 283.2º | 0.14% | 0.7% | - |
| XYZ | 36.22 | 34.65 | 46.9 | - |
| YUV | 161.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 178 | 0.04 | 0.14 | 0 | 0.30 | 283.2 | 0.14 | 0.65 |
| Hex | AB | 99 | B2 | 4 | E | 0 | 1E | 11B | E | 41 |
| Octal | 253 | 231 | 262 | 4 | 16 | 0 | 36 | 433 | 16 | 101 |
| Binary | 10101011 | 10011001 | 10110010 | 100 | 1110 | 0 | 11110 | 100011011 | 1110 | 1000001 |
Color Harmonies of #AB99B2
Complementary color
Monochromatic Colors of #AB99B2
Black with #AB99B2
Text Example
Text Example
White with #AB99B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB99B2; }
p { color: rgb(171,153,178); }
H1.HeaderClassName
{
color: #AB99B2;
}
.AnyTagClassName
{
color: #AB99B2;
}
</style>
background-color css
<style>
a { background-color: #AB99B2; }
a { background-color: rgb(171,153,178); }
div.DivClassName
{
background-color: #AB99B2;
}
.BgClassName
{
background-color: #AB99B2;
}
</style>
border-color css
<style>
span { border-color: #AB99B2; }
span { border-color: rgb(171,153,178); }
td.TdClassName
{
border-color: #AB99B2;
}
.TagClassName
{
border-color: #AB99B2;
}
</style>