Shades of Medium Purple #A17CF4
Tints of Medium Purple #A17CF4
RGB
CMYK
RGB Variations
Color information
#A17CF4 (or 0xA17CF4) is known color: Medium Purple. HEX triplet: A1, 7C and F4. RGB value is (161,124,244). Sum of RGB (Red+Green+Blue) = 161+124+244=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 244 (95.70% from 255 or 46.12% from 529); Max value from RGB is 244 - color contains mainly: blue. Hex color #A17CF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17CF4 is #5E830B. Grayscale: #949494. Windows color (decimal): -6193932 or 16022689. OLE color: 16022689.
HSL color Cylindrical-coordinate representation of color #A17CF4: hue angle of 258.5º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A17CF4 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 124 | 244 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.04 |
| HSL | 258.5º | 0.85% | 0.72% | - |
| HSV(B) | 258.5º | 0.49% | 0.96% | - |
| XYZ | 38.23 | 28.52 | 89.08 | - |
| YUV | 148.74 | 181.76 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 244 | 0.34 | 0.49 | 0 | 0.04 | 258.5 | 0.85 | 0.72 |
| Hex | A1 | 7C | F4 | 22 | 31 | 0 | 4 | 102 | 55 | 48 |
| Octal | 241 | 174 | 364 | 42 | 61 | 0 | 4 | 402 | 125 | 110 |
| Binary | 10100001 | 1111100 | 11110100 | 100010 | 110001 | 0 | 100 | 100000010 | 1010101 | 1001000 |
Color Harmonies of #A17CF4
Complementary color
Monochromatic Colors of #A17CF4
Black with #A17CF4
Text Example
Text Example
White with #A17CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17CF4; }
p { color: rgb(161,124,244); }
H1.HeaderClassName
{
color: #A17CF4;
}
.AnyTagClassName
{
color: #A17CF4;
}
</style>
background-color css
<style>
a { background-color: #A17CF4; }
a { background-color: rgb(161,124,244); }
div.DivClassName
{
background-color: #A17CF4;
}
.BgClassName
{
background-color: #A17CF4;
}
</style>
border-color css
<style>
span { border-color: #A17CF4; }
span { border-color: rgb(161,124,244); }
td.TdClassName
{
border-color: #A17CF4;
}
.TagClassName
{
border-color: #A17CF4;
}
</style>