Shades of Medium Purple #A154FE
Tints of Medium Purple #A154FE
RGB
CMYK
RGB Variations
Color information
#A154FE (or 0xA154FE) is known color: Medium Purple. HEX triplet: A1, 54 and FE. RGB value is (161,84,254). Sum of RGB (Red+Green+Blue) = 161+84+254=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #A154FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A154FE is #5EAB01. Grayscale: #7D7D7D. Windows color (decimal): -6204162 or 16667809. OLE color: 16667809.
HSL color Cylindrical-coordinate representation of color #A154FE: hue angle of 267.18º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A154FE is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 84 | 254 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.00 |
| HSL | 267.18º | 0.99% | 0.66% | - |
| HSV(B) | 267.18º | 0.67% | 1% | - |
| XYZ | 35.76 | 21.07 | 95.95 | - |
| YUV | 126.4 | 200.01 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 254 | 0.37 | 0.67 | 0 | 0.00 | 267.18 | 0.99 | 0.66 |
| Hex | A1 | 54 | FE | 25 | 43 | 0 | 0 | 10B | 63 | 42 |
| Octal | 241 | 124 | 376 | 45 | 103 | 0 | 0 | 413 | 143 | 102 |
| Binary | 10100001 | 1010100 | 11111110 | 100101 | 1000011 | 0 | 0 | 100001011 | 1100011 | 1000010 |
Color Harmonies of #A154FE
Complementary color
Monochromatic Colors of #A154FE
Black with #A154FE
Text Example
Text Example
White with #A154FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A154FE; }
p { color: rgb(161,84,254); }
H1.HeaderClassName
{
color: #A154FE;
}
.AnyTagClassName
{
color: #A154FE;
}
</style>
background-color css
<style>
a { background-color: #A154FE; }
a { background-color: rgb(161,84,254); }
div.DivClassName
{
background-color: #A154FE;
}
.BgClassName
{
background-color: #A154FE;
}
</style>
border-color css
<style>
span { border-color: #A154FE; }
span { border-color: rgb(161,84,254); }
td.TdClassName
{
border-color: #A154FE;
}
.TagClassName
{
border-color: #A154FE;
}
</style>