Shades of East Side #A58BB7
Tints of East Side #A58BB7
RGB
CMYK
RGB Variations
Color information
#A58BB7 (or 0xA58BB7) is known color: East Side. HEX triplet: A5, 8B and B7. RGB value is (165,139,183). Sum of RGB (Red+Green+Blue) = 165+139+183=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 183 - color contains mainly: blue. Hex color #A58BB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BB7 is #5A7448. Grayscale: #979797. Windows color (decimal): -5928009 or 12028837. OLE color: 12028837.
HSL color Cylindrical-coordinate representation of color #A58BB7: hue angle of 275.45º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A58BB7 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 139 | 183 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.28 |
| HSL | 275.45º | 0.23% | 0.63% | - |
| HSV(B) | 275.45º | 0.24% | 0.72% | - |
| XYZ | 33.3 | 29.88 | 48.81 | - |
| YUV | 151.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 139 | 183 | 0.10 | 0.24 | 0 | 0.28 | 275.45 | 0.23 | 0.63 |
| Hex | A5 | 8B | B7 | A | 18 | 0 | 1C | 113 | 17 | 3F |
| Octal | 245 | 213 | 267 | 12 | 30 | 0 | 34 | 423 | 27 | 77 |
| Binary | 10100101 | 10001011 | 10110111 | 1010 | 11000 | 0 | 11100 | 100010011 | 10111 | 111111 |
Color Harmonies of #A58BB7
Complementary color
Monochromatic Colors of #A58BB7
Black with #A58BB7
Text Example
Text Example
White with #A58BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58BB7; }
p { color: rgb(165,139,183); }
H1.HeaderClassName
{
color: #A58BB7;
}
.AnyTagClassName
{
color: #A58BB7;
}
</style>
background-color css
<style>
a { background-color: #A58BB7; }
a { background-color: rgb(165,139,183); }
div.DivClassName
{
background-color: #A58BB7;
}
.BgClassName
{
background-color: #A58BB7;
}
</style>
border-color css
<style>
span { border-color: #A58BB7; }
span { border-color: rgb(165,139,183); }
td.TdClassName
{
border-color: #A58BB7;
}
.TagClassName
{
border-color: #A58BB7;
}
</style>