Shades of East Side #A588B5
Tints of East Side #A588B5
RGB
CMYK
RGB Variations
Color information
#A588B5 (or 0xA588B5) is known color: East Side. HEX triplet: A5, 88 and B5. RGB value is (165,136,181). Sum of RGB (Red+Green+Blue) = 165+136+181=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 181 - color contains mainly: blue. Hex color #A588B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A588B5 is #5A774A. Grayscale: #959595. Windows color (decimal): -5928779 or 11896997. OLE color: 11896997.
HSL color Cylindrical-coordinate representation of color #A588B5: hue angle of 278.67º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A588B5 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 165 | 136 | 181 | - |
CMYK | 0.09 | 0.25 | 0 | 0.29 |
HSL | 278.67º | 0.23% | 0.62% | - |
HSV(B) | 278.67º | 0.25% | 0.71% | - |
XYZ | 32.66 | 28.94 | 47.58 | - |
YUV | 149.8 | 145.61 | 138.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 165 | 136 | 181 | 0.09 | 0.25 | 0 | 0.29 | 278.67 | 0.23 | 0.62 |
Hex | A5 | 88 | B5 | 9 | 19 | 0 | 1D | 117 | 17 | 3E |
Octal | 245 | 210 | 265 | 11 | 31 | 0 | 35 | 427 | 27 | 76 |
Binary | 10100101 | 10001000 | 10110101 | 1001 | 11001 | 0 | 11101 | 100010111 | 10111 | 111110 |
Color Harmonies of #A588B5
Complementary color
Monochromatic Colors of #A588B5
Black with #A588B5
Text Example
Text Example
White with #A588B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A588B5; }
p { color: rgb(165,136,181); }
H1.HeaderClassName
{
color: #A588B5;
}
.AnyTagClassName
{
color: #A588B5;
}
</style>
background-color css
<style>
a { background-color: #A588B5; }
a { background-color: rgb(165,136,181); }
div.DivClassName
{
background-color: #A588B5;
}
.BgClassName
{
background-color: #A588B5;
}
</style>
border-color css
<style>
span { border-color: #A588B5; }
span { border-color: rgb(165,136,181); }
td.TdClassName
{
border-color: #A588B5;
}
.TagClassName
{
border-color: #A588B5;
}
</style>