Shades of Medium Purple #A681EC
Tints of Medium Purple #A681EC
RGB
CMYK
RGB Variations
Color information
#A681EC (or 0xA681EC) is known color: Medium Purple. HEX triplet: A6, 81 and EC. RGB value is (166,129,236). Sum of RGB (Red+Green+Blue) = 166+129+236=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #A681EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A681EC is #597E13. Grayscale: #979797. Windows color (decimal): -5864980 or 15499686. OLE color: 15499686.
HSL color Cylindrical-coordinate representation of color #A681EC: hue angle of 260.75º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A681EC is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 129 | 236 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.07 |
| HSL | 260.75º | 0.74% | 0.72% | - |
| HSV(B) | 260.75º | 0.45% | 0.93% | - |
| XYZ | 38.72 | 29.86 | 83.08 | - |
| YUV | 152.26 | 175.26 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 236 | 0.30 | 0.45 | 0 | 0.07 | 260.75 | 0.74 | 0.72 |
| Hex | A6 | 81 | EC | 1E | 2D | 0 | 7 | 105 | 4A | 48 |
| Octal | 246 | 201 | 354 | 36 | 55 | 0 | 7 | 405 | 112 | 110 |
| Binary | 10100110 | 10000001 | 11101100 | 11110 | 101101 | 0 | 111 | 100000101 | 1001010 | 1001000 |
Color Harmonies of #A681EC
Complementary color
Monochromatic Colors of #A681EC
Black with #A681EC
Text Example
Text Example
White with #A681EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A681EC; }
p { color: rgb(166,129,236); }
H1.HeaderClassName
{
color: #A681EC;
}
.AnyTagClassName
{
color: #A681EC;
}
</style>
background-color css
<style>
a { background-color: #A681EC; }
a { background-color: rgb(166,129,236); }
div.DivClassName
{
background-color: #A681EC;
}
.BgClassName
{
background-color: #A681EC;
}
</style>
border-color css
<style>
span { border-color: #A681EC; }
span { border-color: rgb(166,129,236); }
td.TdClassName
{
border-color: #A681EC;
}
.TagClassName
{
border-color: #A681EC;
}
</style>