Shades of East Side #A493AD
Tints of East Side #A493AD
RGB
CMYK
RGB Variations
Color information
#A493AD (or 0xA493AD) is known color: East Side. HEX triplet: A4, 93 and AD. RGB value is (164,147,173). Sum of RGB (Red+Green+Blue) = 164+147+173=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 173 - color contains mainly: blue. Hex color #A493AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A493AD is #5B6C52. Grayscale: #9A9A9A. Windows color (decimal): -5991507 or 11375524. OLE color: 11375524.
HSL color Cylindrical-coordinate representation of color #A493AD: hue angle of 279.23º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A493AD is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 147 | 173 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.32 |
| HSL | 279.23º | 0.14% | 0.63% | - |
| HSV(B) | 279.23º | 0.15% | 0.68% | - |
| XYZ | 33.29 | 31.78 | 43.91 | - |
| YUV | 155.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 147 | 173 | 0.05 | 0.15 | 0 | 0.32 | 279.23 | 0.14 | 0.63 |
| Hex | A4 | 93 | AD | 5 | F | 0 | 20 | 117 | E | 3F |
| Octal | 244 | 223 | 255 | 5 | 17 | 0 | 40 | 427 | 16 | 77 |
| Binary | 10100100 | 10010011 | 10101101 | 101 | 1111 | 0 | 100000 | 100010111 | 1110 | 111111 |
Color Harmonies of #A493AD
Complementary color
Monochromatic Colors of #A493AD
Black with #A493AD
Text Example
Text Example
White with #A493AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A493AD; }
p { color: rgb(164,147,173); }
H1.HeaderClassName
{
color: #A493AD;
}
.AnyTagClassName
{
color: #A493AD;
}
</style>
background-color css
<style>
a { background-color: #A493AD; }
a { background-color: rgb(164,147,173); }
div.DivClassName
{
background-color: #A493AD;
}
.BgClassName
{
background-color: #A493AD;
}
</style>
border-color css
<style>
span { border-color: #A493AD; }
span { border-color: rgb(164,147,173); }
td.TdClassName
{
border-color: #A493AD;
}
.TagClassName
{
border-color: #A493AD;
}
</style>