Shades of East Side #A588BF
Tints of East Side #A588BF
RGB
CMYK
RGB Variations
Color information
#A588BF (or 0xA588BF) is known color: East Side. HEX triplet: A5, 88 and BF. RGB value is (165,136,191). Sum of RGB (Red+Green+Blue) = 165+136+191=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #A588BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A588BF is #5A7740. Grayscale: #969696. Windows color (decimal): -5928769 or 12552357. OLE color: 12552357.
HSL color Cylindrical-coordinate representation of color #A588BF: hue angle of 271.64º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A588BF is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 136 | 191 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.25 |
| HSL | 271.64º | 0.3% | 0.64% | - |
| HSV(B) | 271.64º | 0.29% | 0.75% | - |
| XYZ | 33.73 | 29.37 | 53.18 | - |
| YUV | 150.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 136 | 191 | 0.14 | 0.29 | 0 | 0.25 | 271.64 | 0.3 | 0.64 |
| Hex | A5 | 88 | BF | E | 1D | 0 | 19 | 110 | 1E | 40 |
| Octal | 245 | 210 | 277 | 16 | 35 | 0 | 31 | 420 | 36 | 100 |
| Binary | 10100101 | 10001000 | 10111111 | 1110 | 11101 | 0 | 11001 | 100010000 | 11110 | 1000000 |
Color Harmonies of #A588BF
Complementary color
Monochromatic Colors of #A588BF
Black with #A588BF
Text Example
Text Example
White with #A588BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A588BF; }
p { color: rgb(165,136,191); }
H1.HeaderClassName
{
color: #A588BF;
}
.AnyTagClassName
{
color: #A588BF;
}
</style>
background-color css
<style>
a { background-color: #A588BF; }
a { background-color: rgb(165,136,191); }
div.DivClassName
{
background-color: #A588BF;
}
.BgClassName
{
background-color: #A588BF;
}
</style>
border-color css
<style>
span { border-color: #A588BF; }
span { border-color: rgb(165,136,191); }
td.TdClassName
{
border-color: #A588BF;
}
.TagClassName
{
border-color: #A588BF;
}
</style>