Shades of East Side #A187AD
Tints of East Side #A187AD
RGB
CMYK
RGB Variations
Color information
#A187AD (or 0xA187AD) is known color: East Side. HEX triplet: A1, 87 and AD. RGB value is (161,135,173). Sum of RGB (Red+Green+Blue) = 161+135+173=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 173 - color contains mainly: blue. Hex color #A187AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A187AD is #5E7852. Grayscale: #929292. Windows color (decimal): -6191187 or 11372449. OLE color: 11372449.
HSL color Cylindrical-coordinate representation of color #A187AD: hue angle of 281.05º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A187AD is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 135 | 173 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.32 |
| HSL | 281.05º | 0.19% | 0.6% | - |
| HSV(B) | 281.05º | 0.22% | 0.68% | - |
| XYZ | 30.9 | 27.92 | 43.3 | - |
| YUV | 147.11 | 142.61 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 135 | 173 | 0.07 | 0.22 | 0 | 0.32 | 281.05 | 0.19 | 0.6 |
| Hex | A1 | 87 | AD | 7 | 16 | 0 | 20 | 119 | 13 | 3C |
| Octal | 241 | 207 | 255 | 7 | 26 | 0 | 40 | 431 | 23 | 74 |
| Binary | 10100001 | 10000111 | 10101101 | 111 | 10110 | 0 | 100000 | 100011001 | 10011 | 111100 |
Color Harmonies of #A187AD
Complementary color
Monochromatic Colors of #A187AD
Black with #A187AD
Text Example
Text Example
White with #A187AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A187AD; }
p { color: rgb(161,135,173); }
H1.HeaderClassName
{
color: #A187AD;
}
.AnyTagClassName
{
color: #A187AD;
}
</style>
background-color css
<style>
a { background-color: #A187AD; }
a { background-color: rgb(161,135,173); }
div.DivClassName
{
background-color: #A187AD;
}
.BgClassName
{
background-color: #A187AD;
}
</style>
border-color css
<style>
span { border-color: #A187AD; }
span { border-color: rgb(161,135,173); }
td.TdClassName
{
border-color: #A187AD;
}
.TagClassName
{
border-color: #A187AD;
}
</style>