Shades of Medium Purple #A661ED
Tints of Medium Purple #A661ED
RGB
CMYK
RGB Variations
Color information
#A661ED (or 0xA661ED) is known color: Medium Purple. HEX triplet: A6, 61 and ED. RGB value is (166,97,237). Sum of RGB (Red+Green+Blue) = 166+97+237=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #A661ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A661ED is #599E12. Grayscale: #858585. Windows color (decimal): -5873171 or 15557030. OLE color: 15557030.
HSL color Cylindrical-coordinate representation of color #A661ED: hue angle of 269.57º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A661ED is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 97 | 237 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.07 |
| HSL | 269.57º | 0.8% | 0.65% | - |
| HSV(B) | 269.57º | 0.59% | 0.93% | - |
| XYZ | 35.29 | 22.77 | 82.66 | - |
| YUV | 133.59 | 186.36 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 237 | 0.30 | 0.59 | 0 | 0.07 | 269.57 | 0.8 | 0.65 |
| Hex | A6 | 61 | ED | 1E | 3B | 0 | 7 | 10E | 50 | 41 |
| Octal | 246 | 141 | 355 | 36 | 73 | 0 | 7 | 416 | 120 | 101 |
| Binary | 10100110 | 1100001 | 11101101 | 11110 | 111011 | 0 | 111 | 100001110 | 1010000 | 1000001 |
Color Harmonies of #A661ED
Complementary color
Monochromatic Colors of #A661ED
Black with #A661ED
Text Example
Text Example
White with #A661ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A661ED; }
p { color: rgb(166,97,237); }
H1.HeaderClassName
{
color: #A661ED;
}
.AnyTagClassName
{
color: #A661ED;
}
</style>
background-color css
<style>
a { background-color: #A661ED; }
a { background-color: rgb(166,97,237); }
div.DivClassName
{
background-color: #A661ED;
}
.BgClassName
{
background-color: #A661ED;
}
</style>
border-color css
<style>
span { border-color: #A661ED; }
span { border-color: rgb(166,97,237); }
td.TdClassName
{
border-color: #A661ED;
}
.TagClassName
{
border-color: #A661ED;
}
</style>