Shades of Medium Purple #A681ED
Tints of Medium Purple #A681ED
RGB
CMYK
RGB Variations
Color information
#A681ED (or 0xA681ED) is known color: Medium Purple. HEX triplet: A6, 81 and ED. RGB value is (166,129,237). Sum of RGB (Red+Green+Blue) = 166+129+237=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #A681ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A681ED is #597E12. Grayscale: #979797. Windows color (decimal): -5864979 or 15565222. OLE color: 15565222.
HSL color Cylindrical-coordinate representation of color #A681ED: hue angle of 260.56º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A681ED is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 129 | 237 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.07 |
| HSL | 260.56º | 0.75% | 0.72% | - |
| HSV(B) | 260.56º | 0.46% | 0.93% | - |
| XYZ | 38.86 | 29.92 | 83.85 | - |
| YUV | 152.38 | 175.76 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 237 | 0.30 | 0.46 | 0 | 0.07 | 260.56 | 0.75 | 0.72 |
| Hex | A6 | 81 | ED | 1E | 2E | 0 | 7 | 105 | 4B | 48 |
| Octal | 246 | 201 | 355 | 36 | 56 | 0 | 7 | 405 | 113 | 110 |
| Binary | 10100110 | 10000001 | 11101101 | 11110 | 101110 | 0 | 111 | 100000101 | 1001011 | 1001000 |
Color Harmonies of #A681ED
Complementary color
Monochromatic Colors of #A681ED
Black with #A681ED
Text Example
Text Example
White with #A681ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A681ED; }
p { color: rgb(166,129,237); }
H1.HeaderClassName
{
color: #A681ED;
}
.AnyTagClassName
{
color: #A681ED;
}
</style>
background-color css
<style>
a { background-color: #A681ED; }
a { background-color: rgb(166,129,237); }
div.DivClassName
{
background-color: #A681ED;
}
.BgClassName
{
background-color: #A681ED;
}
</style>
border-color css
<style>
span { border-color: #A681ED; }
span { border-color: rgb(166,129,237); }
td.TdClassName
{
border-color: #A681ED;
}
.TagClassName
{
border-color: #A681ED;
}
</style>