Shades of Medium Purple #A56AF3
Tints of Medium Purple #A56AF3
RGB
CMYK
RGB Variations
Color information
#A56AF3 (or 0xA56AF3) is known color: Medium Purple. HEX triplet: A5, 6A and F3. RGB value is (165,106,243). Sum of RGB (Red+Green+Blue) = 165+106+243=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #A56AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56AF3 is #5A950C. Grayscale: #8A8A8A. Windows color (decimal): -5936397 or 15952549. OLE color: 15952549.
HSL color Cylindrical-coordinate representation of color #A56AF3: hue angle of 265.84º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A56AF3 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 106 | 243 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.05 |
| HSL | 265.84º | 0.85% | 0.68% | - |
| HSV(B) | 265.84º | 0.56% | 0.95% | - |
| XYZ | 36.85 | 24.78 | 87.63 | - |
| YUV | 139.26 | 186.55 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 106 | 243 | 0.32 | 0.56 | 0 | 0.05 | 265.84 | 0.85 | 0.68 |
| Hex | A5 | 6A | F3 | 20 | 38 | 0 | 5 | 10A | 55 | 44 |
| Octal | 245 | 152 | 363 | 40 | 70 | 0 | 5 | 412 | 125 | 104 |
| Binary | 10100101 | 1101010 | 11110011 | 100000 | 111000 | 0 | 101 | 100001010 | 1010101 | 1000100 |
Color Harmonies of #A56AF3
Complementary color
Monochromatic Colors of #A56AF3
Black with #A56AF3
Text Example
Text Example
White with #A56AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56AF3; }
p { color: rgb(165,106,243); }
H1.HeaderClassName
{
color: #A56AF3;
}
.AnyTagClassName
{
color: #A56AF3;
}
</style>
background-color css
<style>
a { background-color: #A56AF3; }
a { background-color: rgb(165,106,243); }
div.DivClassName
{
background-color: #A56AF3;
}
.BgClassName
{
background-color: #A56AF3;
}
</style>
border-color css
<style>
span { border-color: #A56AF3; }
span { border-color: rgb(165,106,243); }
td.TdClassName
{
border-color: #A56AF3;
}
.TagClassName
{
border-color: #A56AF3;
}
</style>