Shades of East Side #A690AD
Tints of East Side #A690AD
RGB
CMYK
RGB Variations
Color information
#A690AD (or 0xA690AD) is known color: East Side. HEX triplet: A6, 90 and AD. RGB value is (166,144,173). Sum of RGB (Red+Green+Blue) = 166+144+173=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 173 - color contains mainly: blue. Hex color #A690AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A690AD is #596F52. Grayscale: #999999. Windows color (decimal): -5861203 or 11374758. OLE color: 11374758.
HSL color Cylindrical-coordinate representation of color #A690AD: hue angle of 285.52º 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 #A690AD is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 144 | 173 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.32 |
| HSL | 285.52º | 0.15% | 0.62% | - |
| HSV(B) | 285.52º | 0.17% | 0.68% | - |
| XYZ | 33.24 | 31.07 | 43.78 | - |
| YUV | 153.88 | 138.79 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 173 | 0.04 | 0.17 | 0 | 0.32 | 285.52 | 0.15 | 0.62 |
| Hex | A6 | 90 | AD | 4 | 11 | 0 | 20 | 11E | F | 3E |
| Octal | 246 | 220 | 255 | 4 | 21 | 0 | 40 | 436 | 17 | 76 |
| Binary | 10100110 | 10010000 | 10101101 | 100 | 10001 | 0 | 100000 | 100011110 | 1111 | 111110 |
Color Harmonies of #A690AD
Complementary color
Monochromatic Colors of #A690AD
Black with #A690AD
Text Example
Text Example
White with #A690AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A690AD; }
p { color: rgb(166,144,173); }
H1.HeaderClassName
{
color: #A690AD;
}
.AnyTagClassName
{
color: #A690AD;
}
</style>
background-color css
<style>
a { background-color: #A690AD; }
a { background-color: rgb(166,144,173); }
div.DivClassName
{
background-color: #A690AD;
}
.BgClassName
{
background-color: #A690AD;
}
</style>
border-color css
<style>
span { border-color: #A690AD; }
span { border-color: rgb(166,144,173); }
td.TdClassName
{
border-color: #A690AD;
}
.TagClassName
{
border-color: #A690AD;
}
</style>