Shades of Medium Purple #A56DF2
Tints of Medium Purple #A56DF2
RGB
CMYK
RGB Variations
Color information
#A56DF2 (or 0xA56DF2) is known color: Medium Purple. HEX triplet: A5, 6D and F2. RGB value is (165,109,242). Sum of RGB (Red+Green+Blue) = 165+109+242=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #A56DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56DF2 is #5A920D. Grayscale: #8C8C8C. Windows color (decimal): -5935630 or 15887781. OLE color: 15887781.
HSL color Cylindrical-coordinate representation of color #A56DF2: hue angle of 265.26º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A56DF2 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 109 | 242 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.05 |
| HSL | 265.26º | 0.84% | 0.69% | - |
| HSV(B) | 265.26º | 0.55% | 0.95% | - |
| XYZ | 37.01 | 25.35 | 86.95 | - |
| YUV | 140.91 | 185.05 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 109 | 242 | 0.32 | 0.55 | 0 | 0.05 | 265.26 | 0.84 | 0.69 |
| Hex | A5 | 6D | F2 | 20 | 37 | 0 | 5 | 109 | 54 | 45 |
| Octal | 245 | 155 | 362 | 40 | 67 | 0 | 5 | 411 | 124 | 105 |
| Binary | 10100101 | 1101101 | 11110010 | 100000 | 110111 | 0 | 101 | 100001001 | 1010100 | 1000101 |
Color Harmonies of #A56DF2
Complementary color
Monochromatic Colors of #A56DF2
Black with #A56DF2
Text Example
Text Example
White with #A56DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56DF2; }
p { color: rgb(165,109,242); }
H1.HeaderClassName
{
color: #A56DF2;
}
.AnyTagClassName
{
color: #A56DF2;
}
</style>
background-color css
<style>
a { background-color: #A56DF2; }
a { background-color: rgb(165,109,242); }
div.DivClassName
{
background-color: #A56DF2;
}
.BgClassName
{
background-color: #A56DF2;
}
</style>
border-color css
<style>
span { border-color: #A56DF2; }
span { border-color: rgb(165,109,242); }
td.TdClassName
{
border-color: #A56DF2;
}
.TagClassName
{
border-color: #A56DF2;
}
</style>