Shades of East Side #A58BBD
Tints of East Side #A58BBD
RGB
CMYK
RGB Variations
Color information
#A58BBD (or 0xA58BBD) is known color: East Side. HEX triplet: A5, 8B and BD. RGB value is (165,139,189). Sum of RGB (Red+Green+Blue) = 165+139+189=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #A58BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BBD is #5A7442. Grayscale: #989898. Windows color (decimal): -5928003 or 12422053. OLE color: 12422053.
HSL color Cylindrical-coordinate representation of color #A58BBD: hue angle of 271.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A58BBD is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 139 | 189 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.26 |
| HSL | 271.2º | 0.27% | 0.64% | - |
| HSV(B) | 271.2º | 0.26% | 0.74% | - |
| XYZ | 33.93 | 30.14 | 52.17 | - |
| YUV | 152.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 139 | 189 | 0.13 | 0.26 | 0 | 0.26 | 271.2 | 0.27 | 0.64 |
| Hex | A5 | 8B | BD | D | 1A | 0 | 1A | 10F | 1B | 40 |
| Octal | 245 | 213 | 275 | 15 | 32 | 0 | 32 | 417 | 33 | 100 |
| Binary | 10100101 | 10001011 | 10111101 | 1101 | 11010 | 0 | 11010 | 100001111 | 11011 | 1000000 |
Color Harmonies of #A58BBD
Complementary color
Monochromatic Colors of #A58BBD
Black with #A58BBD
Text Example
Text Example
White with #A58BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58BBD; }
p { color: rgb(165,139,189); }
H1.HeaderClassName
{
color: #A58BBD;
}
.AnyTagClassName
{
color: #A58BBD;
}
</style>
background-color css
<style>
a { background-color: #A58BBD; }
a { background-color: rgb(165,139,189); }
div.DivClassName
{
background-color: #A58BBD;
}
.BgClassName
{
background-color: #A58BBD;
}
</style>
border-color css
<style>
span { border-color: #A58BBD; }
span { border-color: rgb(165,139,189); }
td.TdClassName
{
border-color: #A58BBD;
}
.TagClassName
{
border-color: #A58BBD;
}
</style>