Shades of East Side #A67ECC
Tints of East Side #A67ECC
RGB
CMYK
RGB Variations
Color information
#A67ECC (or 0xA67ECC) is known color: East Side. HEX triplet: A6, 7E and CC. RGB value is (166,126,204). Sum of RGB (Red+Green+Blue) = 166+126+204=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #A67ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67ECC is #598133. Grayscale: #929292. Windows color (decimal): -5865780 or 13401766. OLE color: 13401766.
HSL color Cylindrical-coordinate representation of color #A67ECC: hue angle of 270.77º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A67ECC is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 126 | 204 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.2 |
| HSL | 270.77º | 0.43% | 0.65% | - |
| HSV(B) | 270.77º | 0.38% | 0.8% | - |
| XYZ | 34.09 | 27.39 | 60.62 | - |
| YUV | 146.85 | 160.25 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 126 | 204 | 0.19 | 0.38 | 0 | 0.2 | 270.77 | 0.43 | 0.65 |
| Hex | A6 | 7E | CC | 13 | 26 | 0 | 14 | 10F | 2B | 41 |
| Octal | 246 | 176 | 314 | 23 | 46 | 0 | 24 | 417 | 53 | 101 |
| Binary | 10100110 | 1111110 | 11001100 | 10011 | 100110 | 0 | 10100 | 100001111 | 101011 | 1000001 |
Color Harmonies of #A67ECC
Complementary color
Monochromatic Colors of #A67ECC
Black with #A67ECC
Text Example
Text Example
White with #A67ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67ECC; }
p { color: rgb(166,126,204); }
H1.HeaderClassName
{
color: #A67ECC;
}
.AnyTagClassName
{
color: #A67ECC;
}
</style>
background-color css
<style>
a { background-color: #A67ECC; }
a { background-color: rgb(166,126,204); }
div.DivClassName
{
background-color: #A67ECC;
}
.BgClassName
{
background-color: #A67ECC;
}
</style>
border-color css
<style>
span { border-color: #A67ECC; }
span { border-color: rgb(166,126,204); }
td.TdClassName
{
border-color: #A67ECC;
}
.TagClassName
{
border-color: #A67ECC;
}
</style>