Shades of Medium Purple #A170ED
Tints of Medium Purple #A170ED
RGB
CMYK
RGB Variations
Color information
#A170ED (or 0xA170ED) is known color: Medium Purple. HEX triplet: A1, 70 and ED. RGB value is (161,112,237). Sum of RGB (Red+Green+Blue) = 161+112+237=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #A170ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A170ED is #5E8F12. Grayscale: #8C8C8C. Windows color (decimal): -6197011 or 15560865. OLE color: 15560865.
HSL color Cylindrical-coordinate representation of color #A170ED: hue angle of 263.52º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A170ED is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 112 | 237 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.07 |
| HSL | 263.52º | 0.78% | 0.68% | - |
| HSV(B) | 263.52º | 0.53% | 0.93% | - |
| XYZ | 35.78 | 25.28 | 83.11 | - |
| YUV | 140.9 | 182.23 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 237 | 0.32 | 0.53 | 0 | 0.07 | 263.52 | 0.78 | 0.68 |
| Hex | A1 | 70 | ED | 20 | 35 | 0 | 7 | 108 | 4E | 44 |
| Octal | 241 | 160 | 355 | 40 | 65 | 0 | 7 | 410 | 116 | 104 |
| Binary | 10100001 | 1110000 | 11101101 | 100000 | 110101 | 0 | 111 | 100001000 | 1001110 | 1000100 |
Color Harmonies of #A170ED
Complementary color
Monochromatic Colors of #A170ED
Black with #A170ED
Text Example
Text Example
White with #A170ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A170ED; }
p { color: rgb(161,112,237); }
H1.HeaderClassName
{
color: #A170ED;
}
.AnyTagClassName
{
color: #A170ED;
}
</style>
background-color css
<style>
a { background-color: #A170ED; }
a { background-color: rgb(161,112,237); }
div.DivClassName
{
background-color: #A170ED;
}
.BgClassName
{
background-color: #A170ED;
}
</style>
border-color css
<style>
span { border-color: #A170ED; }
span { border-color: rgb(161,112,237); }
td.TdClassName
{
border-color: #A170ED;
}
.TagClassName
{
border-color: #A170ED;
}
</style>