Shades of Medium Purple #A17FD4
Tints of Medium Purple #A17FD4
RGB
CMYK
RGB Variations
Color information
#A17FD4 (or 0xA17FD4) is known color: Medium Purple. HEX triplet: A1, 7F and D4. RGB value is (161,127,212). Sum of RGB (Red+Green+Blue) = 161+127+212=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 212 - color contains mainly: blue. Hex color #A17FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FD4 is #5E802B. Grayscale: #929292. Windows color (decimal): -6193196 or 13926305. OLE color: 13926305.
HSL color Cylindrical-coordinate representation of color #A17FD4: hue angle of 264º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A17FD4 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 127 | 212 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.17 |
| HSL | 264º | 0.5% | 0.66% | - |
| HSV(B) | 264º | 0.4% | 0.83% | - |
| XYZ | 34.17 | 27.51 | 65.8 | - |
| YUV | 146.86 | 164.76 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 212 | 0.24 | 0.40 | 0 | 0.17 | 264 | 0.5 | 0.66 |
| Hex | A1 | 7F | D4 | 18 | 28 | 0 | 11 | 108 | 32 | 42 |
| Octal | 241 | 177 | 324 | 30 | 50 | 0 | 21 | 410 | 62 | 102 |
| Binary | 10100001 | 1111111 | 11010100 | 11000 | 101000 | 0 | 10001 | 100001000 | 110010 | 1000010 |
Color Harmonies of #A17FD4
Complementary color
Monochromatic Colors of #A17FD4
Black with #A17FD4
Text Example
Text Example
White with #A17FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17FD4; }
p { color: rgb(161,127,212); }
H1.HeaderClassName
{
color: #A17FD4;
}
.AnyTagClassName
{
color: #A17FD4;
}
</style>
background-color css
<style>
a { background-color: #A17FD4; }
a { background-color: rgb(161,127,212); }
div.DivClassName
{
background-color: #A17FD4;
}
.BgClassName
{
background-color: #A17FD4;
}
</style>
border-color css
<style>
span { border-color: #A17FD4; }
span { border-color: rgb(161,127,212); }
td.TdClassName
{
border-color: #A17FD4;
}
.TagClassName
{
border-color: #A17FD4;
}
</style>