Shades of East Side #A795AD
Tints of East Side #A795AD
RGB
CMYK
RGB Variations
Color information
#A795AD (or 0xA795AD) is known color: East Side. HEX triplet: A7, 95 and AD. RGB value is (167,149,173). Sum of RGB (Red+Green+Blue) = 167+149+173=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 173 - color contains mainly: blue. Hex color #A795AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A795AD is #586A52. Grayscale: #9D9D9D. Windows color (decimal): -5794387 or 11376039. OLE color: 11376039.
HSL color Cylindrical-coordinate representation of color #A795AD: hue angle of 285º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A795AD is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 149 | 173 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.32 |
| HSL | 285º | 0.13% | 0.63% | - |
| HSV(B) | 285º | 0.14% | 0.68% | - |
| XYZ | 34.23 | 32.73 | 44.05 | - |
| YUV | 157.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 149 | 173 | 0.03 | 0.14 | 0 | 0.32 | 285 | 0.13 | 0.63 |
| Hex | A7 | 95 | AD | 3 | E | 0 | 20 | 11D | D | 3F |
| Octal | 247 | 225 | 255 | 3 | 16 | 0 | 40 | 435 | 15 | 77 |
| Binary | 10100111 | 10010101 | 10101101 | 11 | 1110 | 0 | 100000 | 100011101 | 1101 | 111111 |
Color Harmonies of #A795AD
Complementary color
Monochromatic Colors of #A795AD
Black with #A795AD
Text Example
Text Example
White with #A795AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A795AD; }
p { color: rgb(167,149,173); }
H1.HeaderClassName
{
color: #A795AD;
}
.AnyTagClassName
{
color: #A795AD;
}
</style>
background-color css
<style>
a { background-color: #A795AD; }
a { background-color: rgb(167,149,173); }
div.DivClassName
{
background-color: #A795AD;
}
.BgClassName
{
background-color: #A795AD;
}
</style>
border-color css
<style>
span { border-color: #A795AD; }
span { border-color: rgb(167,149,173); }
td.TdClassName
{
border-color: #A795AD;
}
.TagClassName
{
border-color: #A795AD;
}
</style>