Shades of East Side #AB98BD
Tints of East Side #AB98BD
RGB
CMYK
RGB Variations
Color information
#AB98BD (or 0xAB98BD) is known color: East Side. HEX triplet: AB, 98 and BD. RGB value is (171,152,189). Sum of RGB (Red+Green+Blue) = 171+152+189=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB98BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB98BD is #546742. Grayscale: #A1A1A1. Windows color (decimal): -5531459 or 12425387. OLE color: 12425387.
HSL color Cylindrical-coordinate representation of color #AB98BD: hue angle of 270.81º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB98BD is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 152 | 189 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.26 |
| HSL | 270.81º | 0.22% | 0.67% | - |
| HSV(B) | 270.81º | 0.2% | 0.74% | - |
| XYZ | 37.21 | 34.79 | 52.9 | - |
| YUV | 161.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 189 | 0.10 | 0.20 | 0 | 0.26 | 270.81 | 0.22 | 0.67 |
| Hex | AB | 98 | BD | A | 14 | 0 | 1A | 10F | 16 | 43 |
| Octal | 253 | 230 | 275 | 12 | 24 | 0 | 32 | 417 | 26 | 103 |
| Binary | 10101011 | 10011000 | 10111101 | 1010 | 10100 | 0 | 11010 | 100001111 | 10110 | 1000011 |
Color Harmonies of #AB98BD
Complementary color
Monochromatic Colors of #AB98BD
Black with #AB98BD
Text Example
Text Example
White with #AB98BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB98BD; }
p { color: rgb(171,152,189); }
H1.HeaderClassName
{
color: #AB98BD;
}
.AnyTagClassName
{
color: #AB98BD;
}
</style>
background-color css
<style>
a { background-color: #AB98BD; }
a { background-color: rgb(171,152,189); }
div.DivClassName
{
background-color: #AB98BD;
}
.BgClassName
{
background-color: #AB98BD;
}
</style>
border-color css
<style>
span { border-color: #AB98BD; }
span { border-color: rgb(171,152,189); }
td.TdClassName
{
border-color: #AB98BD;
}
.TagClassName
{
border-color: #AB98BD;
}
</style>