Shades of East Side #A39AAD
Tints of East Side #A39AAD
RGB
CMYK
RGB Variations
Color information
#A39AAD (or 0xA39AAD) is known color: East Side. HEX triplet: A3, 9A and AD. RGB value is (163,154,173). Sum of RGB (Red+Green+Blue) = 163+154+173=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 173 - color contains mainly: blue. Hex color #A39AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39AAD is #5C6552. Grayscale: #9E9E9E. Windows color (decimal): -6055251 or 11377315. OLE color: 11377315.
HSL color Cylindrical-coordinate representation of color #A39AAD: hue angle of 268.42º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A39AAD is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 154 | 173 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.32 |
| HSL | 268.42º | 0.1% | 0.64% | - |
| HSV(B) | 268.42º | 0.11% | 0.68% | - |
| XYZ | 34.2 | 33.91 | 44.28 | - |
| YUV | 158.86 | 135.98 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 173 | 0.06 | 0.11 | 0 | 0.32 | 268.42 | 0.1 | 0.64 |
| Hex | A3 | 9A | AD | 6 | B | 0 | 20 | 10C | A | 40 |
| Octal | 243 | 232 | 255 | 6 | 13 | 0 | 40 | 414 | 12 | 100 |
| Binary | 10100011 | 10011010 | 10101101 | 110 | 1011 | 0 | 100000 | 100001100 | 1010 | 1000000 |
Color Harmonies of #A39AAD
Complementary color
Monochromatic Colors of #A39AAD
Black with #A39AAD
Text Example
Text Example
White with #A39AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39AAD; }
p { color: rgb(163,154,173); }
H1.HeaderClassName
{
color: #A39AAD;
}
.AnyTagClassName
{
color: #A39AAD;
}
</style>
background-color css
<style>
a { background-color: #A39AAD; }
a { background-color: rgb(163,154,173); }
div.DivClassName
{
background-color: #A39AAD;
}
.BgClassName
{
background-color: #A39AAD;
}
</style>
border-color css
<style>
span { border-color: #A39AAD; }
span { border-color: rgb(163,154,173); }
td.TdClassName
{
border-color: #A39AAD;
}
.TagClassName
{
border-color: #A39AAD;
}
</style>