Shades of East Side #A58DBD
Tints of East Side #A58DBD
RGB
CMYK
RGB Variations
Color information
#A58DBD (or 0xA58DBD) is known color: East Side. HEX triplet: A5, 8D and BD. RGB value is (165,141,189). Sum of RGB (Red+Green+Blue) = 165+141+189=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #A58DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DBD is #5A7242. Grayscale: #999999. Windows color (decimal): -5927491 or 12422565. OLE color: 12422565.
HSL color Cylindrical-coordinate representation of color #A58DBD: hue angle of 270º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A58DBD is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 141 | 189 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.26 |
| HSL | 270º | 0.27% | 0.65% | - |
| HSV(B) | 270º | 0.25% | 0.74% | - |
| XYZ | 34.23 | 30.72 | 52.27 | - |
| YUV | 153.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 141 | 189 | 0.13 | 0.25 | 0 | 0.26 | 270 | 0.27 | 0.65 |
| Hex | A5 | 8D | BD | D | 19 | 0 | 1A | 10E | 1B | 41 |
| Octal | 245 | 215 | 275 | 15 | 31 | 0 | 32 | 416 | 33 | 101 |
| Binary | 10100101 | 10001101 | 10111101 | 1101 | 11001 | 0 | 11010 | 100001110 | 11011 | 1000001 |
Color Harmonies of #A58DBD
Complementary color
Monochromatic Colors of #A58DBD
Black with #A58DBD
Text Example
Text Example
White with #A58DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58DBD; }
p { color: rgb(165,141,189); }
H1.HeaderClassName
{
color: #A58DBD;
}
.AnyTagClassName
{
color: #A58DBD;
}
</style>
background-color css
<style>
a { background-color: #A58DBD; }
a { background-color: rgb(165,141,189); }
div.DivClassName
{
background-color: #A58DBD;
}
.BgClassName
{
background-color: #A58DBD;
}
</style>
border-color css
<style>
span { border-color: #A58DBD; }
span { border-color: rgb(165,141,189); }
td.TdClassName
{
border-color: #A58DBD;
}
.TagClassName
{
border-color: #A58DBD;
}
</style>