Shades of Medium Purple #A654FD
Tints of Medium Purple #A654FD
RGB
CMYK
RGB Variations
Color information
#A654FD (or 0xA654FD) is known color: Medium Purple. HEX triplet: A6, 54 and FD. RGB value is (166,84,253). Sum of RGB (Red+Green+Blue) = 166+84+253=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 84 (33.20% from 255 or 16.70% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #A654FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A654FD is #59AB02. Grayscale: #7F7F7F. Windows color (decimal): -5876483 or 16602278. OLE color: 16602278.
HSL color Cylindrical-coordinate representation of color #A654FD: hue angle of 269.11º degrees, saturation: 0.98, 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 #A654FD is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 84 | 253 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.01 |
| HSL | 269.11º | 0.98% | 0.66% | - |
| HSV(B) | 269.11º | 0.67% | 0.99% | - |
| XYZ | 36.63 | 21.54 | 95.16 | - |
| YUV | 127.78 | 198.67 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 84 | 253 | 0.34 | 0.67 | 0 | 0.01 | 269.11 | 0.98 | 0.66 |
| Hex | A6 | 54 | FD | 22 | 43 | 0 | 1 | 10D | 62 | 42 |
| Octal | 246 | 124 | 375 | 42 | 103 | 0 | 1 | 415 | 142 | 102 |
| Binary | 10100110 | 1010100 | 11111101 | 100010 | 1000011 | 0 | 1 | 100001101 | 1100010 | 1000010 |
Color Harmonies of #A654FD
Complementary color
Monochromatic Colors of #A654FD
Black with #A654FD
Text Example
Text Example
White with #A654FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A654FD; }
p { color: rgb(166,84,253); }
H1.HeaderClassName
{
color: #A654FD;
}
.AnyTagClassName
{
color: #A654FD;
}
</style>
background-color css
<style>
a { background-color: #A654FD; }
a { background-color: rgb(166,84,253); }
div.DivClassName
{
background-color: #A654FD;
}
.BgClassName
{
background-color: #A654FD;
}
</style>
border-color css
<style>
span { border-color: #A654FD; }
span { border-color: rgb(166,84,253); }
td.TdClassName
{
border-color: #A654FD;
}
.TagClassName
{
border-color: #A654FD;
}
</style>