Shades of East Side #A998BE
Tints of East Side #A998BE
RGB
CMYK
RGB Variations
Color information
#A998BE (or 0xA998BE) is known color: East Side. HEX triplet: A9, 98 and BE. RGB value is (169,152,190). Sum of RGB (Red+Green+Blue) = 169+152+190=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #A998BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998BE is #566741. Grayscale: #A1A1A1. Windows color (decimal): -5662530 or 12490921. OLE color: 12490921.
HSL color Cylindrical-coordinate representation of color #A998BE: hue angle of 266.84º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A998BE is Cyan = 0.11, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 152 | 190 | - |
| CMYK | 0.11 | 0.2 | 0 | 0.25 |
| HSL | 266.84º | 0.23% | 0.67% | - |
| HSV(B) | 266.84º | 0.2% | 0.75% | - |
| XYZ | 36.88 | 34.61 | 53.45 | - |
| YUV | 161.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 190 | 0.11 | 0.2 | 0 | 0.25 | 266.84 | 0.23 | 0.67 |
| Hex | A9 | 98 | BE | B | 14 | 0 | 19 | 10B | 17 | 43 |
| Octal | 251 | 230 | 276 | 13 | 24 | 0 | 31 | 413 | 27 | 103 |
| Binary | 10101001 | 10011000 | 10111110 | 1011 | 10100 | 0 | 11001 | 100001011 | 10111 | 1000011 |
Color Harmonies of #A998BE
Complementary color
Monochromatic Colors of #A998BE
Black with #A998BE
Text Example
Text Example
White with #A998BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998BE; }
p { color: rgb(169,152,190); }
H1.HeaderClassName
{
color: #A998BE;
}
.AnyTagClassName
{
color: #A998BE;
}
</style>
background-color css
<style>
a { background-color: #A998BE; }
a { background-color: rgb(169,152,190); }
div.DivClassName
{
background-color: #A998BE;
}
.BgClassName
{
background-color: #A998BE;
}
</style>
border-color css
<style>
span { border-color: #A998BE; }
span { border-color: rgb(169,152,190); }
td.TdClassName
{
border-color: #A998BE;
}
.TagClassName
{
border-color: #A998BE;
}
</style>