Shades of East Side #A68BBA
Tints of East Side #A68BBA
RGB
CMYK
RGB Variations
Color information
#A68BBA (or 0xA68BBA) is known color: East Side. HEX triplet: A6, 8B and BA. RGB value is (166,139,186). Sum of RGB (Red+Green+Blue) = 166+139+186=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #A68BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68BBA is #597445. Grayscale: #989898. Windows color (decimal): -5862470 or 12225446. OLE color: 12225446.
HSL color Cylindrical-coordinate representation of color #A68BBA: hue angle of 274.47º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A68BBA is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 139 | 186 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.27 |
| HSL | 274.47º | 0.25% | 0.64% | - |
| HSV(B) | 274.47º | 0.25% | 0.73% | - |
| XYZ | 33.82 | 30.12 | 50.49 | - |
| YUV | 152.43 | 146.95 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 139 | 186 | 0.11 | 0.25 | 0 | 0.27 | 274.47 | 0.25 | 0.64 |
| Hex | A6 | 8B | BA | B | 19 | 0 | 1B | 112 | 19 | 40 |
| Octal | 246 | 213 | 272 | 13 | 31 | 0 | 33 | 422 | 31 | 100 |
| Binary | 10100110 | 10001011 | 10111010 | 1011 | 11001 | 0 | 11011 | 100010010 | 11001 | 1000000 |
Color Harmonies of #A68BBA
Complementary color
Monochromatic Colors of #A68BBA
Black with #A68BBA
Text Example
Text Example
White with #A68BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68BBA; }
p { color: rgb(166,139,186); }
H1.HeaderClassName
{
color: #A68BBA;
}
.AnyTagClassName
{
color: #A68BBA;
}
</style>
background-color css
<style>
a { background-color: #A68BBA; }
a { background-color: rgb(166,139,186); }
div.DivClassName
{
background-color: #A68BBA;
}
.BgClassName
{
background-color: #A68BBA;
}
</style>
border-color css
<style>
span { border-color: #A68BBA; }
span { border-color: rgb(166,139,186); }
td.TdClassName
{
border-color: #A68BBA;
}
.TagClassName
{
border-color: #A68BBA;
}
</style>