Shades of East Side #A492AD
Tints of East Side #A492AD
RGB
CMYK
RGB Variations
Color information
#A492AD (or 0xA492AD) is known color: East Side. HEX triplet: A4, 92 and AD. RGB value is (164,146,173). Sum of RGB (Red+Green+Blue) = 164+146+173=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 173 - color contains mainly: blue. Hex color #A492AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A492AD is #5B6D52. Grayscale: #9A9A9A. Windows color (decimal): -5991763 or 11375268. OLE color: 11375268.
HSL color Cylindrical-coordinate representation of color #A492AD: hue angle of 280º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A492AD is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 146 | 173 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.32 |
| HSL | 280º | 0.14% | 0.63% | - |
| HSV(B) | 280º | 0.16% | 0.68% | - |
| XYZ | 33.13 | 31.47 | 43.86 | - |
| YUV | 154.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 173 | 0.05 | 0.16 | 0 | 0.32 | 280 | 0.14 | 0.63 |
| Hex | A4 | 92 | AD | 5 | 10 | 0 | 20 | 118 | E | 3F |
| Octal | 244 | 222 | 255 | 5 | 20 | 0 | 40 | 430 | 16 | 77 |
| Binary | 10100100 | 10010010 | 10101101 | 101 | 10000 | 0 | 100000 | 100011000 | 1110 | 111111 |
Color Harmonies of #A492AD
Complementary color
Monochromatic Colors of #A492AD
Black with #A492AD
Text Example
Text Example
White with #A492AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A492AD; }
p { color: rgb(164,146,173); }
H1.HeaderClassName
{
color: #A492AD;
}
.AnyTagClassName
{
color: #A492AD;
}
</style>
background-color css
<style>
a { background-color: #A492AD; }
a { background-color: rgb(164,146,173); }
div.DivClassName
{
background-color: #A492AD;
}
.BgClassName
{
background-color: #A492AD;
}
</style>
border-color css
<style>
span { border-color: #A492AD; }
span { border-color: rgb(164,146,173); }
td.TdClassName
{
border-color: #A492AD;
}
.TagClassName
{
border-color: #A492AD;
}
</style>