Shades of East Side #A587AB
Tints of East Side #A587AB
RGB
CMYK
RGB Variations
Color information
#A587AB (or 0xA587AB) is known color: East Side. HEX triplet: A5, 87 and AB. RGB value is (165,135,171). Sum of RGB (Red+Green+Blue) = 165+135+171=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #A587AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A587AB is #5A7854. Grayscale: #939393. Windows color (decimal): -5929045 or 11241381. OLE color: 11241381.
HSL color Cylindrical-coordinate representation of color #A587AB: hue angle of 290º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A587AB is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 135 | 171 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.33 |
| HSL | 290º | 0.18% | 0.6% | - |
| HSV(B) | 290º | 0.21% | 0.67% | - |
| XYZ | 31.53 | 28.27 | 42.32 | - |
| YUV | 148.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 135 | 171 | 0.04 | 0.21 | 0 | 0.33 | 290 | 0.18 | 0.6 |
| Hex | A5 | 87 | AB | 4 | 15 | 0 | 21 | 122 | 12 | 3C |
| Octal | 245 | 207 | 253 | 4 | 25 | 0 | 41 | 442 | 22 | 74 |
| Binary | 10100101 | 10000111 | 10101011 | 100 | 10101 | 0 | 100001 | 100100010 | 10010 | 111100 |
Color Harmonies of #A587AB
Complementary color
Monochromatic Colors of #A587AB
Black with #A587AB
Text Example
Text Example
White with #A587AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A587AB; }
p { color: rgb(165,135,171); }
H1.HeaderClassName
{
color: #A587AB;
}
.AnyTagClassName
{
color: #A587AB;
}
</style>
background-color css
<style>
a { background-color: #A587AB; }
a { background-color: rgb(165,135,171); }
div.DivClassName
{
background-color: #A587AB;
}
.BgClassName
{
background-color: #A587AB;
}
</style>
border-color css
<style>
span { border-color: #A587AB; }
span { border-color: rgb(165,135,171); }
td.TdClassName
{
border-color: #A587AB;
}
.TagClassName
{
border-color: #A587AB;
}
</style>