Shades of East Side #A58FAD
Tints of East Side #A58FAD
RGB
CMYK
RGB Variations
Color information
#A58FAD (or 0xA58FAD) is known color: East Side. HEX triplet: A5, 8F and AD. RGB value is (165,143,173). Sum of RGB (Red+Green+Blue) = 165+143+173=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 173 - color contains mainly: blue. Hex color #A58FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58FAD is #5A7052. Grayscale: #989898. Windows color (decimal): -5926995 or 11374501. OLE color: 11374501.
HSL color Cylindrical-coordinate representation of color #A58FAD: hue angle of 284º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A58FAD is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 143 | 173 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.32 |
| HSL | 284º | 0.15% | 0.62% | - |
| HSV(B) | 284º | 0.17% | 0.68% | - |
| XYZ | 32.88 | 30.66 | 43.72 | - |
| YUV | 153 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 143 | 173 | 0.05 | 0.17 | 0 | 0.32 | 284 | 0.15 | 0.62 |
| Hex | A5 | 8F | AD | 5 | 11 | 0 | 20 | 11C | F | 3E |
| Octal | 245 | 217 | 255 | 5 | 21 | 0 | 40 | 434 | 17 | 76 |
| Binary | 10100101 | 10001111 | 10101101 | 101 | 10001 | 0 | 100000 | 100011100 | 1111 | 111110 |
Color Harmonies of #A58FAD
Complementary color
Monochromatic Colors of #A58FAD
Black with #A58FAD
Text Example
Text Example
White with #A58FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58FAD; }
p { color: rgb(165,143,173); }
H1.HeaderClassName
{
color: #A58FAD;
}
.AnyTagClassName
{
color: #A58FAD;
}
</style>
background-color css
<style>
a { background-color: #A58FAD; }
a { background-color: rgb(165,143,173); }
div.DivClassName
{
background-color: #A58FAD;
}
.BgClassName
{
background-color: #A58FAD;
}
</style>
border-color css
<style>
span { border-color: #A58FAD; }
span { border-color: rgb(165,143,173); }
td.TdClassName
{
border-color: #A58FAD;
}
.TagClassName
{
border-color: #A58FAD;
}
</style>