Shades of East Side #A493AB
Tints of East Side #A493AB
RGB
CMYK
RGB Variations
Color information
#A493AB (or 0xA493AB) is known color: East Side. HEX triplet: A4, 93 and AB. RGB value is (164,147,171). Sum of RGB (Red+Green+Blue) = 164+147+171=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 171 - color contains mainly: blue. Hex color #A493AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A493AB is #5B6C54. Grayscale: #9A9A9A. Windows color (decimal): -5991509 or 11244452. OLE color: 11244452.
HSL color Cylindrical-coordinate representation of color #A493AB: hue angle of 282.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A493AB is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 147 | 171 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.33 |
| HSL | 282.5º | 0.13% | 0.62% | - |
| HSV(B) | 282.5º | 0.14% | 0.67% | - |
| XYZ | 33.09 | 31.7 | 42.9 | - |
| YUV | 154.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 147 | 171 | 0.04 | 0.14 | 0 | 0.33 | 282.5 | 0.13 | 0.62 |
| Hex | A4 | 93 | AB | 4 | E | 0 | 21 | 11A | C | 3E |
| Octal | 244 | 223 | 253 | 4 | 16 | 0 | 41 | 432 | 14 | 76 |
| Binary | 10100100 | 10010011 | 10101011 | 100 | 1110 | 0 | 100001 | 100011010 | 1100 | 111110 |
Color Harmonies of #A493AB
Complementary color
Monochromatic Colors of #A493AB
Black with #A493AB
Text Example
Text Example
White with #A493AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A493AB; }
p { color: rgb(164,147,171); }
H1.HeaderClassName
{
color: #A493AB;
}
.AnyTagClassName
{
color: #A493AB;
}
</style>
background-color css
<style>
a { background-color: #A493AB; }
a { background-color: rgb(164,147,171); }
div.DivClassName
{
background-color: #A493AB;
}
.BgClassName
{
background-color: #A493AB;
}
</style>
border-color css
<style>
span { border-color: #A493AB; }
span { border-color: rgb(164,147,171); }
td.TdClassName
{
border-color: #A493AB;
}
.TagClassName
{
border-color: #A493AB;
}
</style>