Shades of East Side #A08DAD
Tints of East Side #A08DAD
RGB
CMYK
RGB Variations
Color information
#A08DAD (or 0xA08DAD) is known color: East Side. HEX triplet: A0, 8D and AD. RGB value is (160,141,173). Sum of RGB (Red+Green+Blue) = 160+141+173=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 173 - color contains mainly: blue. Hex color #A08DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08DAD is #5F7252. Grayscale: #969696. Windows color (decimal): -6255187 or 11373984. OLE color: 11373984.
HSL color Cylindrical-coordinate representation of color #A08DAD: hue angle of 275.62º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A08DAD is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 141 | 173 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.32 |
| HSL | 275.63º | 0.16% | 0.62% | - |
| HSV(B) | 275.63º | 0.18% | 0.68% | - |
| XYZ | 31.56 | 29.54 | 43.57 | - |
| YUV | 150.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 173 | 0.08 | 0.18 | 0 | 0.32 | 275.63 | 0.16 | 0.62 |
| Hex | A0 | 8D | AD | 8 | 12 | 0 | 20 | 114 | 10 | 3E |
| Octal | 240 | 215 | 255 | 10 | 22 | 0 | 40 | 424 | 20 | 76 |
| Binary | 10100000 | 10001101 | 10101101 | 1000 | 10010 | 0 | 100000 | 100010100 | 10000 | 111110 |
Color Harmonies of #A08DAD
Complementary color
Monochromatic Colors of #A08DAD
Black with #A08DAD
Text Example
Text Example
White with #A08DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08DAD; }
p { color: rgb(160,141,173); }
H1.HeaderClassName
{
color: #A08DAD;
}
.AnyTagClassName
{
color: #A08DAD;
}
</style>
background-color css
<style>
a { background-color: #A08DAD; }
a { background-color: rgb(160,141,173); }
div.DivClassName
{
background-color: #A08DAD;
}
.BgClassName
{
background-color: #A08DAD;
}
</style>
border-color css
<style>
span { border-color: #A08DAD; }
span { border-color: rgb(160,141,173); }
td.TdClassName
{
border-color: #A08DAD;
}
.TagClassName
{
border-color: #A08DAD;
}
</style>