Shades of Medium Purple #A654FF
Tints of Medium Purple #A654FF
RGB
CMYK
RGB Variations
Color information
#A654FF (or 0xA654FF) is known color: Medium Purple. HEX triplet: A6, 54 and FF. RGB value is (166,84,255). Sum of RGB (Red+Green+Blue) = 166+84+255=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 84 (33.20% from 255 or 16.63% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #A654FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A654FF is #59AB00. Grayscale: #7F7F7F. Windows color (decimal): -5876481 or 16733350. OLE color: 16733350.
HSL color Cylindrical-coordinate representation of color #A654FF: hue angle of 268.77º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A654FF is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 84 | 255 | - |
| CMYK | 0.35 | 0.67 | 0 | 0 |
| HSL | 268.77º | 1% | 0.66% | - |
| HSV(B) | 268.77º | 0.67% | 1% | - |
| XYZ | 36.95 | 21.67 | 96.84 | - |
| YUV | 128.01 | 199.67 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 84 | 255 | 0.35 | 0.67 | 0 | 0 | 268.77 | 1 | 0.66 |
| Hex | A6 | 54 | FF | 23 | 43 | 0 | 0 | 10D | 64 | 42 |
| Octal | 246 | 124 | 377 | 43 | 103 | 0 | 0 | 415 | 144 | 102 |
| Binary | 10100110 | 1010100 | 11111111 | 100011 | 1000011 | 0 | 0 | 100001101 | 1100100 | 1000010 |
Color Harmonies of #A654FF
Complementary color
Monochromatic Colors of #A654FF
Black with #A654FF
Text Example
Text Example
White with #A654FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A654FF; }
p { color: rgb(166,84,255); }
H1.HeaderClassName
{
color: #A654FF;
}
.AnyTagClassName
{
color: #A654FF;
}
</style>
background-color css
<style>
a { background-color: #A654FF; }
a { background-color: rgb(166,84,255); }
div.DivClassName
{
background-color: #A654FF;
}
.BgClassName
{
background-color: #A654FF;
}
</style>
border-color css
<style>
span { border-color: #A654FF; }
span { border-color: rgb(166,84,255); }
td.TdClassName
{
border-color: #A654FF;
}
.TagClassName
{
border-color: #A654FF;
}
</style>