Shades of East Side #A68DB5
Tints of East Side #A68DB5
RGB
CMYK
RGB Variations
Color information
#A68DB5 (or 0xA68DB5) is known color: East Side. HEX triplet: A6, 8D and B5. RGB value is (166,141,181). Sum of RGB (Red+Green+Blue) = 166+141+181=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 181 - color contains mainly: blue. Hex color #A68DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68DB5 is #59724A. Grayscale: #989898. Windows color (decimal): -5861963 or 11898278. OLE color: 11898278.
HSL color Cylindrical-coordinate representation of color #A68DB5: hue angle of 277.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A68DB5 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 141 | 181 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.29 |
| HSL | 277.5º | 0.21% | 0.63% | - |
| HSV(B) | 277.5º | 0.22% | 0.71% | - |
| XYZ | 33.59 | 30.49 | 47.83 | - |
| YUV | 153.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 181 | 0.08 | 0.22 | 0 | 0.29 | 277.5 | 0.21 | 0.63 |
| Hex | A6 | 8D | B5 | 8 | 16 | 0 | 1D | 116 | 15 | 3F |
| Octal | 246 | 215 | 265 | 10 | 26 | 0 | 35 | 426 | 25 | 77 |
| Binary | 10100110 | 10001101 | 10110101 | 1000 | 10110 | 0 | 11101 | 100010110 | 10101 | 111111 |
Color Harmonies of #A68DB5
Complementary color
Monochromatic Colors of #A68DB5
Black with #A68DB5
Text Example
Text Example
White with #A68DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68DB5; }
p { color: rgb(166,141,181); }
H1.HeaderClassName
{
color: #A68DB5;
}
.AnyTagClassName
{
color: #A68DB5;
}
</style>
background-color css
<style>
a { background-color: #A68DB5; }
a { background-color: rgb(166,141,181); }
div.DivClassName
{
background-color: #A68DB5;
}
.BgClassName
{
background-color: #A68DB5;
}
</style>
border-color css
<style>
span { border-color: #A68DB5; }
span { border-color: rgb(166,141,181); }
td.TdClassName
{
border-color: #A68DB5;
}
.TagClassName
{
border-color: #A68DB5;
}
</style>