Shades of East Side #A998BB
Tints of East Side #A998BB
RGB
CMYK
RGB Variations
Color information
#A998BB (or 0xA998BB) is known color: East Side. HEX triplet: A9, 98 and BB. RGB value is (169,152,187). Sum of RGB (Red+Green+Blue) = 169+152+187=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #A998BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998BB is #566744. Grayscale: #A0A0A0. Windows color (decimal): -5662533 or 12294313. OLE color: 12294313.
HSL color Cylindrical-coordinate representation of color #A998BB: hue angle of 269.14º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A998BB is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 152 | 187 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.27 |
| HSL | 269.14º | 0.2% | 0.66% | - |
| HSV(B) | 269.14º | 0.19% | 0.73% | - |
| XYZ | 36.56 | 34.48 | 51.74 | - |
| YUV | 161.07 | 142.63 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 187 | 0.10 | 0.19 | 0 | 0.27 | 269.14 | 0.2 | 0.66 |
| Hex | A9 | 98 | BB | A | 13 | 0 | 1B | 10D | 14 | 42 |
| Octal | 251 | 230 | 273 | 12 | 23 | 0 | 33 | 415 | 24 | 102 |
| Binary | 10101001 | 10011000 | 10111011 | 1010 | 10011 | 0 | 11011 | 100001101 | 10100 | 1000010 |
Color Harmonies of #A998BB
Complementary color
Monochromatic Colors of #A998BB
Black with #A998BB
Text Example
Text Example
White with #A998BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998BB; }
p { color: rgb(169,152,187); }
H1.HeaderClassName
{
color: #A998BB;
}
.AnyTagClassName
{
color: #A998BB;
}
</style>
background-color css
<style>
a { background-color: #A998BB; }
a { background-color: rgb(169,152,187); }
div.DivClassName
{
background-color: #A998BB;
}
.BgClassName
{
background-color: #A998BB;
}
</style>
border-color css
<style>
span { border-color: #A998BB; }
span { border-color: rgb(169,152,187); }
td.TdClassName
{
border-color: #A998BB;
}
.TagClassName
{
border-color: #A998BB;
}
</style>