Shades of Medium Purple #A682ED
Tints of Medium Purple #A682ED
RGB
CMYK
RGB Variations
Color information
#A682ED (or 0xA682ED) is known color: Medium Purple. HEX triplet: A6, 82 and ED. RGB value is (166,130,237). Sum of RGB (Red+Green+Blue) = 166+130+237=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #A682ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A682ED is #597D12. Grayscale: #989898. Windows color (decimal): -5864723 or 15565478. OLE color: 15565478.
HSL color Cylindrical-coordinate representation of color #A682ED: hue angle of 260.19º degrees, saturation: 0.75, 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 #A682ED is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 130 | 237 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.07 |
| HSL | 260.19º | 0.75% | 0.72% | - |
| HSV(B) | 260.19º | 0.45% | 0.93% | - |
| XYZ | 38.99 | 30.19 | 83.89 | - |
| YUV | 152.96 | 175.43 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 237 | 0.30 | 0.45 | 0 | 0.07 | 260.19 | 0.75 | 0.72 |
| Hex | A6 | 82 | ED | 1E | 2D | 0 | 7 | 104 | 4B | 48 |
| Octal | 246 | 202 | 355 | 36 | 55 | 0 | 7 | 404 | 113 | 110 |
| Binary | 10100110 | 10000010 | 11101101 | 11110 | 101101 | 0 | 111 | 100000100 | 1001011 | 1001000 |
Color Harmonies of #A682ED
Complementary color
Monochromatic Colors of #A682ED
Black with #A682ED
Text Example
Text Example
White with #A682ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A682ED; }
p { color: rgb(166,130,237); }
H1.HeaderClassName
{
color: #A682ED;
}
.AnyTagClassName
{
color: #A682ED;
}
</style>
background-color css
<style>
a { background-color: #A682ED; }
a { background-color: rgb(166,130,237); }
div.DivClassName
{
background-color: #A682ED;
}
.BgClassName
{
background-color: #A682ED;
}
</style>
border-color css
<style>
span { border-color: #A682ED; }
span { border-color: rgb(166,130,237); }
td.TdClassName
{
border-color: #A682ED;
}
.TagClassName
{
border-color: #A682ED;
}
</style>