Shades of Medium Purple #A654FA
Tints of Medium Purple #A654FA
RGB
CMYK
RGB Variations
Color information
#A654FA (or 0xA654FA) is known color: Medium Purple. HEX triplet: A6, 54 and FA. RGB value is (166,84,250). Sum of RGB (Red+Green+Blue) = 166+84+250=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 84 (33.20% from 255 or 16.8% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #A654FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A654FA is #59AB05. Grayscale: #7E7E7E. Windows color (decimal): -5876486 or 16405670. OLE color: 16405670.
HSL color Cylindrical-coordinate representation of color #A654FA: hue angle of 269.64º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A654FA is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 84 | 250 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.02 |
| HSL | 269.64º | 0.94% | 0.65% | - |
| HSV(B) | 269.64º | 0.66% | 0.98% | - |
| XYZ | 36.15 | 21.35 | 92.66 | - |
| YUV | 127.44 | 197.17 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 84 | 250 | 0.34 | 0.66 | 0 | 0.02 | 269.64 | 0.94 | 0.65 |
| Hex | A6 | 54 | FA | 22 | 42 | 0 | 2 | 10E | 5E | 41 |
| Octal | 246 | 124 | 372 | 42 | 102 | 0 | 2 | 416 | 136 | 101 |
| Binary | 10100110 | 1010100 | 11111010 | 100010 | 1000010 | 0 | 10 | 100001110 | 1011110 | 1000001 |
Color Harmonies of #A654FA
Complementary color
Monochromatic Colors of #A654FA
Black with #A654FA
Text Example
Text Example
White with #A654FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A654FA; }
p { color: rgb(166,84,250); }
H1.HeaderClassName
{
color: #A654FA;
}
.AnyTagClassName
{
color: #A654FA;
}
</style>
background-color css
<style>
a { background-color: #A654FA; }
a { background-color: rgb(166,84,250); }
div.DivClassName
{
background-color: #A654FA;
}
.BgClassName
{
background-color: #A654FA;
}
</style>
border-color css
<style>
span { border-color: #A654FA; }
span { border-color: rgb(166,84,250); }
td.TdClassName
{
border-color: #A654FA;
}
.TagClassName
{
border-color: #A654FA;
}
</style>