Shades of East Side #A67EAE
Tints of East Side #A67EAE
RGB
CMYK
RGB Variations
Color information
#A67EAE (or 0xA67EAE) is known color: East Side. HEX triplet: A6, 7E and AE. RGB value is (166,126,174). Sum of RGB (Red+Green+Blue) = 166+126+174=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 174 - color contains mainly: blue. Hex color #A67EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67EAE is #598151. Grayscale: #8F8F8F. Windows color (decimal): -5865810 or 11435686. OLE color: 11435686.
HSL color Cylindrical-coordinate representation of color #A67EAE: hue angle of 290º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A67EAE is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 126 | 174 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.32 |
| HSL | 290º | 0.23% | 0.59% | - |
| HSV(B) | 290º | 0.28% | 0.68% | - |
| XYZ | 30.83 | 26.08 | 43.45 | - |
| YUV | 143.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 126 | 174 | 0.05 | 0.28 | 0 | 0.32 | 290 | 0.23 | 0.59 |
| Hex | A6 | 7E | AE | 5 | 1C | 0 | 20 | 122 | 17 | 3B |
| Octal | 246 | 176 | 256 | 5 | 34 | 0 | 40 | 442 | 27 | 73 |
| Binary | 10100110 | 1111110 | 10101110 | 101 | 11100 | 0 | 100000 | 100100010 | 10111 | 111011 |
Color Harmonies of #A67EAE
Complementary color
Monochromatic Colors of #A67EAE
Black with #A67EAE
Text Example
Text Example
White with #A67EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67EAE; }
p { color: rgb(166,126,174); }
H1.HeaderClassName
{
color: #A67EAE;
}
.AnyTagClassName
{
color: #A67EAE;
}
</style>
background-color css
<style>
a { background-color: #A67EAE; }
a { background-color: rgb(166,126,174); }
div.DivClassName
{
background-color: #A67EAE;
}
.BgClassName
{
background-color: #A67EAE;
}
</style>
border-color css
<style>
span { border-color: #A67EAE; }
span { border-color: rgb(166,126,174); }
td.TdClassName
{
border-color: #A67EAE;
}
.TagClassName
{
border-color: #A67EAE;
}
</style>