Shades of Medium Purple #A17DF1
Tints of Medium Purple #A17DF1
RGB
CMYK
RGB Variations
Color information
#A17DF1 (or 0xA17DF1) is known color: Medium Purple. HEX triplet: A1, 7D and F1. RGB value is (161,125,241). Sum of RGB (Red+Green+Blue) = 161+125+241=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #A17DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17DF1 is #5E820E. Grayscale: #949494. Windows color (decimal): -6193679 or 15826337. OLE color: 15826337.
HSL color Cylindrical-coordinate representation of color #A17DF1: hue angle of 258.62º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A17DF1 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 125 | 241 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.05 |
| HSL | 258.62º | 0.81% | 0.72% | - |
| HSV(B) | 258.62º | 0.48% | 0.95% | - |
| XYZ | 37.91 | 28.6 | 86.74 | - |
| YUV | 148.99 | 179.93 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 241 | 0.33 | 0.48 | 0 | 0.05 | 258.62 | 0.81 | 0.72 |
| Hex | A1 | 7D | F1 | 21 | 30 | 0 | 5 | 103 | 51 | 48 |
| Octal | 241 | 175 | 361 | 41 | 60 | 0 | 5 | 403 | 121 | 110 |
| Binary | 10100001 | 1111101 | 11110001 | 100001 | 110000 | 0 | 101 | 100000011 | 1010001 | 1001000 |
Color Harmonies of #A17DF1
Complementary color
Monochromatic Colors of #A17DF1
Black with #A17DF1
Text Example
Text Example
White with #A17DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17DF1; }
p { color: rgb(161,125,241); }
H1.HeaderClassName
{
color: #A17DF1;
}
.AnyTagClassName
{
color: #A17DF1;
}
</style>
background-color css
<style>
a { background-color: #A17DF1; }
a { background-color: rgb(161,125,241); }
div.DivClassName
{
background-color: #A17DF1;
}
.BgClassName
{
background-color: #A17DF1;
}
</style>
border-color css
<style>
span { border-color: #A17DF1; }
span { border-color: rgb(161,125,241); }
td.TdClassName
{
border-color: #A17DF1;
}
.TagClassName
{
border-color: #A17DF1;
}
</style>