Shades of Medium Purple #A17CF3
Tints of Medium Purple #A17CF3
RGB
CMYK
RGB Variations
Color information
#A17CF3 (or 0xA17CF3) is known color: Medium Purple. HEX triplet: A1, 7C and F3. RGB value is (161,124,243). Sum of RGB (Red+Green+Blue) = 161+124+243=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #A17CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17CF3 is #5E830C. Grayscale: #949494. Windows color (decimal): -6193933 or 15957153. OLE color: 15957153.
HSL color Cylindrical-coordinate representation of color #A17CF3: hue angle of 258.66º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A17CF3 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 124 | 243 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.05 |
| HSL | 258.66º | 0.83% | 0.72% | - |
| HSV(B) | 258.66º | 0.49% | 0.95% | - |
| XYZ | 38.08 | 28.46 | 88.28 | - |
| YUV | 148.63 | 181.26 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 243 | 0.34 | 0.49 | 0 | 0.05 | 258.66 | 0.83 | 0.72 |
| Hex | A1 | 7C | F3 | 22 | 31 | 0 | 5 | 103 | 53 | 48 |
| Octal | 241 | 174 | 363 | 42 | 61 | 0 | 5 | 403 | 123 | 110 |
| Binary | 10100001 | 1111100 | 11110011 | 100010 | 110001 | 0 | 101 | 100000011 | 1010011 | 1001000 |
Color Harmonies of #A17CF3
Complementary color
Monochromatic Colors of #A17CF3
Black with #A17CF3
Text Example
Text Example
White with #A17CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17CF3; }
p { color: rgb(161,124,243); }
H1.HeaderClassName
{
color: #A17CF3;
}
.AnyTagClassName
{
color: #A17CF3;
}
</style>
background-color css
<style>
a { background-color: #A17CF3; }
a { background-color: rgb(161,124,243); }
div.DivClassName
{
background-color: #A17CF3;
}
.BgClassName
{
background-color: #A17CF3;
}
</style>
border-color css
<style>
span { border-color: #A17CF3; }
span { border-color: rgb(161,124,243); }
td.TdClassName
{
border-color: #A17CF3;
}
.TagClassName
{
border-color: #A17CF3;
}
</style>