Shades of East Side #A68EC0
Tints of East Side #A68EC0
RGB
CMYK
RGB Variations
Color information
#A68EC0 (or 0xA68EC0) is known color: East Side. HEX triplet: A6, 8E and C0. RGB value is (166,142,192). Sum of RGB (Red+Green+Blue) = 166+142+192=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #A68EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68EC0 is #59713F. Grayscale: #9A9A9A. Windows color (decimal): -5861696 or 12619430. OLE color: 12619430.
HSL color Cylindrical-coordinate representation of color #A68EC0: hue angle of 268.8º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A68EC0 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 142 | 192 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.25 |
| HSL | 268.8º | 0.28% | 0.65% | - |
| HSV(B) | 268.8º | 0.26% | 0.75% | - |
| XYZ | 34.91 | 31.26 | 54.06 | - |
| YUV | 154.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 192 | 0.14 | 0.26 | 0 | 0.25 | 268.8 | 0.28 | 0.65 |
| Hex | A6 | 8E | C0 | E | 1A | 0 | 19 | 10D | 1C | 41 |
| Octal | 246 | 216 | 300 | 16 | 32 | 0 | 31 | 415 | 34 | 101 |
| Binary | 10100110 | 10001110 | 11000000 | 1110 | 11010 | 0 | 11001 | 100001101 | 11100 | 1000001 |
Color Harmonies of #A68EC0
Complementary color
Monochromatic Colors of #A68EC0
Black with #A68EC0
Text Example
Text Example
White with #A68EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68EC0; }
p { color: rgb(166,142,192); }
H1.HeaderClassName
{
color: #A68EC0;
}
.AnyTagClassName
{
color: #A68EC0;
}
</style>
background-color css
<style>
a { background-color: #A68EC0; }
a { background-color: rgb(166,142,192); }
div.DivClassName
{
background-color: #A68EC0;
}
.BgClassName
{
background-color: #A68EC0;
}
</style>
border-color css
<style>
span { border-color: #A68EC0; }
span { border-color: rgb(166,142,192); }
td.TdClassName
{
border-color: #A68EC0;
}
.TagClassName
{
border-color: #A68EC0;
}
</style>