Shades of East Side #A293AB
Tints of East Side #A293AB
RGB
CMYK
RGB Variations
Color information
#A293AB (or 0xA293AB) is known color: East Side. HEX triplet: A2, 93 and AB. RGB value is (162,147,171). Sum of RGB (Red+Green+Blue) = 162+147+171=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 171 - color contains mainly: blue. Hex color #A293AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A293AB is #5D6C54. Grayscale: #9A9A9A. Windows color (decimal): -6122581 or 11244450. OLE color: 11244450.
HSL color Cylindrical-coordinate representation of color #A293AB: hue angle of 277.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 #A293AB is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 147 | 171 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.33 |
| HSL | 277.5º | 0.13% | 0.62% | - |
| HSV(B) | 277.5º | 0.14% | 0.67% | - |
| XYZ | 32.68 | 31.49 | 42.88 | - |
| YUV | 154.22 | 137.47 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 171 | 0.05 | 0.14 | 0 | 0.33 | 277.5 | 0.13 | 0.62 |
| Hex | A2 | 93 | AB | 5 | E | 0 | 21 | 116 | C | 3E |
| Octal | 242 | 223 | 253 | 5 | 16 | 0 | 41 | 426 | 14 | 76 |
| Binary | 10100010 | 10010011 | 10101011 | 101 | 1110 | 0 | 100001 | 100010110 | 1100 | 111110 |
Color Harmonies of #A293AB
Complementary color
Monochromatic Colors of #A293AB
Black with #A293AB
Text Example
Text Example
White with #A293AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A293AB; }
p { color: rgb(162,147,171); }
H1.HeaderClassName
{
color: #A293AB;
}
.AnyTagClassName
{
color: #A293AB;
}
</style>
background-color css
<style>
a { background-color: #A293AB; }
a { background-color: rgb(162,147,171); }
div.DivClassName
{
background-color: #A293AB;
}
.BgClassName
{
background-color: #A293AB;
}
</style>
border-color css
<style>
span { border-color: #A293AB; }
span { border-color: rgb(162,147,171); }
td.TdClassName
{
border-color: #A293AB;
}
.TagClassName
{
border-color: #A293AB;
}
</style>