Shades of Medium Purple #A656FD
Tints of Medium Purple #A656FD
RGB
CMYK
RGB Variations
Color information
#A656FD (or 0xA656FD) is known color: Medium Purple. HEX triplet: A6, 56 and FD. RGB value is (166,86,253). Sum of RGB (Red+Green+Blue) = 166+86+253=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 86 (33.98% from 255 or 17.03% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #A656FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A656FD is #59A902. Grayscale: #808080. Windows color (decimal): -5875971 or 16602790. OLE color: 16602790.
HSL color Cylindrical-coordinate representation of color #A656FD: hue angle of 268.74º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A656FD is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 86 | 253 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.01 |
| HSL | 268.74º | 0.98% | 0.66% | - |
| HSV(B) | 268.74º | 0.66% | 0.99% | - |
| XYZ | 36.78 | 21.85 | 95.21 | - |
| YUV | 128.96 | 198 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 253 | 0.34 | 0.66 | 0 | 0.01 | 268.74 | 0.98 | 0.66 |
| Hex | A6 | 56 | FD | 22 | 42 | 0 | 1 | 10D | 62 | 42 |
| Octal | 246 | 126 | 375 | 42 | 102 | 0 | 1 | 415 | 142 | 102 |
| Binary | 10100110 | 1010110 | 11111101 | 100010 | 1000010 | 0 | 1 | 100001101 | 1100010 | 1000010 |
Color Harmonies of #A656FD
Complementary color
Monochromatic Colors of #A656FD
Black with #A656FD
Text Example
Text Example
White with #A656FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A656FD; }
p { color: rgb(166,86,253); }
H1.HeaderClassName
{
color: #A656FD;
}
.AnyTagClassName
{
color: #A656FD;
}
</style>
background-color css
<style>
a { background-color: #A656FD; }
a { background-color: rgb(166,86,253); }
div.DivClassName
{
background-color: #A656FD;
}
.BgClassName
{
background-color: #A656FD;
}
</style>
border-color css
<style>
span { border-color: #A656FD; }
span { border-color: rgb(166,86,253); }
td.TdClassName
{
border-color: #A656FD;
}
.TagClassName
{
border-color: #A656FD;
}
</style>