Shades of East Side #A68DBF
Tints of East Side #A68DBF
RGB
CMYK
RGB Variations
Color information
#A68DBF (or 0xA68DBF) is known color: East Side. HEX triplet: A6, 8D and BF. RGB value is (166,141,191). Sum of RGB (Red+Green+Blue) = 166+141+191=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #A68DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68DBF is #597240. Grayscale: #9A9A9A. Windows color (decimal): -5861953 or 12553638. OLE color: 12553638.
HSL color Cylindrical-coordinate representation of color #A68DBF: hue angle of 270º 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 #A68DBF is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 141 | 191 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.25 |
| HSL | 270º | 0.28% | 0.65% | - |
| HSV(B) | 270º | 0.26% | 0.75% | - |
| XYZ | 34.65 | 30.92 | 53.43 | - |
| YUV | 154.18 | 148.78 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 191 | 0.13 | 0.26 | 0 | 0.25 | 270 | 0.28 | 0.65 |
| Hex | A6 | 8D | BF | D | 1A | 0 | 19 | 10E | 1C | 41 |
| Octal | 246 | 215 | 277 | 15 | 32 | 0 | 31 | 416 | 34 | 101 |
| Binary | 10100110 | 10001101 | 10111111 | 1101 | 11010 | 0 | 11001 | 100001110 | 11100 | 1000001 |
Color Harmonies of #A68DBF
Complementary color
Monochromatic Colors of #A68DBF
Black with #A68DBF
Text Example
Text Example
White with #A68DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68DBF; }
p { color: rgb(166,141,191); }
H1.HeaderClassName
{
color: #A68DBF;
}
.AnyTagClassName
{
color: #A68DBF;
}
</style>
background-color css
<style>
a { background-color: #A68DBF; }
a { background-color: rgb(166,141,191); }
div.DivClassName
{
background-color: #A68DBF;
}
.BgClassName
{
background-color: #A68DBF;
}
</style>
border-color css
<style>
span { border-color: #A68DBF; }
span { border-color: rgb(166,141,191); }
td.TdClassName
{
border-color: #A68DBF;
}
.TagClassName
{
border-color: #A68DBF;
}
</style>