Shades of East Side #A998B0
Tints of East Side #A998B0
RGB
CMYK
RGB Variations
Color information
#A998B0 (or 0xA998B0) is known color: East Side. HEX triplet: A9, 98 and B0. RGB value is (169,152,176). Sum of RGB (Red+Green+Blue) = 169+152+176=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 176 - color contains mainly: blue. Hex color #A998B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A998B0 is #56674F. Grayscale: #9F9F9F. Windows color (decimal): -5662544 or 11573417. OLE color: 11573417.
HSL color Cylindrical-coordinate representation of color #A998B0: hue angle of 282.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A998B0 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 152 | 176 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.31 |
| HSL | 282.5º | 0.13% | 0.64% | - |
| HSV(B) | 282.5º | 0.14% | 0.69% | - |
| XYZ | 35.43 | 34.03 | 45.77 | - |
| YUV | 159.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 176 | 0.04 | 0.14 | 0 | 0.31 | 282.5 | 0.13 | 0.64 |
| Hex | A9 | 98 | B0 | 4 | E | 0 | 1F | 11A | D | 40 |
| Octal | 251 | 230 | 260 | 4 | 16 | 0 | 37 | 432 | 15 | 100 |
| Binary | 10101001 | 10011000 | 10110000 | 100 | 1110 | 0 | 11111 | 100011010 | 1101 | 1000000 |
Color Harmonies of #A998B0
Complementary color
Monochromatic Colors of #A998B0
Black with #A998B0
Text Example
Text Example
White with #A998B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998B0; }
p { color: rgb(169,152,176); }
H1.HeaderClassName
{
color: #A998B0;
}
.AnyTagClassName
{
color: #A998B0;
}
</style>
background-color css
<style>
a { background-color: #A998B0; }
a { background-color: rgb(169,152,176); }
div.DivClassName
{
background-color: #A998B0;
}
.BgClassName
{
background-color: #A998B0;
}
</style>
border-color css
<style>
span { border-color: #A998B0; }
span { border-color: rgb(169,152,176); }
td.TdClassName
{
border-color: #A998B0;
}
.TagClassName
{
border-color: #A998B0;
}
</style>