Shades of East Side #AB96BD
Tints of East Side #AB96BD
RGB
CMYK
RGB Variations
Color information
#AB96BD (or 0xAB96BD) is known color: East Side. HEX triplet: AB, 96 and BD. RGB value is (171,150,189). Sum of RGB (Red+Green+Blue) = 171+150+189=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB96BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB96BD is #546942. Grayscale: #A0A0A0. Windows color (decimal): -5531971 or 12424875. OLE color: 12424875.
HSL color Cylindrical-coordinate representation of color #AB96BD: hue angle of 272.31º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB96BD is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 150 | 189 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.26 |
| HSL | 272.31º | 0.23% | 0.66% | - |
| HSV(B) | 272.31º | 0.21% | 0.74% | - |
| XYZ | 36.89 | 34.14 | 52.79 | - |
| YUV | 160.73 | 143.96 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 189 | 0.10 | 0.21 | 0 | 0.26 | 272.31 | 0.23 | 0.66 |
| Hex | AB | 96 | BD | A | 15 | 0 | 1A | 110 | 17 | 42 |
| Octal | 253 | 226 | 275 | 12 | 25 | 0 | 32 | 420 | 27 | 102 |
| Binary | 10101011 | 10010110 | 10111101 | 1010 | 10101 | 0 | 11010 | 100010000 | 10111 | 1000010 |
Color Harmonies of #AB96BD
Complementary color
Monochromatic Colors of #AB96BD
Black with #AB96BD
Text Example
Text Example
White with #AB96BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB96BD; }
p { color: rgb(171,150,189); }
H1.HeaderClassName
{
color: #AB96BD;
}
.AnyTagClassName
{
color: #AB96BD;
}
</style>
background-color css
<style>
a { background-color: #AB96BD; }
a { background-color: rgb(171,150,189); }
div.DivClassName
{
background-color: #AB96BD;
}
.BgClassName
{
background-color: #AB96BD;
}
</style>
border-color css
<style>
span { border-color: #AB96BD; }
span { border-color: rgb(171,150,189); }
td.TdClassName
{
border-color: #AB96BD;
}
.TagClassName
{
border-color: #AB96BD;
}
</style>