Shades of East Side #A588B2
Tints of East Side #A588B2
RGB
CMYK
RGB Variations
Color information
#A588B2 (or 0xA588B2) is known color: East Side. HEX triplet: A5, 88 and B2. RGB value is (165,136,178). Sum of RGB (Red+Green+Blue) = 165+136+178=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 178 - color contains mainly: blue. Hex color #A588B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A588B2 is #5A774D. Grayscale: #959595. Windows color (decimal): -5928782 or 11700389. OLE color: 11700389.
HSL color Cylindrical-coordinate representation of color #A588B2: hue angle of 281.43º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A588B2 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 136 | 178 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.30 |
| HSL | 281.43º | 0.21% | 0.62% | - |
| HSV(B) | 281.43º | 0.24% | 0.7% | - |
| XYZ | 32.36 | 28.82 | 45.98 | - |
| YUV | 149.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 136 | 178 | 0.07 | 0.24 | 0 | 0.30 | 281.43 | 0.21 | 0.62 |
| Hex | A5 | 88 | B2 | 7 | 18 | 0 | 1E | 119 | 15 | 3E |
| Octal | 245 | 210 | 262 | 7 | 30 | 0 | 36 | 431 | 25 | 76 |
| Binary | 10100101 | 10001000 | 10110010 | 111 | 11000 | 0 | 11110 | 100011001 | 10101 | 111110 |
Color Harmonies of #A588B2
Complementary color
Monochromatic Colors of #A588B2
Black with #A588B2
Text Example
Text Example
White with #A588B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A588B2; }
p { color: rgb(165,136,178); }
H1.HeaderClassName
{
color: #A588B2;
}
.AnyTagClassName
{
color: #A588B2;
}
</style>
background-color css
<style>
a { background-color: #A588B2; }
a { background-color: rgb(165,136,178); }
div.DivClassName
{
background-color: #A588B2;
}
.BgClassName
{
background-color: #A588B2;
}
</style>
border-color css
<style>
span { border-color: #A588B2; }
span { border-color: rgb(165,136,178); }
td.TdClassName
{
border-color: #A588B2;
}
.TagClassName
{
border-color: #A588B2;
}
</style>