Shades of East Side #A188B7
Tints of East Side #A188B7
RGB
CMYK
RGB Variations
Color information
#A188B7 (or 0xA188B7) is known color: East Side. HEX triplet: A1, 88 and B7. RGB value is (161,136,183). Sum of RGB (Red+Green+Blue) = 161+136+183=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 183 - color contains mainly: blue. Hex color #A188B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188B7 is #5E7748. Grayscale: #949494. Windows color (decimal): -6190921 or 12028065. OLE color: 12028065.
HSL color Cylindrical-coordinate representation of color #A188B7: hue angle of 271.91º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A188B7 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 136 | 183 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.28 |
| HSL | 271.91º | 0.25% | 0.63% | - |
| HSV(B) | 271.91º | 0.26% | 0.72% | - |
| XYZ | 32.05 | 28.6 | 48.63 | - |
| YUV | 148.83 | 147.28 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 183 | 0.12 | 0.26 | 0 | 0.28 | 271.91 | 0.25 | 0.63 |
| Hex | A1 | 88 | B7 | C | 1A | 0 | 1C | 110 | 19 | 3F |
| Octal | 241 | 210 | 267 | 14 | 32 | 0 | 34 | 420 | 31 | 77 |
| Binary | 10100001 | 10001000 | 10110111 | 1100 | 11010 | 0 | 11100 | 100010000 | 11001 | 111111 |
Color Harmonies of #A188B7
Complementary color
Monochromatic Colors of #A188B7
Black with #A188B7
Text Example
Text Example
White with #A188B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A188B7; }
p { color: rgb(161,136,183); }
H1.HeaderClassName
{
color: #A188B7;
}
.AnyTagClassName
{
color: #A188B7;
}
</style>
background-color css
<style>
a { background-color: #A188B7; }
a { background-color: rgb(161,136,183); }
div.DivClassName
{
background-color: #A188B7;
}
.BgClassName
{
background-color: #A188B7;
}
</style>
border-color css
<style>
span { border-color: #A188B7; }
span { border-color: rgb(161,136,183); }
td.TdClassName
{
border-color: #A188B7;
}
.TagClassName
{
border-color: #A188B7;
}
</style>