Shades of East Side #A684BC
Tints of East Side #A684BC
RGB
CMYK
RGB Variations
Color information
#A684BC (or 0xA684BC) is known color: East Side. HEX triplet: A6, 84 and BC. RGB value is (166,132,188). Sum of RGB (Red+Green+Blue) = 166+132+188=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #A684BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A684BC is #597B43. Grayscale: #949494. Windows color (decimal): -5864260 or 12354726. OLE color: 12354726.
HSL color Cylindrical-coordinate representation of color #A684BC: hue angle of 276.43º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A684BC is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 132 | 188 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.26 |
| HSL | 276.43º | 0.29% | 0.63% | - |
| HSV(B) | 276.43º | 0.3% | 0.74% | - |
| XYZ | 33.05 | 28.24 | 51.29 | - |
| YUV | 148.55 | 150.26 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 188 | 0.12 | 0.30 | 0 | 0.26 | 276.43 | 0.29 | 0.63 |
| Hex | A6 | 84 | BC | C | 1E | 0 | 1A | 114 | 1D | 3F |
| Octal | 246 | 204 | 274 | 14 | 36 | 0 | 32 | 424 | 35 | 77 |
| Binary | 10100110 | 10000100 | 10111100 | 1100 | 11110 | 0 | 11010 | 100010100 | 11101 | 111111 |
Color Harmonies of #A684BC
Complementary color
Monochromatic Colors of #A684BC
Black with #A684BC
Text Example
Text Example
White with #A684BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A684BC; }
p { color: rgb(166,132,188); }
H1.HeaderClassName
{
color: #A684BC;
}
.AnyTagClassName
{
color: #A684BC;
}
</style>
background-color css
<style>
a { background-color: #A684BC; }
a { background-color: rgb(166,132,188); }
div.DivClassName
{
background-color: #A684BC;
}
.BgClassName
{
background-color: #A684BC;
}
</style>
border-color css
<style>
span { border-color: #A684BC; }
span { border-color: rgb(166,132,188); }
td.TdClassName
{
border-color: #A684BC;
}
.TagClassName
{
border-color: #A684BC;
}
</style>