Shades of East Side #A68EBA
Tints of East Side #A68EBA
RGB
CMYK
RGB Variations
Color information
#A68EBA (or 0xA68EBA) is known color: East Side. HEX triplet: A6, 8E and BA. RGB value is (166,142,186). Sum of RGB (Red+Green+Blue) = 166+142+186=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #A68EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68EBA is #597145. Grayscale: #9A9A9A. Windows color (decimal): -5861702 or 12226214. OLE color: 12226214.
HSL color Cylindrical-coordinate representation of color #A68EBA: hue angle of 272.73º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A68EBA is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 142 | 186 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.27 |
| HSL | 272.73º | 0.24% | 0.64% | - |
| HSV(B) | 272.73º | 0.24% | 0.73% | - |
| XYZ | 34.26 | 31 | 50.63 | - |
| YUV | 154.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 186 | 0.11 | 0.24 | 0 | 0.27 | 272.73 | 0.24 | 0.64 |
| Hex | A6 | 8E | BA | B | 18 | 0 | 1B | 111 | 18 | 40 |
| Octal | 246 | 216 | 272 | 13 | 30 | 0 | 33 | 421 | 30 | 100 |
| Binary | 10100110 | 10001110 | 10111010 | 1011 | 11000 | 0 | 11011 | 100010001 | 11000 | 1000000 |
Color Harmonies of #A68EBA
Complementary color
Monochromatic Colors of #A68EBA
Black with #A68EBA
Text Example
Text Example
White with #A68EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68EBA; }
p { color: rgb(166,142,186); }
H1.HeaderClassName
{
color: #A68EBA;
}
.AnyTagClassName
{
color: #A68EBA;
}
</style>
background-color css
<style>
a { background-color: #A68EBA; }
a { background-color: rgb(166,142,186); }
div.DivClassName
{
background-color: #A68EBA;
}
.BgClassName
{
background-color: #A68EBA;
}
</style>
border-color css
<style>
span { border-color: #A68EBA; }
span { border-color: rgb(166,142,186); }
td.TdClassName
{
border-color: #A68EBA;
}
.TagClassName
{
border-color: #A68EBA;
}
</style>