Shades of East Side #A685AD
Tints of East Side #A685AD
RGB
CMYK
RGB Variations
Color information
#A685AD (or 0xA685AD) is known color: East Side. HEX triplet: A6, 85 and AD. RGB value is (166,133,173). Sum of RGB (Red+Green+Blue) = 166+133+173=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 173 - color contains mainly: blue. Hex color #A685AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A685AD is #597A52. Grayscale: #939393. Windows color (decimal): -5864019 or 11371942. OLE color: 11371942.
HSL color Cylindrical-coordinate representation of color #A685AD: hue angle of 289.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A685AD is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 133 | 173 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.32 |
| HSL | 289.5º | 0.2% | 0.6% | - |
| HSV(B) | 289.5º | 0.23% | 0.68% | - |
| XYZ | 31.66 | 27.9 | 43.25 | - |
| YUV | 147.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 173 | 0.04 | 0.23 | 0 | 0.32 | 289.5 | 0.2 | 0.6 |
| Hex | A6 | 85 | AD | 4 | 17 | 0 | 20 | 122 | 14 | 3C |
| Octal | 246 | 205 | 255 | 4 | 27 | 0 | 40 | 442 | 24 | 74 |
| Binary | 10100110 | 10000101 | 10101101 | 100 | 10111 | 0 | 100000 | 100100010 | 10100 | 111100 |
Color Harmonies of #A685AD
Complementary color
Monochromatic Colors of #A685AD
Black with #A685AD
Text Example
Text Example
White with #A685AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A685AD; }
p { color: rgb(166,133,173); }
H1.HeaderClassName
{
color: #A685AD;
}
.AnyTagClassName
{
color: #A685AD;
}
</style>
background-color css
<style>
a { background-color: #A685AD; }
a { background-color: rgb(166,133,173); }
div.DivClassName
{
background-color: #A685AD;
}
.BgClassName
{
background-color: #A685AD;
}
</style>
border-color css
<style>
span { border-color: #A685AD; }
span { border-color: rgb(166,133,173); }
td.TdClassName
{
border-color: #A685AD;
}
.TagClassName
{
border-color: #A685AD;
}
</style>