Shades of East Side #A58DBE
Tints of East Side #A58DBE
RGB
CMYK
RGB Variations
Color information
#A58DBE (or 0xA58DBE) is known color: East Side. HEX triplet: A5, 8D and BE. RGB value is (165,141,190). Sum of RGB (Red+Green+Blue) = 165+141+190=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #A58DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DBE is #5A7241. Grayscale: #999999. Windows color (decimal): -5927490 or 12488101. OLE color: 12488101.
HSL color Cylindrical-coordinate representation of color #A58DBE: hue angle of 269.39º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A58DBE is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 141 | 190 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.25 |
| HSL | 269.39º | 0.27% | 0.65% | - |
| HSV(B) | 269.39º | 0.26% | 0.75% | - |
| XYZ | 34.34 | 30.77 | 52.84 | - |
| YUV | 153.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 141 | 190 | 0.13 | 0.26 | 0 | 0.25 | 269.39 | 0.27 | 0.65 |
| Hex | A5 | 8D | BE | D | 1A | 0 | 19 | 10D | 1B | 41 |
| Octal | 245 | 215 | 276 | 15 | 32 | 0 | 31 | 415 | 33 | 101 |
| Binary | 10100101 | 10001101 | 10111110 | 1101 | 11010 | 0 | 11001 | 100001101 | 11011 | 1000001 |
Color Harmonies of #A58DBE
Complementary color
Monochromatic Colors of #A58DBE
Black with #A58DBE
Text Example
Text Example
White with #A58DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58DBE; }
p { color: rgb(165,141,190); }
H1.HeaderClassName
{
color: #A58DBE;
}
.AnyTagClassName
{
color: #A58DBE;
}
</style>
background-color css
<style>
a { background-color: #A58DBE; }
a { background-color: rgb(165,141,190); }
div.DivClassName
{
background-color: #A58DBE;
}
.BgClassName
{
background-color: #A58DBE;
}
</style>
border-color css
<style>
span { border-color: #A58DBE; }
span { border-color: rgb(165,141,190); }
td.TdClassName
{
border-color: #A58DBE;
}
.TagClassName
{
border-color: #A58DBE;
}
</style>