Shades of East Side #A68DAD
Tints of East Side #A68DAD
RGB
CMYK
RGB Variations
Color information
#A68DAD (or 0xA68DAD) is known color: East Side. HEX triplet: A6, 8D and AD. RGB value is (166,141,173). Sum of RGB (Red+Green+Blue) = 166+141+173=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 173 - color contains mainly: blue. Hex color #A68DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68DAD is #597252. Grayscale: #989898. Windows color (decimal): -5861971 or 11373990. OLE color: 11373990.
HSL color Cylindrical-coordinate representation of color #A68DAD: hue angle of 286.88º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A68DAD is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 141 | 173 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.32 |
| HSL | 286.88º | 0.16% | 0.62% | - |
| HSV(B) | 286.88º | 0.18% | 0.68% | - |
| XYZ | 32.79 | 30.17 | 43.63 | - |
| YUV | 152.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 173 | 0.04 | 0.18 | 0 | 0.32 | 286.88 | 0.16 | 0.62 |
| Hex | A6 | 8D | AD | 4 | 12 | 0 | 20 | 11F | 10 | 3E |
| Octal | 246 | 215 | 255 | 4 | 22 | 0 | 40 | 437 | 20 | 76 |
| Binary | 10100110 | 10001101 | 10101101 | 100 | 10010 | 0 | 100000 | 100011111 | 10000 | 111110 |
Color Harmonies of #A68DAD
Complementary color
Monochromatic Colors of #A68DAD
Black with #A68DAD
Text Example
Text Example
White with #A68DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68DAD; }
p { color: rgb(166,141,173); }
H1.HeaderClassName
{
color: #A68DAD;
}
.AnyTagClassName
{
color: #A68DAD;
}
</style>
background-color css
<style>
a { background-color: #A68DAD; }
a { background-color: rgb(166,141,173); }
div.DivClassName
{
background-color: #A68DAD;
}
.BgClassName
{
background-color: #A68DAD;
}
</style>
border-color css
<style>
span { border-color: #A68DAD; }
span { border-color: rgb(166,141,173); }
td.TdClassName
{
border-color: #A68DAD;
}
.TagClassName
{
border-color: #A68DAD;
}
</style>