Shades of Medium Purple #A151FC
Tints of Medium Purple #A151FC
RGB
CMYK
RGB Variations
Color information
#A151FC (or 0xA151FC) is known color: Medium Purple. HEX triplet: A1, 51 and FC. RGB value is (161,81,252). Sum of RGB (Red+Green+Blue) = 161+81+252=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #A151FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A151FC is #5EAE03. Grayscale: #7B7B7B. Windows color (decimal): -6204932 or 16535969. OLE color: 16535969.
HSL color Cylindrical-coordinate representation of color #A151FC: hue angle of 268.07º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A151FC is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 81 | 252 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.01 |
| HSL | 268.07º | 0.97% | 0.65% | - |
| HSV(B) | 268.07º | 0.68% | 0.99% | - |
| XYZ | 35.21 | 20.49 | 94.19 | - |
| YUV | 124.41 | 200 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 252 | 0.36 | 0.68 | 0 | 0.01 | 268.07 | 0.97 | 0.65 |
| Hex | A1 | 51 | FC | 24 | 44 | 0 | 1 | 10C | 61 | 41 |
| Octal | 241 | 121 | 374 | 44 | 104 | 0 | 1 | 414 | 141 | 101 |
| Binary | 10100001 | 1010001 | 11111100 | 100100 | 1000100 | 0 | 1 | 100001100 | 1100001 | 1000001 |
Color Harmonies of #A151FC
Complementary color
Monochromatic Colors of #A151FC
Black with #A151FC
Text Example
Text Example
White with #A151FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A151FC; }
p { color: rgb(161,81,252); }
H1.HeaderClassName
{
color: #A151FC;
}
.AnyTagClassName
{
color: #A151FC;
}
</style>
background-color css
<style>
a { background-color: #A151FC; }
a { background-color: rgb(161,81,252); }
div.DivClassName
{
background-color: #A151FC;
}
.BgClassName
{
background-color: #A151FC;
}
</style>
border-color css
<style>
span { border-color: #A151FC; }
span { border-color: rgb(161,81,252); }
td.TdClassName
{
border-color: #A151FC;
}
.TagClassName
{
border-color: #A151FC;
}
</style>