Shades of East Side #A68DB6
Tints of East Side #A68DB6
RGB
CMYK
RGB Variations
Color information
#A68DB6 (or 0xA68DB6) is known color: East Side. HEX triplet: A6, 8D and B6. RGB value is (166,141,182). Sum of RGB (Red+Green+Blue) = 166+141+182=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 182 - color contains mainly: blue. Hex color #A68DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68DB6 is #597249. Grayscale: #999999. Windows color (decimal): -5861962 or 11963814. OLE color: 11963814.
HSL color Cylindrical-coordinate representation of color #A68DB6: hue angle of 276.59º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A68DB6 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 141 | 182 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.29 |
| HSL | 276.59º | 0.22% | 0.63% | - |
| HSV(B) | 276.59º | 0.23% | 0.71% | - |
| XYZ | 33.69 | 30.53 | 48.37 | - |
| YUV | 153.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 182 | 0.09 | 0.23 | 0 | 0.29 | 276.59 | 0.22 | 0.63 |
| Hex | A6 | 8D | B6 | 9 | 17 | 0 | 1D | 115 | 16 | 3F |
| Octal | 246 | 215 | 266 | 11 | 27 | 0 | 35 | 425 | 26 | 77 |
| Binary | 10100110 | 10001101 | 10110110 | 1001 | 10111 | 0 | 11101 | 100010101 | 10110 | 111111 |
Color Harmonies of #A68DB6
Complementary color
Monochromatic Colors of #A68DB6
Black with #A68DB6
Text Example
Text Example
White with #A68DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68DB6; }
p { color: rgb(166,141,182); }
H1.HeaderClassName
{
color: #A68DB6;
}
.AnyTagClassName
{
color: #A68DB6;
}
</style>
background-color css
<style>
a { background-color: #A68DB6; }
a { background-color: rgb(166,141,182); }
div.DivClassName
{
background-color: #A68DB6;
}
.BgClassName
{
background-color: #A68DB6;
}
</style>
border-color css
<style>
span { border-color: #A68DB6; }
span { border-color: rgb(166,141,182); }
td.TdClassName
{
border-color: #A68DB6;
}
.TagClassName
{
border-color: #A68DB6;
}
</style>