Shades of East Side #A598AD
Tints of East Side #A598AD
RGB
CMYK
RGB Variations
Color information
#A598AD (or 0xA598AD) is known color: East Side. HEX triplet: A5, 98 and AD. RGB value is (165,152,173). Sum of RGB (Red+Green+Blue) = 165+152+173=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 173 - color contains mainly: blue. Hex color #A598AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A598AD is #5A6752. Grayscale: #9E9E9E. Windows color (decimal): -5924691 or 11376805. OLE color: 11376805.
HSL color Cylindrical-coordinate representation of color #A598AD: hue angle of 277.14º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A598AD is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 152 | 173 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.32 |
| HSL | 277.14º | 0.11% | 0.64% | - |
| HSV(B) | 277.14º | 0.12% | 0.68% | - |
| XYZ | 34.29 | 33.47 | 44.19 | - |
| YUV | 158.28 | 136.31 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 152 | 173 | 0.05 | 0.12 | 0 | 0.32 | 277.14 | 0.11 | 0.64 |
| Hex | A5 | 98 | AD | 5 | C | 0 | 20 | 115 | B | 40 |
| Octal | 245 | 230 | 255 | 5 | 14 | 0 | 40 | 425 | 13 | 100 |
| Binary | 10100101 | 10011000 | 10101101 | 101 | 1100 | 0 | 100000 | 100010101 | 1011 | 1000000 |
Color Harmonies of #A598AD
Complementary color
Monochromatic Colors of #A598AD
Black with #A598AD
Text Example
Text Example
White with #A598AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A598AD; }
p { color: rgb(165,152,173); }
H1.HeaderClassName
{
color: #A598AD;
}
.AnyTagClassName
{
color: #A598AD;
}
</style>
background-color css
<style>
a { background-color: #A598AD; }
a { background-color: rgb(165,152,173); }
div.DivClassName
{
background-color: #A598AD;
}
.BgClassName
{
background-color: #A598AD;
}
</style>
border-color css
<style>
span { border-color: #A598AD; }
span { border-color: rgb(165,152,173); }
td.TdClassName
{
border-color: #A598AD;
}
.TagClassName
{
border-color: #A598AD;
}
</style>