Shades of Medium Purple #A174D9
Tints of Medium Purple #A174D9
RGB
CMYK
RGB Variations
Color information
#A174D9 (or 0xA174D9) is known color: Medium Purple. HEX triplet: A1, 74 and D9. RGB value is (161,116,217). Sum of RGB (Red+Green+Blue) = 161+116+217=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 217 (85.16% from 255 or 43.93% from 494); Max value from RGB is 217 - color contains mainly: blue. Hex color #A174D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A174D9 is #5E8B26. Grayscale: #8C8C8C. Windows color (decimal): -6196007 or 14251169. OLE color: 14251169.
HSL color Cylindrical-coordinate representation of color #A174D9: hue angle of 266.73º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A174D9 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 116 | 217 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.15 |
| HSL | 266.73º | 0.57% | 0.65% | - |
| HSV(B) | 266.73º | 0.47% | 0.85% | - |
| XYZ | 33.47 | 25.08 | 68.72 | - |
| YUV | 140.97 | 170.91 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 217 | 0.26 | 0.47 | 0 | 0.15 | 266.73 | 0.57 | 0.65 |
| Hex | A1 | 74 | D9 | 1A | 2F | 0 | F | 10B | 39 | 41 |
| Octal | 241 | 164 | 331 | 32 | 57 | 0 | 17 | 413 | 71 | 101 |
| Binary | 10100001 | 1110100 | 11011001 | 11010 | 101111 | 0 | 1111 | 100001011 | 111001 | 1000001 |
Color Harmonies of #A174D9
Complementary color
Monochromatic Colors of #A174D9
Black with #A174D9
Text Example
Text Example
White with #A174D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A174D9; }
p { color: rgb(161,116,217); }
H1.HeaderClassName
{
color: #A174D9;
}
.AnyTagClassName
{
color: #A174D9;
}
</style>
background-color css
<style>
a { background-color: #A174D9; }
a { background-color: rgb(161,116,217); }
div.DivClassName
{
background-color: #A174D9;
}
.BgClassName
{
background-color: #A174D9;
}
</style>
border-color css
<style>
span { border-color: #A174D9; }
span { border-color: rgb(161,116,217); }
td.TdClassName
{
border-color: #A174D9;
}
.TagClassName
{
border-color: #A174D9;
}
</style>