Shades of Medium Purple #A154FC
Tints of Medium Purple #A154FC
RGB
CMYK
RGB Variations
Color information
#A154FC (or 0xA154FC) is known color: Medium Purple. HEX triplet: A1, 54 and FC. RGB value is (161,84,252). Sum of RGB (Red+Green+Blue) = 161+84+252=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #A154FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A154FC is #5EAB03. Grayscale: #7D7D7D. Windows color (decimal): -6204164 or 16536737. OLE color: 16536737.
HSL color Cylindrical-coordinate representation of color #A154FC: hue angle of 267.5º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A154FC is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 84 | 252 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.01 |
| HSL | 267.5º | 0.97% | 0.66% | - |
| HSV(B) | 267.5º | 0.67% | 0.99% | - |
| XYZ | 35.44 | 20.95 | 94.27 | - |
| YUV | 126.18 | 199.01 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 252 | 0.36 | 0.67 | 0 | 0.01 | 267.5 | 0.97 | 0.66 |
| Hex | A1 | 54 | FC | 24 | 43 | 0 | 1 | 10C | 61 | 42 |
| Octal | 241 | 124 | 374 | 44 | 103 | 0 | 1 | 414 | 141 | 102 |
| Binary | 10100001 | 1010100 | 11111100 | 100100 | 1000011 | 0 | 1 | 100001100 | 1100001 | 1000010 |
Color Harmonies of #A154FC
Complementary color
Monochromatic Colors of #A154FC
Black with #A154FC
Text Example
Text Example
White with #A154FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A154FC; }
p { color: rgb(161,84,252); }
H1.HeaderClassName
{
color: #A154FC;
}
.AnyTagClassName
{
color: #A154FC;
}
</style>
background-color css
<style>
a { background-color: #A154FC; }
a { background-color: rgb(161,84,252); }
div.DivClassName
{
background-color: #A154FC;
}
.BgClassName
{
background-color: #A154FC;
}
</style>
border-color css
<style>
span { border-color: #A154FC; }
span { border-color: rgb(161,84,252); }
td.TdClassName
{
border-color: #A154FC;
}
.TagClassName
{
border-color: #A154FC;
}
</style>