Shades of Medium Purple #A56BF4
Tints of Medium Purple #A56BF4
RGB
CMYK
RGB Variations
Color information
#A56BF4 (or 0xA56BF4) is known color: Medium Purple. HEX triplet: A5, 6B and F4. RGB value is (165,107,244). Sum of RGB (Red+Green+Blue) = 165+107+244=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 244 (95.70% from 255 or 47.29% from 516); Max value from RGB is 244 - color contains mainly: blue. Hex color #A56BF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56BF4 is #5A940B. Grayscale: #8B8B8B. Windows color (decimal): -5936140 or 16018341. OLE color: 16018341.
HSL color Cylindrical-coordinate representation of color #A56BF4: hue angle of 265.4º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A56BF4 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 107 | 244 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.04 |
| HSL | 265.4º | 0.86% | 0.69% | - |
| HSV(B) | 265.4º | 0.56% | 0.96% | - |
| XYZ | 37.1 | 25.05 | 88.47 | - |
| YUV | 139.96 | 186.72 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 107 | 244 | 0.32 | 0.56 | 0 | 0.04 | 265.4 | 0.86 | 0.69 |
| Hex | A5 | 6B | F4 | 20 | 38 | 0 | 4 | 109 | 56 | 45 |
| Octal | 245 | 153 | 364 | 40 | 70 | 0 | 4 | 411 | 126 | 105 |
| Binary | 10100101 | 1101011 | 11110100 | 100000 | 111000 | 0 | 100 | 100001001 | 1010110 | 1000101 |
Color Harmonies of #A56BF4
Complementary color
Monochromatic Colors of #A56BF4
Black with #A56BF4
Text Example
Text Example
White with #A56BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56BF4; }
p { color: rgb(165,107,244); }
H1.HeaderClassName
{
color: #A56BF4;
}
.AnyTagClassName
{
color: #A56BF4;
}
</style>
background-color css
<style>
a { background-color: #A56BF4; }
a { background-color: rgb(165,107,244); }
div.DivClassName
{
background-color: #A56BF4;
}
.BgClassName
{
background-color: #A56BF4;
}
</style>
border-color css
<style>
span { border-color: #A56BF4; }
span { border-color: rgb(165,107,244); }
td.TdClassName
{
border-color: #A56BF4;
}
.TagClassName
{
border-color: #A56BF4;
}
</style>