Shades of Medium Purple #A154F2
Tints of Medium Purple #A154F2
RGB
CMYK
RGB Variations
Color information
#A154F2 (or 0xA154F2) is known color: Medium Purple. HEX triplet: A1, 54 and F2. RGB value is (161,84,242). Sum of RGB (Red+Green+Blue) = 161+84+242=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #A154F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A154F2 is #5EAB0D. Grayscale: #7C7C7C. Windows color (decimal): -6204174 or 15881377. OLE color: 15881377.
HSL color Cylindrical-coordinate representation of color #A154F2: hue angle of 269.24º degrees, saturation: 0.86, 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 #A154F2 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 84 | 242 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.05 |
| HSL | 269.24º | 0.86% | 0.64% | - |
| HSV(B) | 269.24º | 0.65% | 0.95% | - |
| XYZ | 33.9 | 20.33 | 86.14 | - |
| YUV | 125.04 | 194.01 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 242 | 0.33 | 0.65 | 0 | 0.05 | 269.24 | 0.86 | 0.64 |
| Hex | A1 | 54 | F2 | 21 | 41 | 0 | 5 | 10D | 56 | 40 |
| Octal | 241 | 124 | 362 | 41 | 101 | 0 | 5 | 415 | 126 | 100 |
| Binary | 10100001 | 1010100 | 11110010 | 100001 | 1000001 | 0 | 101 | 100001101 | 1010110 | 1000000 |
Color Harmonies of #A154F2
Complementary color
Monochromatic Colors of #A154F2
Black with #A154F2
Text Example
Text Example
White with #A154F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A154F2; }
p { color: rgb(161,84,242); }
H1.HeaderClassName
{
color: #A154F2;
}
.AnyTagClassName
{
color: #A154F2;
}
</style>
background-color css
<style>
a { background-color: #A154F2; }
a { background-color: rgb(161,84,242); }
div.DivClassName
{
background-color: #A154F2;
}
.BgClassName
{
background-color: #A154F2;
}
</style>
border-color css
<style>
span { border-color: #A154F2; }
span { border-color: rgb(161,84,242); }
td.TdClassName
{
border-color: #A154F2;
}
.TagClassName
{
border-color: #A154F2;
}
</style>