Shades of East Side #A88FAD
Tints of East Side #A88FAD
RGB
CMYK
RGB Variations
Color information
#A88FAD (or 0xA88FAD) is known color: East Side. HEX triplet: A8, 8F and AD. RGB value is (168,143,173). Sum of RGB (Red+Green+Blue) = 168+143+173=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 173 - color contains mainly: blue. Hex color #A88FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88FAD is #577052. Grayscale: #999999. Windows color (decimal): -5730387 or 11374504. OLE color: 11374504.
HSL color Cylindrical-coordinate representation of color #A88FAD: hue angle of 290º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A88FAD is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 143 | 173 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.32 |
| HSL | 290º | 0.15% | 0.62% | - |
| HSV(B) | 290º | 0.17% | 0.68% | - |
| XYZ | 33.51 | 30.99 | 43.75 | - |
| YUV | 153.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 143 | 173 | 0.03 | 0.17 | 0 | 0.32 | 290 | 0.15 | 0.62 |
| Hex | A8 | 8F | AD | 3 | 11 | 0 | 20 | 122 | F | 3E |
| Octal | 250 | 217 | 255 | 3 | 21 | 0 | 40 | 442 | 17 | 76 |
| Binary | 10101000 | 10001111 | 10101101 | 11 | 10001 | 0 | 100000 | 100100010 | 1111 | 111110 |
Color Harmonies of #A88FAD
Complementary color
Monochromatic Colors of #A88FAD
Black with #A88FAD
Text Example
Text Example
White with #A88FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88FAD; }
p { color: rgb(168,143,173); }
H1.HeaderClassName
{
color: #A88FAD;
}
.AnyTagClassName
{
color: #A88FAD;
}
</style>
background-color css
<style>
a { background-color: #A88FAD; }
a { background-color: rgb(168,143,173); }
div.DivClassName
{
background-color: #A88FAD;
}
.BgClassName
{
background-color: #A88FAD;
}
</style>
border-color css
<style>
span { border-color: #A88FAD; }
span { border-color: rgb(168,143,173); }
td.TdClassName
{
border-color: #A88FAD;
}
.TagClassName
{
border-color: #A88FAD;
}
</style>