Shades of East Side #A684BD
Tints of East Side #A684BD
RGB
CMYK
RGB Variations
Color information
#A684BD (or 0xA684BD) is known color: East Side. HEX triplet: A6, 84 and BD. RGB value is (166,132,189). Sum of RGB (Red+Green+Blue) = 166+132+189=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #A684BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A684BD is #597B42. Grayscale: #949494. Windows color (decimal): -5864259 or 12420262. OLE color: 12420262.
HSL color Cylindrical-coordinate representation of color #A684BD: hue angle of 275.79º degrees, saturation: 0.3, 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 #A684BD is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 132 | 189 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.26 |
| HSL | 275.79º | 0.3% | 0.63% | - |
| HSV(B) | 275.79º | 0.3% | 0.74% | - |
| XYZ | 33.16 | 28.28 | 51.86 | - |
| YUV | 148.66 | 150.76 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 189 | 0.12 | 0.30 | 0 | 0.26 | 275.79 | 0.3 | 0.63 |
| Hex | A6 | 84 | BD | C | 1E | 0 | 1A | 114 | 1E | 3F |
| Octal | 246 | 204 | 275 | 14 | 36 | 0 | 32 | 424 | 36 | 77 |
| Binary | 10100110 | 10000100 | 10111101 | 1100 | 11110 | 0 | 11010 | 100010100 | 11110 | 111111 |
Color Harmonies of #A684BD
Complementary color
Monochromatic Colors of #A684BD
Black with #A684BD
Text Example
Text Example
White with #A684BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A684BD; }
p { color: rgb(166,132,189); }
H1.HeaderClassName
{
color: #A684BD;
}
.AnyTagClassName
{
color: #A684BD;
}
</style>
background-color css
<style>
a { background-color: #A684BD; }
a { background-color: rgb(166,132,189); }
div.DivClassName
{
background-color: #A684BD;
}
.BgClassName
{
background-color: #A684BD;
}
</style>
border-color css
<style>
span { border-color: #A684BD; }
span { border-color: rgb(166,132,189); }
td.TdClassName
{
border-color: #A684BD;
}
.TagClassName
{
border-color: #A684BD;
}
</style>