Shades of East Side #A58DBB
Tints of East Side #A58DBB
RGB
CMYK
RGB Variations
Color information
#A58DBB (or 0xA58DBB) is known color: East Side. HEX triplet: A5, 8D and BB. RGB value is (165,141,187). Sum of RGB (Red+Green+Blue) = 165+141+187=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #A58DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DBB is #5A7244. Grayscale: #999999. Windows color (decimal): -5927493 or 12291493. OLE color: 12291493.
HSL color Cylindrical-coordinate representation of color #A58DBB: hue angle of 271.3º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A58DBB is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 141 | 187 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.27 |
| HSL | 271.3º | 0.25% | 0.64% | - |
| HSV(B) | 271.3º | 0.25% | 0.73% | - |
| XYZ | 34.01 | 30.64 | 51.13 | - |
| YUV | 153.42 | 146.95 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 141 | 187 | 0.12 | 0.25 | 0 | 0.27 | 271.3 | 0.25 | 0.64 |
| Hex | A5 | 8D | BB | C | 19 | 0 | 1B | 10F | 19 | 40 |
| Octal | 245 | 215 | 273 | 14 | 31 | 0 | 33 | 417 | 31 | 100 |
| Binary | 10100101 | 10001101 | 10111011 | 1100 | 11001 | 0 | 11011 | 100001111 | 11001 | 1000000 |
Color Harmonies of #A58DBB
Complementary color
Monochromatic Colors of #A58DBB
Black with #A58DBB
Text Example
Text Example
White with #A58DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58DBB; }
p { color: rgb(165,141,187); }
H1.HeaderClassName
{
color: #A58DBB;
}
.AnyTagClassName
{
color: #A58DBB;
}
</style>
background-color css
<style>
a { background-color: #A58DBB; }
a { background-color: rgb(165,141,187); }
div.DivClassName
{
background-color: #A58DBB;
}
.BgClassName
{
background-color: #A58DBB;
}
</style>
border-color css
<style>
span { border-color: #A58DBB; }
span { border-color: rgb(165,141,187); }
td.TdClassName
{
border-color: #A58DBB;
}
.TagClassName
{
border-color: #A58DBB;
}
</style>