Shades of Medium Purple #A684EC
Tints of Medium Purple #A684EC
RGB
CMYK
RGB Variations
Color information
#A684EC (or 0xA684EC) is known color: Medium Purple. HEX triplet: A6, 84 and EC. RGB value is (166,132,236). Sum of RGB (Red+Green+Blue) = 166+132+236=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #A684EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A684EC is #597B13. Grayscale: #999999. Windows color (decimal): -5864212 or 15500454. OLE color: 15500454.
HSL color Cylindrical-coordinate representation of color #A684EC: hue angle of 259.62º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A684EC is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 132 | 236 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.07 |
| HSL | 259.62º | 0.73% | 0.72% | - |
| HSV(B) | 259.62º | 0.44% | 0.93% | - |
| XYZ | 39.12 | 30.67 | 83.21 | - |
| YUV | 154.02 | 174.26 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 236 | 0.30 | 0.44 | 0 | 0.07 | 259.62 | 0.73 | 0.72 |
| Hex | A6 | 84 | EC | 1E | 2C | 0 | 7 | 104 | 49 | 48 |
| Octal | 246 | 204 | 354 | 36 | 54 | 0 | 7 | 404 | 111 | 110 |
| Binary | 10100110 | 10000100 | 11101100 | 11110 | 101100 | 0 | 111 | 100000100 | 1001001 | 1001000 |
Color Harmonies of #A684EC
Complementary color
Monochromatic Colors of #A684EC
Black with #A684EC
Text Example
Text Example
White with #A684EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A684EC; }
p { color: rgb(166,132,236); }
H1.HeaderClassName
{
color: #A684EC;
}
.AnyTagClassName
{
color: #A684EC;
}
</style>
background-color css
<style>
a { background-color: #A684EC; }
a { background-color: rgb(166,132,236); }
div.DivClassName
{
background-color: #A684EC;
}
.BgClassName
{
background-color: #A684EC;
}
</style>
border-color css
<style>
span { border-color: #A684EC; }
span { border-color: rgb(166,132,236); }
td.TdClassName
{
border-color: #A684EC;
}
.TagClassName
{
border-color: #A684EC;
}
</style>