Shades of Medium Purple #A56FF3
Tints of Medium Purple #A56FF3
RGB
CMYK
RGB Variations
Color information
#A56FF3 (or 0xA56FF3) is known color: Medium Purple. HEX triplet: A5, 6F and F3. RGB value is (165,111,243). Sum of RGB (Red+Green+Blue) = 165+111+243=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 243 (95.31% from 255 or 46.82% from 519); Max value from RGB is 243 - color contains mainly: blue. Hex color #A56FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56FF3 is #5A900C. Grayscale: #8D8D8D. Windows color (decimal): -5935117 or 15953829. OLE color: 15953829.
HSL color Cylindrical-coordinate representation of color #A56FF3: hue angle of 264.55º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A56FF3 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 111 | 243 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.05 |
| HSL | 264.55º | 0.85% | 0.69% | - |
| HSV(B) | 264.55º | 0.54% | 0.95% | - |
| XYZ | 37.38 | 25.84 | 87.81 | - |
| YUV | 142.19 | 184.89 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 111 | 243 | 0.32 | 0.54 | 0 | 0.05 | 264.55 | 0.85 | 0.69 |
| Hex | A5 | 6F | F3 | 20 | 36 | 0 | 5 | 109 | 55 | 45 |
| Octal | 245 | 157 | 363 | 40 | 66 | 0 | 5 | 411 | 125 | 105 |
| Binary | 10100101 | 1101111 | 11110011 | 100000 | 110110 | 0 | 101 | 100001001 | 1010101 | 1000101 |
Color Harmonies of #A56FF3
Complementary color
Monochromatic Colors of #A56FF3
Black with #A56FF3
Text Example
Text Example
White with #A56FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56FF3; }
p { color: rgb(165,111,243); }
H1.HeaderClassName
{
color: #A56FF3;
}
.AnyTagClassName
{
color: #A56FF3;
}
</style>
background-color css
<style>
a { background-color: #A56FF3; }
a { background-color: rgb(165,111,243); }
div.DivClassName
{
background-color: #A56FF3;
}
.BgClassName
{
background-color: #A56FF3;
}
</style>
border-color css
<style>
span { border-color: #A56FF3; }
span { border-color: rgb(165,111,243); }
td.TdClassName
{
border-color: #A56FF3;
}
.TagClassName
{
border-color: #A56FF3;
}
</style>