Shades of East Side #A68DB8
Tints of East Side #A68DB8
RGB
CMYK
RGB Variations
Color information
#A68DB8 (or 0xA68DB8) is known color: East Side. HEX triplet: A6, 8D and B8. RGB value is (166,141,184). Sum of RGB (Red+Green+Blue) = 166+141+184=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 184 (72.27% from 255 or 37.47% from 491); Max value from RGB is 184 - color contains mainly: blue. Hex color #A68DB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68DB8 is #597247. Grayscale: #999999. Windows color (decimal): -5861960 or 12094886. OLE color: 12094886.
HSL color Cylindrical-coordinate representation of color #A68DB8: hue angle of 274.88º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A68DB8 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 141 | 184 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.28 |
| HSL | 274.88º | 0.23% | 0.64% | - |
| HSV(B) | 274.88º | 0.23% | 0.72% | - |
| XYZ | 33.9 | 30.62 | 49.47 | - |
| YUV | 153.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 184 | 0.10 | 0.23 | 0 | 0.28 | 274.88 | 0.23 | 0.64 |
| Hex | A6 | 8D | B8 | A | 17 | 0 | 1C | 113 | 17 | 40 |
| Octal | 246 | 215 | 270 | 12 | 27 | 0 | 34 | 423 | 27 | 100 |
| Binary | 10100110 | 10001101 | 10111000 | 1010 | 10111 | 0 | 11100 | 100010011 | 10111 | 1000000 |
Color Harmonies of #A68DB8
Complementary color
Monochromatic Colors of #A68DB8
Black with #A68DB8
Text Example
Text Example
White with #A68DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68DB8; }
p { color: rgb(166,141,184); }
H1.HeaderClassName
{
color: #A68DB8;
}
.AnyTagClassName
{
color: #A68DB8;
}
</style>
background-color css
<style>
a { background-color: #A68DB8; }
a { background-color: rgb(166,141,184); }
div.DivClassName
{
background-color: #A68DB8;
}
.BgClassName
{
background-color: #A68DB8;
}
</style>
border-color css
<style>
span { border-color: #A68DB8; }
span { border-color: rgb(166,141,184); }
td.TdClassName
{
border-color: #A68DB8;
}
.TagClassName
{
border-color: #A68DB8;
}
</style>