Shades of Medium Purple #A680EC
Tints of Medium Purple #A680EC
RGB
CMYK
RGB Variations
Color information
#A680EC (or 0xA680EC) is known color: Medium Purple. HEX triplet: A6, 80 and EC. RGB value is (166,128,236). Sum of RGB (Red+Green+Blue) = 166+128+236=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #A680EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A680EC is #597F13. Grayscale: #979797. Windows color (decimal): -5865236 or 15499430. OLE color: 15499430.
HSL color Cylindrical-coordinate representation of color #A680EC: hue angle of 261.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A680EC is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 128 | 236 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.07 |
| HSL | 261.11º | 0.74% | 0.71% | - |
| HSV(B) | 261.11º | 0.46% | 0.93% | - |
| XYZ | 38.59 | 29.6 | 83.04 | - |
| YUV | 151.67 | 175.59 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 236 | 0.30 | 0.46 | 0 | 0.07 | 261.11 | 0.74 | 0.71 |
| Hex | A6 | 80 | EC | 1E | 2E | 0 | 7 | 105 | 4A | 47 |
| Octal | 246 | 200 | 354 | 36 | 56 | 0 | 7 | 405 | 112 | 107 |
| Binary | 10100110 | 10000000 | 11101100 | 11110 | 101110 | 0 | 111 | 100000101 | 1001010 | 1000111 |
Color Harmonies of #A680EC
Complementary color
Monochromatic Colors of #A680EC
Black with #A680EC
Text Example
Text Example
White with #A680EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A680EC; }
p { color: rgb(166,128,236); }
H1.HeaderClassName
{
color: #A680EC;
}
.AnyTagClassName
{
color: #A680EC;
}
</style>
background-color css
<style>
a { background-color: #A680EC; }
a { background-color: rgb(166,128,236); }
div.DivClassName
{
background-color: #A680EC;
}
.BgClassName
{
background-color: #A680EC;
}
</style>
border-color css
<style>
span { border-color: #A680EC; }
span { border-color: rgb(166,128,236); }
td.TdClassName
{
border-color: #A680EC;
}
.TagClassName
{
border-color: #A680EC;
}
</style>