Shades of East Side #A998B1
Tints of East Side #A998B1
RGB
CMYK
RGB Variations
Color information
#A998B1 (or 0xA998B1) is known color: East Side. HEX triplet: A9, 98 and B1. RGB value is (169,152,177). Sum of RGB (Red+Green+Blue) = 169+152+177=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 177 - color contains mainly: blue. Hex color #A998B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A998B1 is #56674E. Grayscale: #9F9F9F. Windows color (decimal): -5662543 or 11638953. OLE color: 11638953.
HSL color Cylindrical-coordinate representation of color #A998B1: hue angle of 280.8º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A998B1 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 152 | 177 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.31 |
| HSL | 280.8º | 0.14% | 0.65% | - |
| HSV(B) | 280.8º | 0.14% | 0.69% | - |
| XYZ | 35.53 | 34.07 | 46.3 | - |
| YUV | 159.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 177 | 0.05 | 0.14 | 0 | 0.31 | 280.8 | 0.14 | 0.65 |
| Hex | A9 | 98 | B1 | 5 | E | 0 | 1F | 119 | E | 41 |
| Octal | 251 | 230 | 261 | 5 | 16 | 0 | 37 | 431 | 16 | 101 |
| Binary | 10101001 | 10011000 | 10110001 | 101 | 1110 | 0 | 11111 | 100011001 | 1110 | 1000001 |
Color Harmonies of #A998B1
Complementary color
Monochromatic Colors of #A998B1
Black with #A998B1
Text Example
Text Example
White with #A998B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998B1; }
p { color: rgb(169,152,177); }
H1.HeaderClassName
{
color: #A998B1;
}
.AnyTagClassName
{
color: #A998B1;
}
</style>
background-color css
<style>
a { background-color: #A998B1; }
a { background-color: rgb(169,152,177); }
div.DivClassName
{
background-color: #A998B1;
}
.BgClassName
{
background-color: #A998B1;
}
</style>
border-color css
<style>
span { border-color: #A998B1; }
span { border-color: rgb(169,152,177); }
td.TdClassName
{
border-color: #A998B1;
}
.TagClassName
{
border-color: #A998B1;
}
</style>