Shades of East Side #A393A9
Tints of East Side #A393A9
RGB
CMYK
RGB Variations
Color information
#A393A9 (or 0xA393A9) is known color: East Side. HEX triplet: A3, 93 and A9. RGB value is (163,147,169). Sum of RGB (Red+Green+Blue) = 163+147+169=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 169 (66.41% from 255 or 35.28% from 479); Max value from RGB is 169 - color contains mainly: blue. Hex color #A393A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A393A9 is #5C6C56. Grayscale: #9A9A9A. Windows color (decimal): -6057047 or 11113379. OLE color: 11113379.
HSL color Cylindrical-coordinate representation of color #A393A9: hue angle of 283.64º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A393A9 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 147 | 169 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.34 |
| HSL | 283.64º | 0.11% | 0.62% | - |
| HSV(B) | 283.64º | 0.13% | 0.66% | - |
| XYZ | 32.7 | 31.52 | 41.9 | - |
| YUV | 154.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 169 | 0.04 | 0.13 | 0 | 0.34 | 283.64 | 0.11 | 0.62 |
| Hex | A3 | 93 | A9 | 4 | D | 0 | 22 | 11C | B | 3E |
| Octal | 243 | 223 | 251 | 4 | 15 | 0 | 42 | 434 | 13 | 76 |
| Binary | 10100011 | 10010011 | 10101001 | 100 | 1101 | 0 | 100010 | 100011100 | 1011 | 111110 |
Color Harmonies of #A393A9
Complementary color
Monochromatic Colors of #A393A9
Black with #A393A9
Text Example
Text Example
White with #A393A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A393A9; }
p { color: rgb(163,147,169); }
H1.HeaderClassName
{
color: #A393A9;
}
.AnyTagClassName
{
color: #A393A9;
}
</style>
background-color css
<style>
a { background-color: #A393A9; }
a { background-color: rgb(163,147,169); }
div.DivClassName
{
background-color: #A393A9;
}
.BgClassName
{
background-color: #A393A9;
}
</style>
border-color css
<style>
span { border-color: #A393A9; }
span { border-color: rgb(163,147,169); }
td.TdClassName
{
border-color: #A393A9;
}
.TagClassName
{
border-color: #A393A9;
}
</style>