Shades of East Side #A88EAD
Tints of East Side #A88EAD
RGB
CMYK
RGB Variations
Color information
#A88EAD (or 0xA88EAD) is known color: East Side. HEX triplet: A8, 8E and AD. RGB value is (168,142,173). Sum of RGB (Red+Green+Blue) = 168+142+173=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 173 - color contains mainly: blue. Hex color #A88EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88EAD is #577152. Grayscale: #999999. Windows color (decimal): -5730643 or 11374248. OLE color: 11374248.
HSL color Cylindrical-coordinate representation of color #A88EAD: hue angle of 290.32º 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 #A88EAD is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 142 | 173 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.32 |
| HSL | 290.32º | 0.16% | 0.62% | - |
| HSV(B) | 290.32º | 0.18% | 0.68% | - |
| XYZ | 33.36 | 30.69 | 43.7 | - |
| YUV | 153.31 | 139.11 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 142 | 173 | 0.03 | 0.18 | 0 | 0.32 | 290.32 | 0.16 | 0.62 |
| Hex | A8 | 8E | AD | 3 | 12 | 0 | 20 | 122 | 10 | 3E |
| Octal | 250 | 216 | 255 | 3 | 22 | 0 | 40 | 442 | 20 | 76 |
| Binary | 10101000 | 10001110 | 10101101 | 11 | 10010 | 0 | 100000 | 100100010 | 10000 | 111110 |
Color Harmonies of #A88EAD
Complementary color
Monochromatic Colors of #A88EAD
Black with #A88EAD
Text Example
Text Example
White with #A88EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88EAD; }
p { color: rgb(168,142,173); }
H1.HeaderClassName
{
color: #A88EAD;
}
.AnyTagClassName
{
color: #A88EAD;
}
</style>
background-color css
<style>
a { background-color: #A88EAD; }
a { background-color: rgb(168,142,173); }
div.DivClassName
{
background-color: #A88EAD;
}
.BgClassName
{
background-color: #A88EAD;
}
</style>
border-color css
<style>
span { border-color: #A88EAD; }
span { border-color: rgb(168,142,173); }
td.TdClassName
{
border-color: #A88EAD;
}
.TagClassName
{
border-color: #A88EAD;
}
</style>