Shades of Medium Purple #A051F6
Tints of Medium Purple #A051F6
RGB
CMYK
RGB Variations
Color information
#A051F6 (or 0xA051F6) is known color: Medium Purple. HEX triplet: A0, 51 and F6. RGB value is (160,81,246). Sum of RGB (Red+Green+Blue) = 160+81+246=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #A051F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A051F6 is #5FAE09. Grayscale: #7A7A7A. Windows color (decimal): -6270474 or 16142752. OLE color: 16142752.
HSL color Cylindrical-coordinate representation of color #A051F6: hue angle of 268.73º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A051F6 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 81 | 246 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.04 |
| HSL | 268.73º | 0.9% | 0.64% | - |
| HSV(B) | 268.73º | 0.67% | 0.96% | - |
| XYZ | 34.07 | 20.01 | 89.26 | - |
| YUV | 123.43 | 197.17 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 246 | 0.35 | 0.67 | 0 | 0.04 | 268.73 | 0.9 | 0.64 |
| Hex | A0 | 51 | F6 | 23 | 43 | 0 | 4 | 10D | 5A | 40 |
| Octal | 240 | 121 | 366 | 43 | 103 | 0 | 4 | 415 | 132 | 100 |
| Binary | 10100000 | 1010001 | 11110110 | 100011 | 1000011 | 0 | 100 | 100001101 | 1011010 | 1000000 |
Color Harmonies of #A051F6
Complementary color
Monochromatic Colors of #A051F6
Black with #A051F6
Text Example
Text Example
White with #A051F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A051F6; }
p { color: rgb(160,81,246); }
H1.HeaderClassName
{
color: #A051F6;
}
.AnyTagClassName
{
color: #A051F6;
}
</style>
background-color css
<style>
a { background-color: #A051F6; }
a { background-color: rgb(160,81,246); }
div.DivClassName
{
background-color: #A051F6;
}
.BgClassName
{
background-color: #A051F6;
}
</style>
border-color css
<style>
span { border-color: #A051F6; }
span { border-color: rgb(160,81,246); }
td.TdClassName
{
border-color: #A051F6;
}
.TagClassName
{
border-color: #A051F6;
}
</style>