Shades of Medium Purple #A150FA
Tints of Medium Purple #A150FA
RGB
CMYK
RGB Variations
Color information
#A150FA (or 0xA150FA) is known color: Medium Purple. HEX triplet: A1, 50 and FA. RGB value is (161,80,250). Sum of RGB (Red+Green+Blue) = 161+80+250=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #A150FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A150FA is #5EAF05. Grayscale: #7B7B7B. Windows color (decimal): -6205190 or 16404641. OLE color: 16404641.
HSL color Cylindrical-coordinate representation of color #A150FA: hue angle of 268.59º 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 #A150FA is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 80 | 250 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.02 |
| HSL | 268.59º | 0.94% | 0.65% | - |
| HSV(B) | 268.59º | 0.68% | 0.98% | - |
| XYZ | 34.82 | 20.22 | 92.51 | - |
| YUV | 123.6 | 199.34 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 250 | 0.36 | 0.68 | 0 | 0.02 | 268.59 | 0.94 | 0.65 |
| Hex | A1 | 50 | FA | 24 | 44 | 0 | 2 | 10D | 5E | 41 |
| Octal | 241 | 120 | 372 | 44 | 104 | 0 | 2 | 415 | 136 | 101 |
| Binary | 10100001 | 1010000 | 11111010 | 100100 | 1000100 | 0 | 10 | 100001101 | 1011110 | 1000001 |
Color Harmonies of #A150FA
Complementary color
Monochromatic Colors of #A150FA
Black with #A150FA
Text Example
Text Example
White with #A150FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A150FA; }
p { color: rgb(161,80,250); }
H1.HeaderClassName
{
color: #A150FA;
}
.AnyTagClassName
{
color: #A150FA;
}
</style>
background-color css
<style>
a { background-color: #A150FA; }
a { background-color: rgb(161,80,250); }
div.DivClassName
{
background-color: #A150FA;
}
.BgClassName
{
background-color: #A150FA;
}
</style>
border-color css
<style>
span { border-color: #A150FA; }
span { border-color: rgb(161,80,250); }
td.TdClassName
{
border-color: #A150FA;
}
.TagClassName
{
border-color: #A150FA;
}
</style>