Shades of East Side #A58DB1
Tints of East Side #A58DB1
RGB
CMYK
RGB Variations
Color information
#A58DB1 (or 0xA58DB1) is known color: East Side. HEX triplet: A5, 8D and B1. RGB value is (165,141,177). Sum of RGB (Red+Green+Blue) = 165+141+177=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 177 - color contains mainly: blue. Hex color #A58DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58DB1 is #5A724E. Grayscale: #989898. Windows color (decimal): -5927503 or 11636133. OLE color: 11636133.
HSL color Cylindrical-coordinate representation of color #A58DB1: hue angle of 280º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A58DB1 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 141 | 177 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.31 |
| HSL | 280º | 0.19% | 0.62% | - |
| HSV(B) | 280º | 0.2% | 0.69% | - |
| XYZ | 32.98 | 30.22 | 45.69 | - |
| YUV | 152.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 141 | 177 | 0.07 | 0.20 | 0 | 0.31 | 280 | 0.19 | 0.62 |
| Hex | A5 | 8D | B1 | 7 | 14 | 0 | 1F | 118 | 13 | 3E |
| Octal | 245 | 215 | 261 | 7 | 24 | 0 | 37 | 430 | 23 | 76 |
| Binary | 10100101 | 10001101 | 10110001 | 111 | 10100 | 0 | 11111 | 100011000 | 10011 | 111110 |
Color Harmonies of #A58DB1
Complementary color
Monochromatic Colors of #A58DB1
Black with #A58DB1
Text Example
Text Example
White with #A58DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58DB1; }
p { color: rgb(165,141,177); }
H1.HeaderClassName
{
color: #A58DB1;
}
.AnyTagClassName
{
color: #A58DB1;
}
</style>
background-color css
<style>
a { background-color: #A58DB1; }
a { background-color: rgb(165,141,177); }
div.DivClassName
{
background-color: #A58DB1;
}
.BgClassName
{
background-color: #A58DB1;
}
</style>
border-color css
<style>
span { border-color: #A58DB1; }
span { border-color: rgb(165,141,177); }
td.TdClassName
{
border-color: #A58DB1;
}
.TagClassName
{
border-color: #A58DB1;
}
</style>