Shades of Medium Purple #A56CF1
Tints of Medium Purple #A56CF1
RGB
CMYK
RGB Variations
Color information
#A56CF1 (or 0xA56CF1) is known color: Medium Purple. HEX triplet: A5, 6C and F1. RGB value is (165,108,241). Sum of RGB (Red+Green+Blue) = 165+108+241=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #A56CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56CF1 is #5A930E. Grayscale: #8B8B8B. Windows color (decimal): -5935887 or 15821989. OLE color: 15821989.
HSL color Cylindrical-coordinate representation of color #A56CF1: hue angle of 265.71º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A56CF1 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 108 | 241 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.05 |
| HSL | 265.71º | 0.83% | 0.68% | - |
| HSV(B) | 265.71º | 0.55% | 0.95% | - |
| XYZ | 36.76 | 25.08 | 86.12 | - |
| YUV | 140.21 | 184.88 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 108 | 241 | 0.32 | 0.55 | 0 | 0.05 | 265.71 | 0.83 | 0.68 |
| Hex | A5 | 6C | F1 | 20 | 37 | 0 | 5 | 10A | 53 | 44 |
| Octal | 245 | 154 | 361 | 40 | 67 | 0 | 5 | 412 | 123 | 104 |
| Binary | 10100101 | 1101100 | 11110001 | 100000 | 110111 | 0 | 101 | 100001010 | 1010011 | 1000100 |
Color Harmonies of #A56CF1
Complementary color
Monochromatic Colors of #A56CF1
Black with #A56CF1
Text Example
Text Example
White with #A56CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56CF1; }
p { color: rgb(165,108,241); }
H1.HeaderClassName
{
color: #A56CF1;
}
.AnyTagClassName
{
color: #A56CF1;
}
</style>
background-color css
<style>
a { background-color: #A56CF1; }
a { background-color: rgb(165,108,241); }
div.DivClassName
{
background-color: #A56CF1;
}
.BgClassName
{
background-color: #A56CF1;
}
</style>
border-color css
<style>
span { border-color: #A56CF1; }
span { border-color: rgb(165,108,241); }
td.TdClassName
{
border-color: #A56CF1;
}
.TagClassName
{
border-color: #A56CF1;
}
</style>