Shades of East Side #A58BBE
Tints of East Side #A58BBE
RGB
CMYK
RGB Variations
Color information
#A58BBE (or 0xA58BBE) is known color: East Side. HEX triplet: A5, 8B and BE. RGB value is (165,139,190). Sum of RGB (Red+Green+Blue) = 165+139+190=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #A58BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BBE is #5A7441. Grayscale: #989898. Windows color (decimal): -5928002 or 12487589. OLE color: 12487589.
HSL color Cylindrical-coordinate representation of color #A58BBE: hue angle of 270.59º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A58BBE is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 139 | 190 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.25 |
| HSL | 270.59º | 0.28% | 0.65% | - |
| HSV(B) | 270.59º | 0.27% | 0.75% | - |
| XYZ | 34.04 | 30.18 | 52.75 | - |
| YUV | 152.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 139 | 190 | 0.13 | 0.27 | 0 | 0.25 | 270.59 | 0.28 | 0.65 |
| Hex | A5 | 8B | BE | D | 1B | 0 | 19 | 10F | 1C | 41 |
| Octal | 245 | 213 | 276 | 15 | 33 | 0 | 31 | 417 | 34 | 101 |
| Binary | 10100101 | 10001011 | 10111110 | 1101 | 11011 | 0 | 11001 | 100001111 | 11100 | 1000001 |
Color Harmonies of #A58BBE
Complementary color
Monochromatic Colors of #A58BBE
Black with #A58BBE
Text Example
Text Example
White with #A58BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58BBE; }
p { color: rgb(165,139,190); }
H1.HeaderClassName
{
color: #A58BBE;
}
.AnyTagClassName
{
color: #A58BBE;
}
</style>
background-color css
<style>
a { background-color: #A58BBE; }
a { background-color: rgb(165,139,190); }
div.DivClassName
{
background-color: #A58BBE;
}
.BgClassName
{
background-color: #A58BBE;
}
</style>
border-color css
<style>
span { border-color: #A58BBE; }
span { border-color: rgb(165,139,190); }
td.TdClassName
{
border-color: #A58BBE;
}
.TagClassName
{
border-color: #A58BBE;
}
</style>