Shades of East Side #A67DAD
Tints of East Side #A67DAD
RGB
CMYK
RGB Variations
Color information
#A67DAD (or 0xA67DAD) is known color: East Side. HEX triplet: A6, 7D and AD. RGB value is (166,125,173). Sum of RGB (Red+Green+Blue) = 166+125+173=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #A67DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67DAD is #598252. Grayscale: #8E8E8E. Windows color (decimal): -5866067 or 11369894. OLE color: 11369894.
HSL color Cylindrical-coordinate representation of color #A67DAD: hue angle of 291.25º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A67DAD is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 125 | 173 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.32 |
| HSL | 291.25º | 0.23% | 0.58% | - |
| HSV(B) | 291.25º | 0.28% | 0.68% | - |
| XYZ | 30.6 | 25.79 | 42.9 | - |
| YUV | 142.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 125 | 173 | 0.04 | 0.28 | 0 | 0.32 | 291.25 | 0.23 | 0.58 |
| Hex | A6 | 7D | AD | 4 | 1C | 0 | 20 | 123 | 17 | 3A |
| Octal | 246 | 175 | 255 | 4 | 34 | 0 | 40 | 443 | 27 | 72 |
| Binary | 10100110 | 1111101 | 10101101 | 100 | 11100 | 0 | 100000 | 100100011 | 10111 | 111010 |
Color Harmonies of #A67DAD
Complementary color
Monochromatic Colors of #A67DAD
Black with #A67DAD
Text Example
Text Example
White with #A67DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67DAD; }
p { color: rgb(166,125,173); }
H1.HeaderClassName
{
color: #A67DAD;
}
.AnyTagClassName
{
color: #A67DAD;
}
</style>
background-color css
<style>
a { background-color: #A67DAD; }
a { background-color: rgb(166,125,173); }
div.DivClassName
{
background-color: #A67DAD;
}
.BgClassName
{
background-color: #A67DAD;
}
</style>
border-color css
<style>
span { border-color: #A67DAD; }
span { border-color: rgb(166,125,173); }
td.TdClassName
{
border-color: #A67DAD;
}
.TagClassName
{
border-color: #A67DAD;
}
</style>