Shades of Medium Purple #A174F0
Tints of Medium Purple #A174F0
RGB
CMYK
RGB Variations
Color information
#A174F0 (or 0xA174F0) is known color: Medium Purple. HEX triplet: A1, 74 and F0. RGB value is (161,116,240). Sum of RGB (Red+Green+Blue) = 161+116+240=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #A174F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A174F0 is #5E8B0F. Grayscale: #8F8F8F. Windows color (decimal): -6195984 or 15758497. OLE color: 15758497.
HSL color Cylindrical-coordinate representation of color #A174F0: hue angle of 261.77º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A174F0 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 116 | 240 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.06 |
| HSL | 261.77º | 0.81% | 0.7% | - |
| HSV(B) | 261.77º | 0.52% | 0.94% | - |
| XYZ | 36.67 | 26.36 | 85.59 | - |
| YUV | 143.59 | 182.41 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 240 | 0.33 | 0.52 | 0 | 0.06 | 261.77 | 0.81 | 0.7 |
| Hex | A1 | 74 | F0 | 21 | 34 | 0 | 6 | 106 | 51 | 46 |
| Octal | 241 | 164 | 360 | 41 | 64 | 0 | 6 | 406 | 121 | 106 |
| Binary | 10100001 | 1110100 | 11110000 | 100001 | 110100 | 0 | 110 | 100000110 | 1010001 | 1000110 |
Color Harmonies of #A174F0
Complementary color
Monochromatic Colors of #A174F0
Black with #A174F0
Text Example
Text Example
White with #A174F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A174F0; }
p { color: rgb(161,116,240); }
H1.HeaderClassName
{
color: #A174F0;
}
.AnyTagClassName
{
color: #A174F0;
}
</style>
background-color css
<style>
a { background-color: #A174F0; }
a { background-color: rgb(161,116,240); }
div.DivClassName
{
background-color: #A174F0;
}
.BgClassName
{
background-color: #A174F0;
}
</style>
border-color css
<style>
span { border-color: #A174F0; }
span { border-color: rgb(161,116,240); }
td.TdClassName
{
border-color: #A174F0;
}
.TagClassName
{
border-color: #A174F0;
}
</style>