Shades of East Side #A193AD
Tints of East Side #A193AD
RGB
CMYK
RGB Variations
Color information
#A193AD (or 0xA193AD) is known color: East Side. HEX triplet: A1, 93 and AD. RGB value is (161,147,173). Sum of RGB (Red+Green+Blue) = 161+147+173=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 173 - color contains mainly: blue. Hex color #A193AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A193AD is #5E6C52. Grayscale: #9A9A9A. Windows color (decimal): -6188115 or 11375521. OLE color: 11375521.
HSL color Cylindrical-coordinate representation of color #A193AD: hue angle of 272.31º 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 #A193AD is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 147 | 173 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.32 |
| HSL | 272.31º | 0.14% | 0.63% | - |
| HSV(B) | 272.31º | 0.15% | 0.68% | - |
| XYZ | 32.67 | 31.46 | 43.89 | - |
| YUV | 154.15 | 138.64 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 173 | 0.07 | 0.15 | 0 | 0.32 | 272.31 | 0.14 | 0.63 |
| Hex | A1 | 93 | AD | 7 | F | 0 | 20 | 110 | E | 3F |
| Octal | 241 | 223 | 255 | 7 | 17 | 0 | 40 | 420 | 16 | 77 |
| Binary | 10100001 | 10010011 | 10101101 | 111 | 1111 | 0 | 100000 | 100010000 | 1110 | 111111 |
Color Harmonies of #A193AD
Complementary color
Monochromatic Colors of #A193AD
Black with #A193AD
Text Example
Text Example
White with #A193AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A193AD; }
p { color: rgb(161,147,173); }
H1.HeaderClassName
{
color: #A193AD;
}
.AnyTagClassName
{
color: #A193AD;
}
</style>
background-color css
<style>
a { background-color: #A193AD; }
a { background-color: rgb(161,147,173); }
div.DivClassName
{
background-color: #A193AD;
}
.BgClassName
{
background-color: #A193AD;
}
</style>
border-color css
<style>
span { border-color: #A193AD; }
span { border-color: rgb(161,147,173); }
td.TdClassName
{
border-color: #A193AD;
}
.TagClassName
{
border-color: #A193AD;
}
</style>