Shades of East Side #A998BA
Tints of East Side #A998BA
RGB
CMYK
RGB Variations
Color information
#A998BA (or 0xA998BA) is known color: East Side. HEX triplet: A9, 98 and BA. RGB value is (169,152,186). Sum of RGB (Red+Green+Blue) = 169+152+186=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #A998BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998BA is #566745. Grayscale: #A0A0A0. Windows color (decimal): -5662534 or 12228777. OLE color: 12228777.
HSL color Cylindrical-coordinate representation of color #A998BA: hue angle of 270º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A998BA is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 152 | 186 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.27 |
| HSL | 270º | 0.2% | 0.66% | - |
| HSV(B) | 270º | 0.18% | 0.73% | - |
| XYZ | 36.45 | 34.44 | 51.18 | - |
| YUV | 160.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 186 | 0.09 | 0.18 | 0 | 0.27 | 270 | 0.2 | 0.66 |
| Hex | A9 | 98 | BA | 9 | 12 | 0 | 1B | 10E | 14 | 42 |
| Octal | 251 | 230 | 272 | 11 | 22 | 0 | 33 | 416 | 24 | 102 |
| Binary | 10101001 | 10011000 | 10111010 | 1001 | 10010 | 0 | 11011 | 100001110 | 10100 | 1000010 |
Color Harmonies of #A998BA
Complementary color
Monochromatic Colors of #A998BA
Black with #A998BA
Text Example
Text Example
White with #A998BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998BA; }
p { color: rgb(169,152,186); }
H1.HeaderClassName
{
color: #A998BA;
}
.AnyTagClassName
{
color: #A998BA;
}
</style>
background-color css
<style>
a { background-color: #A998BA; }
a { background-color: rgb(169,152,186); }
div.DivClassName
{
background-color: #A998BA;
}
.BgClassName
{
background-color: #A998BA;
}
</style>
border-color css
<style>
span { border-color: #A998BA; }
span { border-color: rgb(169,152,186); }
td.TdClassName
{
border-color: #A998BA;
}
.TagClassName
{
border-color: #A998BA;
}
</style>