Shades of East Side #A68DBD
Tints of East Side #A68DBD
RGB
CMYK
RGB Variations
Color information
#A68DBD (or 0xA68DBD) is known color: East Side. HEX triplet: A6, 8D and BD. RGB value is (166,141,189). Sum of RGB (Red+Green+Blue) = 166+141+189=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #A68DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68DBD is #597242. Grayscale: #999999. Windows color (decimal): -5861955 or 12422566. OLE color: 12422566.
HSL color Cylindrical-coordinate representation of color #A68DBD: hue angle of 271.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A68DBD is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 141 | 189 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.26 |
| HSL | 271.25º | 0.27% | 0.65% | - |
| HSV(B) | 271.25º | 0.25% | 0.74% | - |
| XYZ | 34.44 | 30.83 | 52.28 | - |
| YUV | 153.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 189 | 0.12 | 0.25 | 0 | 0.26 | 271.25 | 0.27 | 0.65 |
| Hex | A6 | 8D | BD | C | 19 | 0 | 1A | 10F | 1B | 41 |
| Octal | 246 | 215 | 275 | 14 | 31 | 0 | 32 | 417 | 33 | 101 |
| Binary | 10100110 | 10001101 | 10111101 | 1100 | 11001 | 0 | 11010 | 100001111 | 11011 | 1000001 |
Color Harmonies of #A68DBD
Complementary color
Monochromatic Colors of #A68DBD
Black with #A68DBD
Text Example
Text Example
White with #A68DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68DBD; }
p { color: rgb(166,141,189); }
H1.HeaderClassName
{
color: #A68DBD;
}
.AnyTagClassName
{
color: #A68DBD;
}
</style>
background-color css
<style>
a { background-color: #A68DBD; }
a { background-color: rgb(166,141,189); }
div.DivClassName
{
background-color: #A68DBD;
}
.BgClassName
{
background-color: #A68DBD;
}
</style>
border-color css
<style>
span { border-color: #A68DBD; }
span { border-color: rgb(166,141,189); }
td.TdClassName
{
border-color: #A68DBD;
}
.TagClassName
{
border-color: #A68DBD;
}
</style>