Shades of East Side #A67EAD
Tints of East Side #A67EAD
RGB
CMYK
RGB Variations
Color information
#A67EAD (or 0xA67EAD) is known color: East Side. HEX triplet: A6, 7E and AD. RGB value is (166,126,173). Sum of RGB (Red+Green+Blue) = 166+126+173=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 173 - color contains mainly: blue. Hex color #A67EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67EAD is #598152. Grayscale: #8F8F8F. Windows color (decimal): -5865811 or 11370150. OLE color: 11370150.
HSL color Cylindrical-coordinate representation of color #A67EAD: hue angle of 291.06º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A67EAD is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 126 | 173 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.32 |
| HSL | 291.06º | 0.22% | 0.59% | - |
| HSV(B) | 291.06º | 0.27% | 0.68% | - |
| XYZ | 30.73 | 26.05 | 42.94 | - |
| YUV | 143.32 | 144.75 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 126 | 173 | 0.04 | 0.27 | 0 | 0.32 | 291.06 | 0.22 | 0.59 |
| Hex | A6 | 7E | AD | 4 | 1B | 0 | 20 | 123 | 16 | 3B |
| Octal | 246 | 176 | 255 | 4 | 33 | 0 | 40 | 443 | 26 | 73 |
| Binary | 10100110 | 1111110 | 10101101 | 100 | 11011 | 0 | 100000 | 100100011 | 10110 | 111011 |
Color Harmonies of #A67EAD
Complementary color
Monochromatic Colors of #A67EAD
Black with #A67EAD
Text Example
Text Example
White with #A67EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67EAD; }
p { color: rgb(166,126,173); }
H1.HeaderClassName
{
color: #A67EAD;
}
.AnyTagClassName
{
color: #A67EAD;
}
</style>
background-color css
<style>
a { background-color: #A67EAD; }
a { background-color: rgb(166,126,173); }
div.DivClassName
{
background-color: #A67EAD;
}
.BgClassName
{
background-color: #A67EAD;
}
</style>
border-color css
<style>
span { border-color: #A67EAD; }
span { border-color: rgb(166,126,173); }
td.TdClassName
{
border-color: #A67EAD;
}
.TagClassName
{
border-color: #A67EAD;
}
</style>