Shades of Medium Purple #A56FEE
Tints of Medium Purple #A56FEE
RGB
CMYK
RGB Variations
Color information
#A56FEE (or 0xA56FEE) is known color: Medium Purple. HEX triplet: A5, 6F and EE. RGB value is (165,111,238). Sum of RGB (Red+Green+Blue) = 165+111+238=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #A56FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56FEE is #5A9011. Grayscale: #8D8D8D. Windows color (decimal): -5935122 or 15626149. OLE color: 15626149.
HSL color Cylindrical-coordinate representation of color #A56FEE: hue angle of 265.51º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A56FEE is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 111 | 238 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.07 |
| HSL | 265.51º | 0.79% | 0.68% | - |
| HSV(B) | 265.51º | 0.53% | 0.93% | - |
| XYZ | 36.63 | 25.54 | 83.89 | - |
| YUV | 141.62 | 182.39 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 111 | 238 | 0.31 | 0.53 | 0 | 0.07 | 265.51 | 0.79 | 0.68 |
| Hex | A5 | 6F | EE | 1F | 35 | 0 | 7 | 10A | 4F | 44 |
| Octal | 245 | 157 | 356 | 37 | 65 | 0 | 7 | 412 | 117 | 104 |
| Binary | 10100101 | 1101111 | 11101110 | 11111 | 110101 | 0 | 111 | 100001010 | 1001111 | 1000100 |
Color Harmonies of #A56FEE
Complementary color
Monochromatic Colors of #A56FEE
Black with #A56FEE
Text Example
Text Example
White with #A56FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56FEE; }
p { color: rgb(165,111,238); }
H1.HeaderClassName
{
color: #A56FEE;
}
.AnyTagClassName
{
color: #A56FEE;
}
</style>
background-color css
<style>
a { background-color: #A56FEE; }
a { background-color: rgb(165,111,238); }
div.DivClassName
{
background-color: #A56FEE;
}
.BgClassName
{
background-color: #A56FEE;
}
</style>
border-color css
<style>
span { border-color: #A56FEE; }
span { border-color: rgb(165,111,238); }
td.TdClassName
{
border-color: #A56FEE;
}
.TagClassName
{
border-color: #A56FEE;
}
</style>