Shades of Medium Purple #A170F9
Tints of Medium Purple #A170F9
RGB
CMYK
RGB Variations
Color information
#A170F9 (or 0xA170F9) is known color: Medium Purple. HEX triplet: A1, 70 and F9. RGB value is (161,112,249). Sum of RGB (Red+Green+Blue) = 161+112+249=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #A170F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A170F9 is #5E8F06. Grayscale: #8D8D8D. Windows color (decimal): -6196999 or 16347297. OLE color: 16347297.
HSL color Cylindrical-coordinate representation of color #A170F9: hue angle of 261.46º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A170F9 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 112 | 249 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.02 |
| HSL | 261.46º | 0.92% | 0.71% | - |
| HSV(B) | 261.46º | 0.55% | 0.98% | - |
| XYZ | 37.59 | 26 | 92.66 | - |
| YUV | 142.27 | 188.23 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 249 | 0.35 | 0.55 | 0 | 0.02 | 261.46 | 0.92 | 0.71 |
| Hex | A1 | 70 | F9 | 23 | 37 | 0 | 2 | 105 | 5C | 47 |
| Octal | 241 | 160 | 371 | 43 | 67 | 0 | 2 | 405 | 134 | 107 |
| Binary | 10100001 | 1110000 | 11111001 | 100011 | 110111 | 0 | 10 | 100000101 | 1011100 | 1000111 |
Color Harmonies of #A170F9
Complementary color
Monochromatic Colors of #A170F9
Black with #A170F9
Text Example
Text Example
White with #A170F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A170F9; }
p { color: rgb(161,112,249); }
H1.HeaderClassName
{
color: #A170F9;
}
.AnyTagClassName
{
color: #A170F9;
}
</style>
background-color css
<style>
a { background-color: #A170F9; }
a { background-color: rgb(161,112,249); }
div.DivClassName
{
background-color: #A170F9;
}
.BgClassName
{
background-color: #A170F9;
}
</style>
border-color css
<style>
span { border-color: #A170F9; }
span { border-color: rgb(161,112,249); }
td.TdClassName
{
border-color: #A170F9;
}
.TagClassName
{
border-color: #A170F9;
}
</style>