Shades of East Side #A67DBC
Tints of East Side #A67DBC
RGB
CMYK
RGB Variations
Color information
#A67DBC (or 0xA67DBC) is known color: East Side. HEX triplet: A6, 7D and BC. RGB value is (166,125,188). Sum of RGB (Red+Green+Blue) = 166+125+188=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #A67DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67DBC is #598243. Grayscale: #909090. Windows color (decimal): -5866052 or 12352934. OLE color: 12352934.
HSL color Cylindrical-coordinate representation of color #A67DBC: hue angle of 279.05º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A67DBC is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 125 | 188 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.26 |
| HSL | 279.05º | 0.32% | 0.61% | - |
| HSV(B) | 279.05º | 0.34% | 0.74% | - |
| XYZ | 32.14 | 26.41 | 50.98 | - |
| YUV | 144.44 | 152.58 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 125 | 188 | 0.12 | 0.34 | 0 | 0.26 | 279.05 | 0.32 | 0.61 |
| Hex | A6 | 7D | BC | C | 22 | 0 | 1A | 117 | 20 | 3D |
| Octal | 246 | 175 | 274 | 14 | 42 | 0 | 32 | 427 | 40 | 75 |
| Binary | 10100110 | 1111101 | 10111100 | 1100 | 100010 | 0 | 11010 | 100010111 | 100000 | 111101 |
Color Harmonies of #A67DBC
Complementary color
Monochromatic Colors of #A67DBC
Black with #A67DBC
Text Example
Text Example
White with #A67DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67DBC; }
p { color: rgb(166,125,188); }
H1.HeaderClassName
{
color: #A67DBC;
}
.AnyTagClassName
{
color: #A67DBC;
}
</style>
background-color css
<style>
a { background-color: #A67DBC; }
a { background-color: rgb(166,125,188); }
div.DivClassName
{
background-color: #A67DBC;
}
.BgClassName
{
background-color: #A67DBC;
}
</style>
border-color css
<style>
span { border-color: #A67DBC; }
span { border-color: rgb(166,125,188); }
td.TdClassName
{
border-color: #A67DBC;
}
.TagClassName
{
border-color: #A67DBC;
}
</style>