Shades of Medium Purple #A680ED
Tints of Medium Purple #A680ED
RGB
CMYK
RGB Variations
Color information
#A680ED (or 0xA680ED) is known color: Medium Purple. HEX triplet: A6, 80 and ED. RGB value is (166,128,237). Sum of RGB (Red+Green+Blue) = 166+128+237=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #A680ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A680ED is #597F12. Grayscale: #979797. Windows color (decimal): -5865235 or 15564966. OLE color: 15564966.
HSL color Cylindrical-coordinate representation of color #A680ED: hue angle of 260.92º 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 #A680ED is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 128 | 237 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.07 |
| HSL | 260.92º | 0.75% | 0.72% | - |
| HSV(B) | 260.92º | 0.46% | 0.93% | - |
| XYZ | 38.73 | 29.66 | 83.8 | - |
| YUV | 151.79 | 176.09 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 237 | 0.30 | 0.46 | 0 | 0.07 | 260.92 | 0.75 | 0.72 |
| Hex | A6 | 80 | ED | 1E | 2E | 0 | 7 | 105 | 4B | 48 |
| Octal | 246 | 200 | 355 | 36 | 56 | 0 | 7 | 405 | 113 | 110 |
| Binary | 10100110 | 10000000 | 11101101 | 11110 | 101110 | 0 | 111 | 100000101 | 1001011 | 1001000 |
Color Harmonies of #A680ED
Complementary color
Monochromatic Colors of #A680ED
Black with #A680ED
Text Example
Text Example
White with #A680ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A680ED; }
p { color: rgb(166,128,237); }
H1.HeaderClassName
{
color: #A680ED;
}
.AnyTagClassName
{
color: #A680ED;
}
</style>
background-color css
<style>
a { background-color: #A680ED; }
a { background-color: rgb(166,128,237); }
div.DivClassName
{
background-color: #A680ED;
}
.BgClassName
{
background-color: #A680ED;
}
</style>
border-color css
<style>
span { border-color: #A680ED; }
span { border-color: rgb(166,128,237); }
td.TdClassName
{
border-color: #A680ED;
}
.TagClassName
{
border-color: #A680ED;
}
</style>