Shades of Medium Purple #A451FA
Tints of Medium Purple #A451FA
RGB
CMYK
RGB Variations
Color information
#A451FA (or 0xA451FA) is known color: Medium Purple. HEX triplet: A4, 51 and FA. RGB value is (164,81,250). Sum of RGB (Red+Green+Blue) = 164+81+250=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #A451FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A451FA is #5BAE05. Grayscale: #7C7C7C. Windows color (decimal): -6008326 or 16404900. OLE color: 16404900.
HSL color Cylindrical-coordinate representation of color #A451FA: hue angle of 269.47º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A451FA is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 81 | 250 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.02 |
| HSL | 269.47º | 0.94% | 0.65% | - |
| HSV(B) | 269.47º | 0.68% | 0.98% | - |
| XYZ | 35.51 | 20.68 | 92.56 | - |
| YUV | 125.08 | 198.5 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 250 | 0.34 | 0.68 | 0 | 0.02 | 269.47 | 0.94 | 0.65 |
| Hex | A4 | 51 | FA | 22 | 44 | 0 | 2 | 10D | 5E | 41 |
| Octal | 244 | 121 | 372 | 42 | 104 | 0 | 2 | 415 | 136 | 101 |
| Binary | 10100100 | 1010001 | 11111010 | 100010 | 1000100 | 0 | 10 | 100001101 | 1011110 | 1000001 |
Color Harmonies of #A451FA
Complementary color
Monochromatic Colors of #A451FA
Black with #A451FA
Text Example
Text Example
White with #A451FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A451FA; }
p { color: rgb(164,81,250); }
H1.HeaderClassName
{
color: #A451FA;
}
.AnyTagClassName
{
color: #A451FA;
}
</style>
background-color css
<style>
a { background-color: #A451FA; }
a { background-color: rgb(164,81,250); }
div.DivClassName
{
background-color: #A451FA;
}
.BgClassName
{
background-color: #A451FA;
}
</style>
border-color css
<style>
span { border-color: #A451FA; }
span { border-color: rgb(164,81,250); }
td.TdClassName
{
border-color: #A451FA;
}
.TagClassName
{
border-color: #A451FA;
}
</style>