Shades of Medium Purple #A654FB
Tints of Medium Purple #A654FB
RGB
CMYK
RGB Variations
Color information
#A654FB (or 0xA654FB) is known color: Medium Purple. HEX triplet: A6, 54 and FB. RGB value is (166,84,251). Sum of RGB (Red+Green+Blue) = 166+84+251=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #A654FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A654FB is #59AB04. Grayscale: #7E7E7E. Windows color (decimal): -5876485 or 16471206. OLE color: 16471206.
HSL color Cylindrical-coordinate representation of color #A654FB: hue angle of 269.46º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A654FB is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 84 | 251 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.02 |
| HSL | 269.46º | 0.95% | 0.66% | - |
| HSV(B) | 269.46º | 0.67% | 0.98% | - |
| XYZ | 36.31 | 21.41 | 93.49 | - |
| YUV | 127.56 | 197.67 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 84 | 251 | 0.34 | 0.67 | 0 | 0.02 | 269.46 | 0.95 | 0.66 |
| Hex | A6 | 54 | FB | 22 | 43 | 0 | 2 | 10D | 5F | 42 |
| Octal | 246 | 124 | 373 | 42 | 103 | 0 | 2 | 415 | 137 | 102 |
| Binary | 10100110 | 1010100 | 11111011 | 100010 | 1000011 | 0 | 10 | 100001101 | 1011111 | 1000010 |
Color Harmonies of #A654FB
Complementary color
Monochromatic Colors of #A654FB
Black with #A654FB
Text Example
Text Example
White with #A654FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A654FB; }
p { color: rgb(166,84,251); }
H1.HeaderClassName
{
color: #A654FB;
}
.AnyTagClassName
{
color: #A654FB;
}
</style>
background-color css
<style>
a { background-color: #A654FB; }
a { background-color: rgb(166,84,251); }
div.DivClassName
{
background-color: #A654FB;
}
.BgClassName
{
background-color: #A654FB;
}
</style>
border-color css
<style>
span { border-color: #A654FB; }
span { border-color: rgb(166,84,251); }
td.TdClassName
{
border-color: #A654FB;
}
.TagClassName
{
border-color: #A654FB;
}
</style>