Shades of East Side #A68DBB
Tints of East Side #A68DBB
RGB
CMYK
RGB Variations
Color information
#A68DBB (or 0xA68DBB) is known color: East Side. HEX triplet: A6, 8D and BB. RGB value is (166,141,187). Sum of RGB (Red+Green+Blue) = 166+141+187=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #A68DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68DBB is #597244. Grayscale: #999999. Windows color (decimal): -5861957 or 12291494. OLE color: 12291494.
HSL color Cylindrical-coordinate representation of color #A68DBB: hue angle of 272.61º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A68DBB is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 141 | 187 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.27 |
| HSL | 272.61º | 0.25% | 0.64% | - |
| HSV(B) | 272.61º | 0.25% | 0.73% | - |
| XYZ | 34.22 | 30.74 | 51.14 | - |
| YUV | 153.72 | 146.78 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 187 | 0.11 | 0.25 | 0 | 0.27 | 272.61 | 0.25 | 0.64 |
| Hex | A6 | 8D | BB | B | 19 | 0 | 1B | 111 | 19 | 40 |
| Octal | 246 | 215 | 273 | 13 | 31 | 0 | 33 | 421 | 31 | 100 |
| Binary | 10100110 | 10001101 | 10111011 | 1011 | 11001 | 0 | 11011 | 100010001 | 11001 | 1000000 |
Color Harmonies of #A68DBB
Complementary color
Monochromatic Colors of #A68DBB
Black with #A68DBB
Text Example
Text Example
White with #A68DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68DBB; }
p { color: rgb(166,141,187); }
H1.HeaderClassName
{
color: #A68DBB;
}
.AnyTagClassName
{
color: #A68DBB;
}
</style>
background-color css
<style>
a { background-color: #A68DBB; }
a { background-color: rgb(166,141,187); }
div.DivClassName
{
background-color: #A68DBB;
}
.BgClassName
{
background-color: #A68DBB;
}
</style>
border-color css
<style>
span { border-color: #A68DBB; }
span { border-color: rgb(166,141,187); }
td.TdClassName
{
border-color: #A68DBB;
}
.TagClassName
{
border-color: #A68DBB;
}
</style>