Shades of East Side #A68CBC
Tints of East Side #A68CBC
RGB
CMYK
RGB Variations
Color information
#A68CBC (or 0xA68CBC) is known color: East Side. HEX triplet: A6, 8C and BC. RGB value is (166,140,188). Sum of RGB (Red+Green+Blue) = 166+140+188=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #A68CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68CBC is #597343. Grayscale: #999999. Windows color (decimal): -5862212 or 12356774. OLE color: 12356774.
HSL color Cylindrical-coordinate representation of color #A68CBC: hue angle of 272.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A68CBC is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 140 | 188 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.26 |
| HSL | 272.5º | 0.26% | 0.64% | - |
| HSV(B) | 272.5º | 0.26% | 0.74% | - |
| XYZ | 34.18 | 30.49 | 51.66 | - |
| YUV | 153.25 | 147.61 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 188 | 0.12 | 0.26 | 0 | 0.26 | 272.5 | 0.26 | 0.64 |
| Hex | A6 | 8C | BC | C | 1A | 0 | 1A | 110 | 1A | 40 |
| Octal | 246 | 214 | 274 | 14 | 32 | 0 | 32 | 420 | 32 | 100 |
| Binary | 10100110 | 10001100 | 10111100 | 1100 | 11010 | 0 | 11010 | 100010000 | 11010 | 1000000 |
Color Harmonies of #A68CBC
Complementary color
Monochromatic Colors of #A68CBC
Black with #A68CBC
Text Example
Text Example
White with #A68CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68CBC; }
p { color: rgb(166,140,188); }
H1.HeaderClassName
{
color: #A68CBC;
}
.AnyTagClassName
{
color: #A68CBC;
}
</style>
background-color css
<style>
a { background-color: #A68CBC; }
a { background-color: rgb(166,140,188); }
div.DivClassName
{
background-color: #A68CBC;
}
.BgClassName
{
background-color: #A68CBC;
}
</style>
border-color css
<style>
span { border-color: #A68CBC; }
span { border-color: rgb(166,140,188); }
td.TdClassName
{
border-color: #A68CBC;
}
.TagClassName
{
border-color: #A68CBC;
}
</style>