Shades of Medium Purple #A154F3
Tints of Medium Purple #A154F3
RGB
CMYK
RGB Variations
Color information
#A154F3 (or 0xA154F3) is known color: Medium Purple. HEX triplet: A1, 54 and F3. RGB value is (161,84,243). Sum of RGB (Red+Green+Blue) = 161+84+243=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #A154F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A154F3 is #5EAB0C. Grayscale: #7C7C7C. Windows color (decimal): -6204173 or 15946913. OLE color: 15946913.
HSL color Cylindrical-coordinate representation of color #A154F3: hue angle of 269.06º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A154F3 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 84 | 243 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.05 |
| HSL | 269.06º | 0.87% | 0.64% | - |
| HSV(B) | 269.06º | 0.65% | 0.95% | - |
| XYZ | 34.05 | 20.39 | 86.94 | - |
| YUV | 125.15 | 194.51 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 243 | 0.34 | 0.65 | 0 | 0.05 | 269.06 | 0.87 | 0.64 |
| Hex | A1 | 54 | F3 | 22 | 41 | 0 | 5 | 10D | 57 | 40 |
| Octal | 241 | 124 | 363 | 42 | 101 | 0 | 5 | 415 | 127 | 100 |
| Binary | 10100001 | 1010100 | 11110011 | 100010 | 1000001 | 0 | 101 | 100001101 | 1010111 | 1000000 |
Color Harmonies of #A154F3
Complementary color
Monochromatic Colors of #A154F3
Black with #A154F3
Text Example
Text Example
White with #A154F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A154F3; }
p { color: rgb(161,84,243); }
H1.HeaderClassName
{
color: #A154F3;
}
.AnyTagClassName
{
color: #A154F3;
}
</style>
background-color css
<style>
a { background-color: #A154F3; }
a { background-color: rgb(161,84,243); }
div.DivClassName
{
background-color: #A154F3;
}
.BgClassName
{
background-color: #A154F3;
}
</style>
border-color css
<style>
span { border-color: #A154F3; }
span { border-color: rgb(161,84,243); }
td.TdClassName
{
border-color: #A154F3;
}
.TagClassName
{
border-color: #A154F3;
}
</style>