Shades of East Side #A58AAD
Tints of East Side #A58AAD
RGB
CMYK
RGB Variations
Color information
#A58AAD (or 0xA58AAD) is known color: East Side. HEX triplet: A5, 8A and AD. RGB value is (165,138,173). Sum of RGB (Red+Green+Blue) = 165+138+173=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 173 - color contains mainly: blue. Hex color #A58AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58AAD is #5A7552. Grayscale: #959595. Windows color (decimal): -5928275 or 11373221. OLE color: 11373221.
HSL color Cylindrical-coordinate representation of color #A58AAD: hue angle of 286.29º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A58AAD is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 138 | 173 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.32 |
| HSL | 286.29º | 0.18% | 0.61% | - |
| HSV(B) | 286.29º | 0.2% | 0.68% | - |
| XYZ | 32.15 | 29.19 | 43.48 | - |
| YUV | 150.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 138 | 173 | 0.05 | 0.20 | 0 | 0.32 | 286.29 | 0.18 | 0.61 |
| Hex | A5 | 8A | AD | 5 | 14 | 0 | 20 | 11E | 12 | 3D |
| Octal | 245 | 212 | 255 | 5 | 24 | 0 | 40 | 436 | 22 | 75 |
| Binary | 10100101 | 10001010 | 10101101 | 101 | 10100 | 0 | 100000 | 100011110 | 10010 | 111101 |
Color Harmonies of #A58AAD
Complementary color
Monochromatic Colors of #A58AAD
Black with #A58AAD
Text Example
Text Example
White with #A58AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58AAD; }
p { color: rgb(165,138,173); }
H1.HeaderClassName
{
color: #A58AAD;
}
.AnyTagClassName
{
color: #A58AAD;
}
</style>
background-color css
<style>
a { background-color: #A58AAD; }
a { background-color: rgb(165,138,173); }
div.DivClassName
{
background-color: #A58AAD;
}
.BgClassName
{
background-color: #A58AAD;
}
</style>
border-color css
<style>
span { border-color: #A58AAD; }
span { border-color: rgb(165,138,173); }
td.TdClassName
{
border-color: #A58AAD;
}
.TagClassName
{
border-color: #A58AAD;
}
</style>