Shades of Medium Purple #A151F3
Tints of Medium Purple #A151F3
RGB
CMYK
RGB Variations
Color information
#A151F3 (or 0xA151F3) is known color: Medium Purple. HEX triplet: A1, 51 and F3. RGB value is (161,81,243). Sum of RGB (Red+Green+Blue) = 161+81+243=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #A151F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A151F3 is #5EAE0C. Grayscale: #7A7A7A. Windows color (decimal): -6204941 or 15946145. OLE color: 15946145.
HSL color Cylindrical-coordinate representation of color #A151F3: hue angle of 269.63º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A151F3 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 81 | 243 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.05 |
| HSL | 269.63º | 0.87% | 0.64% | - |
| HSV(B) | 269.63º | 0.67% | 0.95% | - |
| XYZ | 33.82 | 19.93 | 86.86 | - |
| YUV | 123.39 | 195.5 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 243 | 0.34 | 0.67 | 0 | 0.05 | 269.63 | 0.87 | 0.64 |
| Hex | A1 | 51 | F3 | 22 | 43 | 0 | 5 | 10E | 57 | 40 |
| Octal | 241 | 121 | 363 | 42 | 103 | 0 | 5 | 416 | 127 | 100 |
| Binary | 10100001 | 1010001 | 11110011 | 100010 | 1000011 | 0 | 101 | 100001110 | 1010111 | 1000000 |
Color Harmonies of #A151F3
Complementary color
Monochromatic Colors of #A151F3
Black with #A151F3
Text Example
Text Example
White with #A151F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A151F3; }
p { color: rgb(161,81,243); }
H1.HeaderClassName
{
color: #A151F3;
}
.AnyTagClassName
{
color: #A151F3;
}
</style>
background-color css
<style>
a { background-color: #A151F3; }
a { background-color: rgb(161,81,243); }
div.DivClassName
{
background-color: #A151F3;
}
.BgClassName
{
background-color: #A151F3;
}
</style>
border-color css
<style>
span { border-color: #A151F3; }
span { border-color: rgb(161,81,243); }
td.TdClassName
{
border-color: #A151F3;
}
.TagClassName
{
border-color: #A151F3;
}
</style>