Shades of Medium Purple #A656F6
Tints of Medium Purple #A656F6
RGB
CMYK
RGB Variations
Color information
#A656F6 (or 0xA656F6) is known color: Medium Purple. HEX triplet: A6, 56 and F6. RGB value is (166,86,246). Sum of RGB (Red+Green+Blue) = 166+86+246=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 86 (33.98% from 255 or 17.27% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #A656F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A656F6 is #59A909. Grayscale: #7F7F7F. Windows color (decimal): -5875978 or 16144038. OLE color: 16144038.
HSL color Cylindrical-coordinate representation of color #A656F6: hue angle of 270º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A656F6 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 86 | 246 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.04 |
| HSL | 270º | 0.9% | 0.65% | - |
| HSV(B) | 270º | 0.65% | 0.96% | - |
| XYZ | 35.69 | 21.42 | 89.44 | - |
| YUV | 128.16 | 194.5 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 246 | 0.33 | 0.65 | 0 | 0.04 | 270 | 0.9 | 0.65 |
| Hex | A6 | 56 | F6 | 21 | 41 | 0 | 4 | 10E | 5A | 41 |
| Octal | 246 | 126 | 366 | 41 | 101 | 0 | 4 | 416 | 132 | 101 |
| Binary | 10100110 | 1010110 | 11110110 | 100001 | 1000001 | 0 | 100 | 100001110 | 1011010 | 1000001 |
Color Harmonies of #A656F6
Complementary color
Monochromatic Colors of #A656F6
Black with #A656F6
Text Example
Text Example
White with #A656F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A656F6; }
p { color: rgb(166,86,246); }
H1.HeaderClassName
{
color: #A656F6;
}
.AnyTagClassName
{
color: #A656F6;
}
</style>
background-color css
<style>
a { background-color: #A656F6; }
a { background-color: rgb(166,86,246); }
div.DivClassName
{
background-color: #A656F6;
}
.BgClassName
{
background-color: #A656F6;
}
</style>
border-color css
<style>
span { border-color: #A656F6; }
span { border-color: rgb(166,86,246); }
td.TdClassName
{
border-color: #A656F6;
}
.TagClassName
{
border-color: #A656F6;
}
</style>