Shades of East Side #A588BD
Tints of East Side #A588BD
RGB
CMYK
RGB Variations
Color information
#A588BD (or 0xA588BD) is known color: East Side. HEX triplet: A5, 88 and BD. RGB value is (165,136,189). Sum of RGB (Red+Green+Blue) = 165+136+189=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #A588BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A588BD is #5A7742. Grayscale: #969696. Windows color (decimal): -5928771 or 12421285. OLE color: 12421285.
HSL color Cylindrical-coordinate representation of color #A588BD: hue angle of 272.83º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A588BD is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 136 | 189 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.26 |
| HSL | 272.83º | 0.29% | 0.64% | - |
| HSV(B) | 272.83º | 0.28% | 0.74% | - |
| XYZ | 33.51 | 29.28 | 52.03 | - |
| YUV | 150.71 | 149.61 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 136 | 189 | 0.13 | 0.28 | 0 | 0.26 | 272.83 | 0.29 | 0.64 |
| Hex | A5 | 88 | BD | D | 1C | 0 | 1A | 111 | 1D | 40 |
| Octal | 245 | 210 | 275 | 15 | 34 | 0 | 32 | 421 | 35 | 100 |
| Binary | 10100101 | 10001000 | 10111101 | 1101 | 11100 | 0 | 11010 | 100010001 | 11101 | 1000000 |
Color Harmonies of #A588BD
Complementary color
Monochromatic Colors of #A588BD
Black with #A588BD
Text Example
Text Example
White with #A588BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A588BD; }
p { color: rgb(165,136,189); }
H1.HeaderClassName
{
color: #A588BD;
}
.AnyTagClassName
{
color: #A588BD;
}
</style>
background-color css
<style>
a { background-color: #A588BD; }
a { background-color: rgb(165,136,189); }
div.DivClassName
{
background-color: #A588BD;
}
.BgClassName
{
background-color: #A588BD;
}
</style>
border-color css
<style>
span { border-color: #A588BD; }
span { border-color: rgb(165,136,189); }
td.TdClassName
{
border-color: #A588BD;
}
.TagClassName
{
border-color: #A588BD;
}
</style>