Shades of East Side #A58FAC
Tints of East Side #A58FAC
RGB
CMYK
RGB Variations
Color information
#A58FAC (or 0xA58FAC) is known color: East Side. HEX triplet: A5, 8F and AC. RGB value is (165,143,172). Sum of RGB (Red+Green+Blue) = 165+143+172=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 172 - color contains mainly: blue. Hex color #A58FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58FAC is #5A7053. Grayscale: #989898. Windows color (decimal): -5926996 or 11308965. OLE color: 11308965.
HSL color Cylindrical-coordinate representation of color #A58FAC: hue angle of 285.52º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A58FAC is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 143 | 172 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.33 |
| HSL | 285.52º | 0.15% | 0.62% | - |
| HSV(B) | 285.52º | 0.17% | 0.67% | - |
| XYZ | 32.79 | 30.62 | 43.21 | - |
| YUV | 152.88 | 138.79 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 143 | 172 | 0.04 | 0.17 | 0 | 0.33 | 285.52 | 0.15 | 0.62 |
| Hex | A5 | 8F | AC | 4 | 11 | 0 | 21 | 11E | F | 3E |
| Octal | 245 | 217 | 254 | 4 | 21 | 0 | 41 | 436 | 17 | 76 |
| Binary | 10100101 | 10001111 | 10101100 | 100 | 10001 | 0 | 100001 | 100011110 | 1111 | 111110 |
Color Harmonies of #A58FAC
Complementary color
Monochromatic Colors of #A58FAC
Black with #A58FAC
Text Example
Text Example
White with #A58FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58FAC; }
p { color: rgb(165,143,172); }
H1.HeaderClassName
{
color: #A58FAC;
}
.AnyTagClassName
{
color: #A58FAC;
}
</style>
background-color css
<style>
a { background-color: #A58FAC; }
a { background-color: rgb(165,143,172); }
div.DivClassName
{
background-color: #A58FAC;
}
.BgClassName
{
background-color: #A58FAC;
}
</style>
border-color css
<style>
span { border-color: #A58FAC; }
span { border-color: rgb(165,143,172); }
td.TdClassName
{
border-color: #A58FAC;
}
.TagClassName
{
border-color: #A58FAC;
}
</style>