Shades of Medium Purple #A151FE
Tints of Medium Purple #A151FE
RGB
CMYK
RGB Variations
Color information
#A151FE (or 0xA151FE) is known color: Medium Purple. HEX triplet: A1, 51 and FE. RGB value is (161,81,254). Sum of RGB (Red+Green+Blue) = 161+81+254=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #A151FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A151FE is #5EAE01. Grayscale: #7C7C7C. Windows color (decimal): -6204930 or 16667041. OLE color: 16667041.
HSL color Cylindrical-coordinate representation of color #A151FE: hue angle of 267.75º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A151FE is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 81 | 254 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.00 |
| HSL | 267.75º | 0.99% | 0.66% | - |
| HSV(B) | 267.75º | 0.68% | 1% | - |
| XYZ | 35.53 | 20.62 | 95.87 | - |
| YUV | 124.64 | 201 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 254 | 0.37 | 0.68 | 0 | 0.00 | 267.75 | 0.99 | 0.66 |
| Hex | A1 | 51 | FE | 25 | 44 | 0 | 0 | 10C | 63 | 42 |
| Octal | 241 | 121 | 376 | 45 | 104 | 0 | 0 | 414 | 143 | 102 |
| Binary | 10100001 | 1010001 | 11111110 | 100101 | 1000100 | 0 | 0 | 100001100 | 1100011 | 1000010 |
Color Harmonies of #A151FE
Complementary color
Monochromatic Colors of #A151FE
Black with #A151FE
Text Example
Text Example
White with #A151FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A151FE; }
p { color: rgb(161,81,254); }
H1.HeaderClassName
{
color: #A151FE;
}
.AnyTagClassName
{
color: #A151FE;
}
</style>
background-color css
<style>
a { background-color: #A151FE; }
a { background-color: rgb(161,81,254); }
div.DivClassName
{
background-color: #A151FE;
}
.BgClassName
{
background-color: #A151FE;
}
</style>
border-color css
<style>
span { border-color: #A151FE; }
span { border-color: rgb(161,81,254); }
td.TdClassName
{
border-color: #A151FE;
}
.TagClassName
{
border-color: #A151FE;
}
</style>