Shades of East Side #A998B3
Tints of East Side #A998B3
RGB
CMYK
RGB Variations
Color information
#A998B3 (or 0xA998B3) is known color: East Side. HEX triplet: A9, 98 and B3. RGB value is (169,152,179). Sum of RGB (Red+Green+Blue) = 169+152+179=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 179 - color contains mainly: blue. Hex color #A998B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998B3 is #56674C. Grayscale: #A0A0A0. Windows color (decimal): -5662541 or 11770025. OLE color: 11770025.
HSL color Cylindrical-coordinate representation of color #A998B3: hue angle of 277.78º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A998B3 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 152 | 179 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.30 |
| HSL | 277.78º | 0.15% | 0.65% | - |
| HSV(B) | 277.78º | 0.15% | 0.7% | - |
| XYZ | 35.73 | 34.15 | 47.36 | - |
| YUV | 160.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 179 | 0.06 | 0.15 | 0 | 0.30 | 277.78 | 0.15 | 0.65 |
| Hex | A9 | 98 | B3 | 6 | F | 0 | 1E | 116 | F | 41 |
| Octal | 251 | 230 | 263 | 6 | 17 | 0 | 36 | 426 | 17 | 101 |
| Binary | 10101001 | 10011000 | 10110011 | 110 | 1111 | 0 | 11110 | 100010110 | 1111 | 1000001 |
Color Harmonies of #A998B3
Complementary color
Monochromatic Colors of #A998B3
Black with #A998B3
Text Example
Text Example
White with #A998B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998B3; }
p { color: rgb(169,152,179); }
H1.HeaderClassName
{
color: #A998B3;
}
.AnyTagClassName
{
color: #A998B3;
}
</style>
background-color css
<style>
a { background-color: #A998B3; }
a { background-color: rgb(169,152,179); }
div.DivClassName
{
background-color: #A998B3;
}
.BgClassName
{
background-color: #A998B3;
}
</style>
border-color css
<style>
span { border-color: #A998B3; }
span { border-color: rgb(169,152,179); }
td.TdClassName
{
border-color: #A998B3;
}
.TagClassName
{
border-color: #A998B3;
}
</style>