Shades of East Side #A998AF
Tints of East Side #A998AF
RGB
CMYK
RGB Variations
Color information
#A998AF (or 0xA998AF) is known color: East Side. HEX triplet: A9, 98 and AF. RGB value is (169,152,175). Sum of RGB (Red+Green+Blue) = 169+152+175=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 175 - color contains mainly: blue. Hex color #A998AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A998AF is #566750. Grayscale: #9F9F9F. Windows color (decimal): -5662545 or 11507881. OLE color: 11507881.
HSL color Cylindrical-coordinate representation of color #A998AF: hue angle of 284.35º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A998AF is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 152 | 175 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.31 |
| HSL | 284.35º | 0.13% | 0.64% | - |
| HSV(B) | 284.35º | 0.13% | 0.69% | - |
| XYZ | 35.33 | 33.99 | 45.26 | - |
| YUV | 159.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 175 | 0.03 | 0.13 | 0 | 0.31 | 284.35 | 0.13 | 0.64 |
| Hex | A9 | 98 | AF | 3 | D | 0 | 1F | 11C | D | 40 |
| Octal | 251 | 230 | 257 | 3 | 15 | 0 | 37 | 434 | 15 | 100 |
| Binary | 10101001 | 10011000 | 10101111 | 11 | 1101 | 0 | 11111 | 100011100 | 1101 | 1000000 |
Color Harmonies of #A998AF
Complementary color
Monochromatic Colors of #A998AF
Black with #A998AF
Text Example
Text Example
White with #A998AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998AF; }
p { color: rgb(169,152,175); }
H1.HeaderClassName
{
color: #A998AF;
}
.AnyTagClassName
{
color: #A998AF;
}
</style>
background-color css
<style>
a { background-color: #A998AF; }
a { background-color: rgb(169,152,175); }
div.DivClassName
{
background-color: #A998AF;
}
.BgClassName
{
background-color: #A998AF;
}
</style>
border-color css
<style>
span { border-color: #A998AF; }
span { border-color: rgb(169,152,175); }
td.TdClassName
{
border-color: #A998AF;
}
.TagClassName
{
border-color: #A998AF;
}
</style>