Shades of East Side #A187B3
Tints of East Side #A187B3
RGB
CMYK
RGB Variations
Color information
#A187B3 (or 0xA187B3) is known color: East Side. HEX triplet: A1, 87 and B3. RGB value is (161,135,179). Sum of RGB (Red+Green+Blue) = 161+135+179=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 179 - color contains mainly: blue. Hex color #A187B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A187B3 is #5E784C. Grayscale: #939393. Windows color (decimal): -6191181 or 11765665. OLE color: 11765665.
HSL color Cylindrical-coordinate representation of color #A187B3: hue angle of 275.45º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A187B3 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 135 | 179 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.30 |
| HSL | 275.45º | 0.22% | 0.62% | - |
| HSV(B) | 275.45º | 0.25% | 0.7% | - |
| XYZ | 31.5 | 28.16 | 46.42 | - |
| YUV | 147.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 135 | 179 | 0.10 | 0.25 | 0 | 0.30 | 275.45 | 0.22 | 0.62 |
| Hex | A1 | 87 | B3 | A | 19 | 0 | 1E | 113 | 16 | 3E |
| Octal | 241 | 207 | 263 | 12 | 31 | 0 | 36 | 423 | 26 | 76 |
| Binary | 10100001 | 10000111 | 10110011 | 1010 | 11001 | 0 | 11110 | 100010011 | 10110 | 111110 |
Color Harmonies of #A187B3
Complementary color
Monochromatic Colors of #A187B3
Black with #A187B3
Text Example
Text Example
White with #A187B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A187B3; }
p { color: rgb(161,135,179); }
H1.HeaderClassName
{
color: #A187B3;
}
.AnyTagClassName
{
color: #A187B3;
}
</style>
background-color css
<style>
a { background-color: #A187B3; }
a { background-color: rgb(161,135,179); }
div.DivClassName
{
background-color: #A187B3;
}
.BgClassName
{
background-color: #A187B3;
}
</style>
border-color css
<style>
span { border-color: #A187B3; }
span { border-color: rgb(161,135,179); }
td.TdClassName
{
border-color: #A187B3;
}
.TagClassName
{
border-color: #A187B3;
}
</style>