Shades of East Side #A585AC
Tints of East Side #A585AC
RGB
CMYK
RGB Variations
Color information
#A585AC (or 0xA585AC) is known color: East Side. HEX triplet: A5, 85 and AC. RGB value is (165,133,172). Sum of RGB (Red+Green+Blue) = 165+133+172=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 172 - color contains mainly: blue. Hex color #A585AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A585AC is #5A7A53. Grayscale: #929292. Windows color (decimal): -5929556 or 11306405. OLE color: 11306405.
HSL color Cylindrical-coordinate representation of color #A585AC: hue angle of 289.23º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A585AC is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 133 | 172 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.33 |
| HSL | 289.23º | 0.19% | 0.6% | - |
| HSV(B) | 289.23º | 0.23% | 0.67% | - |
| XYZ | 31.35 | 27.75 | 42.73 | - |
| YUV | 147.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 133 | 172 | 0.04 | 0.23 | 0 | 0.33 | 289.23 | 0.19 | 0.6 |
| Hex | A5 | 85 | AC | 4 | 17 | 0 | 21 | 121 | 13 | 3C |
| Octal | 245 | 205 | 254 | 4 | 27 | 0 | 41 | 441 | 23 | 74 |
| Binary | 10100101 | 10000101 | 10101100 | 100 | 10111 | 0 | 100001 | 100100001 | 10011 | 111100 |
Color Harmonies of #A585AC
Complementary color
Monochromatic Colors of #A585AC
Black with #A585AC
Text Example
Text Example
White with #A585AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A585AC; }
p { color: rgb(165,133,172); }
H1.HeaderClassName
{
color: #A585AC;
}
.AnyTagClassName
{
color: #A585AC;
}
</style>
background-color css
<style>
a { background-color: #A585AC; }
a { background-color: rgb(165,133,172); }
div.DivClassName
{
background-color: #A585AC;
}
.BgClassName
{
background-color: #A585AC;
}
</style>
border-color css
<style>
span { border-color: #A585AC; }
span { border-color: rgb(165,133,172); }
td.TdClassName
{
border-color: #A585AC;
}
.TagClassName
{
border-color: #A585AC;
}
</style>