Shades of Medium Purple #A17DE4
Tints of Medium Purple #A17DE4
RGB
CMYK
RGB Variations
Color information
#A17DE4 (or 0xA17DE4) is known color: Medium Purple. HEX triplet: A1, 7D and E4. RGB value is (161,125,228). Sum of RGB (Red+Green+Blue) = 161+125+228=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 228 (89.45% from 255 or 44.36% from 514); Max value from RGB is 228 - color contains mainly: blue. Hex color #A17DE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17DE4 is #5E821B. Grayscale: #939393. Windows color (decimal): -6193692 or 14974369. OLE color: 14974369.
HSL color Cylindrical-coordinate representation of color #A17DE4: hue angle of 260.97º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A17DE4 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 125 | 228 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.11 |
| HSL | 260.97º | 0.66% | 0.69% | - |
| HSV(B) | 260.97º | 0.45% | 0.89% | - |
| XYZ | 36.04 | 27.85 | 76.87 | - |
| YUV | 147.51 | 173.43 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 228 | 0.29 | 0.45 | 0 | 0.11 | 260.97 | 0.66 | 0.69 |
| Hex | A1 | 7D | E4 | 1D | 2D | 0 | B | 105 | 42 | 45 |
| Octal | 241 | 175 | 344 | 35 | 55 | 0 | 13 | 405 | 102 | 105 |
| Binary | 10100001 | 1111101 | 11100100 | 11101 | 101101 | 0 | 1011 | 100000101 | 1000010 | 1000101 |
Color Harmonies of #A17DE4
Complementary color
Monochromatic Colors of #A17DE4
Black with #A17DE4
Text Example
Text Example
White with #A17DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17DE4; }
p { color: rgb(161,125,228); }
H1.HeaderClassName
{
color: #A17DE4;
}
.AnyTagClassName
{
color: #A17DE4;
}
</style>
background-color css
<style>
a { background-color: #A17DE4; }
a { background-color: rgb(161,125,228); }
div.DivClassName
{
background-color: #A17DE4;
}
.BgClassName
{
background-color: #A17DE4;
}
</style>
border-color css
<style>
span { border-color: #A17DE4; }
span { border-color: rgb(161,125,228); }
td.TdClassName
{
border-color: #A17DE4;
}
.TagClassName
{
border-color: #A17DE4;
}
</style>