Shades of East Side #A798AD
Tints of East Side #A798AD
RGB
CMYK
RGB Variations
Color information
#A798AD (or 0xA798AD) is known color: East Side. HEX triplet: A7, 98 and AD. RGB value is (167,152,173). Sum of RGB (Red+Green+Blue) = 167+152+173=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 173 - color contains mainly: blue. Hex color #A798AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A798AD is #586752. Grayscale: #9E9E9E. Windows color (decimal): -5793619 or 11376807. OLE color: 11376807.
HSL color Cylindrical-coordinate representation of color #A798AD: hue angle of 282.86º 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 #A798AD is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 152 | 173 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.32 |
| HSL | 282.86º | 0.11% | 0.64% | - |
| HSV(B) | 282.86º | 0.12% | 0.68% | - |
| XYZ | 34.71 | 33.69 | 44.21 | - |
| YUV | 158.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 152 | 173 | 0.03 | 0.12 | 0 | 0.32 | 282.86 | 0.11 | 0.64 |
| Hex | A7 | 98 | AD | 3 | C | 0 | 20 | 11B | B | 40 |
| Octal | 247 | 230 | 255 | 3 | 14 | 0 | 40 | 433 | 13 | 100 |
| Binary | 10100111 | 10011000 | 10101101 | 11 | 1100 | 0 | 100000 | 100011011 | 1011 | 1000000 |
Color Harmonies of #A798AD
Complementary color
Monochromatic Colors of #A798AD
Black with #A798AD
Text Example
Text Example
White with #A798AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A798AD; }
p { color: rgb(167,152,173); }
H1.HeaderClassName
{
color: #A798AD;
}
.AnyTagClassName
{
color: #A798AD;
}
</style>
background-color css
<style>
a { background-color: #A798AD; }
a { background-color: rgb(167,152,173); }
div.DivClassName
{
background-color: #A798AD;
}
.BgClassName
{
background-color: #A798AD;
}
</style>
border-color css
<style>
span { border-color: #A798AD; }
span { border-color: rgb(167,152,173); }
td.TdClassName
{
border-color: #A798AD;
}
.TagClassName
{
border-color: #A798AD;
}
</style>