Shades of Medium Purple #A56AF7
Tints of Medium Purple #A56AF7
RGB
CMYK
RGB Variations
Color information
#A56AF7 (or 0xA56AF7) is known color: Medium Purple. HEX triplet: A5, 6A and F7. RGB value is (165,106,247). Sum of RGB (Red+Green+Blue) = 165+106+247=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 247 - color contains mainly: blue. Hex color #A56AF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56AF7 is #5A9508. Grayscale: #8B8B8B. Windows color (decimal): -5936393 or 16214693. OLE color: 16214693.
HSL color Cylindrical-coordinate representation of color #A56AF7: hue angle of 265.11º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A56AF7 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 106 | 247 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.03 |
| HSL | 265.11º | 0.9% | 0.69% | - |
| HSV(B) | 265.11º | 0.57% | 0.97% | - |
| XYZ | 37.46 | 25.02 | 90.85 | - |
| YUV | 139.72 | 188.55 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 106 | 247 | 0.33 | 0.57 | 0 | 0.03 | 265.11 | 0.9 | 0.69 |
| Hex | A5 | 6A | F7 | 21 | 39 | 0 | 3 | 109 | 5A | 45 |
| Octal | 245 | 152 | 367 | 41 | 71 | 0 | 3 | 411 | 132 | 105 |
| Binary | 10100101 | 1101010 | 11110111 | 100001 | 111001 | 0 | 11 | 100001001 | 1011010 | 1000101 |
Color Harmonies of #A56AF7
Complementary color
Monochromatic Colors of #A56AF7
Black with #A56AF7
Text Example
Text Example
White with #A56AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56AF7; }
p { color: rgb(165,106,247); }
H1.HeaderClassName
{
color: #A56AF7;
}
.AnyTagClassName
{
color: #A56AF7;
}
</style>
background-color css
<style>
a { background-color: #A56AF7; }
a { background-color: rgb(165,106,247); }
div.DivClassName
{
background-color: #A56AF7;
}
.BgClassName
{
background-color: #A56AF7;
}
</style>
border-color css
<style>
span { border-color: #A56AF7; }
span { border-color: rgb(165,106,247); }
td.TdClassName
{
border-color: #A56AF7;
}
.TagClassName
{
border-color: #A56AF7;
}
</style>