Shades of East Side #A88DAD
Tints of East Side #A88DAD
RGB
CMYK
RGB Variations
Color information
#A88DAD (or 0xA88DAD) is known color: East Side. HEX triplet: A8, 8D and AD. RGB value is (168,141,173). Sum of RGB (Red+Green+Blue) = 168+141+173=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 173 - color contains mainly: blue. Hex color #A88DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88DAD is #577252. Grayscale: #989898. Windows color (decimal): -5730899 or 11373992. OLE color: 11373992.
HSL color Cylindrical-coordinate representation of color #A88DAD: hue angle of 290.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 #A88DAD is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 141 | 173 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.32 |
| HSL | 290.63º | 0.16% | 0.62% | - |
| HSV(B) | 290.63º | 0.18% | 0.68% | - |
| XYZ | 33.22 | 30.39 | 43.65 | - |
| YUV | 152.72 | 139.45 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 173 | 0.03 | 0.18 | 0 | 0.32 | 290.63 | 0.16 | 0.62 |
| Hex | A8 | 8D | AD | 3 | 12 | 0 | 20 | 123 | 10 | 3E |
| Octal | 250 | 215 | 255 | 3 | 22 | 0 | 40 | 443 | 20 | 76 |
| Binary | 10101000 | 10001101 | 10101101 | 11 | 10010 | 0 | 100000 | 100100011 | 10000 | 111110 |
Color Harmonies of #A88DAD
Complementary color
Monochromatic Colors of #A88DAD
Black with #A88DAD
Text Example
Text Example
White with #A88DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88DAD; }
p { color: rgb(168,141,173); }
H1.HeaderClassName
{
color: #A88DAD;
}
.AnyTagClassName
{
color: #A88DAD;
}
</style>
background-color css
<style>
a { background-color: #A88DAD; }
a { background-color: rgb(168,141,173); }
div.DivClassName
{
background-color: #A88DAD;
}
.BgClassName
{
background-color: #A88DAD;
}
</style>
border-color css
<style>
span { border-color: #A88DAD; }
span { border-color: rgb(168,141,173); }
td.TdClassName
{
border-color: #A88DAD;
}
.TagClassName
{
border-color: #A88DAD;
}
</style>