Shades of Medium Purple #A17FDC
Tints of Medium Purple #A17FDC
RGB
CMYK
RGB Variations
Color information
#A17FDC (or 0xA17FDC) is known color: Medium Purple. HEX triplet: A1, 7F and DC. RGB value is (161,127,220). Sum of RGB (Red+Green+Blue) = 161+127+220=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #A17FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FDC is #5E8023. Grayscale: #939393. Windows color (decimal): -6193188 or 14450593. OLE color: 14450593.
HSL color Cylindrical-coordinate representation of color #A17FDC: hue angle of 261.94º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A17FDC is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 127 | 220 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.14 |
| HSL | 261.94º | 0.57% | 0.68% | - |
| HSV(B) | 261.94º | 0.42% | 0.86% | - |
| XYZ | 35.21 | 27.92 | 71.24 | - |
| YUV | 147.77 | 168.76 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 220 | 0.27 | 0.42 | 0 | 0.14 | 261.94 | 0.57 | 0.68 |
| Hex | A1 | 7F | DC | 1B | 2A | 0 | E | 106 | 39 | 44 |
| Octal | 241 | 177 | 334 | 33 | 52 | 0 | 16 | 406 | 71 | 104 |
| Binary | 10100001 | 1111111 | 11011100 | 11011 | 101010 | 0 | 1110 | 100000110 | 111001 | 1000100 |
Color Harmonies of #A17FDC
Complementary color
Monochromatic Colors of #A17FDC
Black with #A17FDC
Text Example
Text Example
White with #A17FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17FDC; }
p { color: rgb(161,127,220); }
H1.HeaderClassName
{
color: #A17FDC;
}
.AnyTagClassName
{
color: #A17FDC;
}
</style>
background-color css
<style>
a { background-color: #A17FDC; }
a { background-color: rgb(161,127,220); }
div.DivClassName
{
background-color: #A17FDC;
}
.BgClassName
{
background-color: #A17FDC;
}
</style>
border-color css
<style>
span { border-color: #A17FDC; }
span { border-color: rgb(161,127,220); }
td.TdClassName
{
border-color: #A17FDC;
}
.TagClassName
{
border-color: #A17FDC;
}
</style>