Shades of East Side #A998B4
Tints of East Side #A998B4
RGB
CMYK
RGB Variations
Color information
#A998B4 (or 0xA998B4) is known color: East Side. HEX triplet: A9, 98 and B4. RGB value is (169,152,180). Sum of RGB (Red+Green+Blue) = 169+152+180=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 180 - color contains mainly: blue. Hex color #A998B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998B4 is #56674B. Grayscale: #A0A0A0. Windows color (decimal): -5662540 or 11835561. OLE color: 11835561.
HSL color Cylindrical-coordinate representation of color #A998B4: hue angle of 276.43º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A998B4 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 152 | 180 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.29 |
| HSL | 276.43º | 0.16% | 0.65% | - |
| HSV(B) | 276.43º | 0.16% | 0.71% | - |
| XYZ | 35.83 | 34.19 | 47.89 | - |
| YUV | 160.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 180 | 0.06 | 0.16 | 0 | 0.29 | 276.43 | 0.16 | 0.65 |
| Hex | A9 | 98 | B4 | 6 | 10 | 0 | 1D | 114 | 10 | 41 |
| Octal | 251 | 230 | 264 | 6 | 20 | 0 | 35 | 424 | 20 | 101 |
| Binary | 10101001 | 10011000 | 10110100 | 110 | 10000 | 0 | 11101 | 100010100 | 10000 | 1000001 |
Color Harmonies of #A998B4
Complementary color
Monochromatic Colors of #A998B4
Black with #A998B4
Text Example
Text Example
White with #A998B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998B4; }
p { color: rgb(169,152,180); }
H1.HeaderClassName
{
color: #A998B4;
}
.AnyTagClassName
{
color: #A998B4;
}
</style>
background-color css
<style>
a { background-color: #A998B4; }
a { background-color: rgb(169,152,180); }
div.DivClassName
{
background-color: #A998B4;
}
.BgClassName
{
background-color: #A998B4;
}
</style>
border-color css
<style>
span { border-color: #A998B4; }
span { border-color: rgb(169,152,180); }
td.TdClassName
{
border-color: #A998B4;
}
.TagClassName
{
border-color: #A998B4;
}
</style>