Shades of Medium Purple #A56FEA
Tints of Medium Purple #A56FEA
RGB
CMYK
RGB Variations
Color information
#A56FEA (or 0xA56FEA) is known color: Medium Purple. HEX triplet: A5, 6F and EA. RGB value is (165,111,234). Sum of RGB (Red+Green+Blue) = 165+111+234=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #A56FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56FEA is #5A9015. Grayscale: #8C8C8C. Windows color (decimal): -5935126 or 15364005. OLE color: 15364005.
HSL color Cylindrical-coordinate representation of color #A56FEA: hue angle of 266.34º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A56FEA is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 111 | 234 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.08 |
| HSL | 266.34º | 0.75% | 0.68% | - |
| HSV(B) | 266.34º | 0.53% | 0.92% | - |
| XYZ | 36.05 | 25.31 | 80.83 | - |
| YUV | 141.17 | 180.39 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 111 | 234 | 0.29 | 0.53 | 0 | 0.08 | 266.34 | 0.75 | 0.68 |
| Hex | A5 | 6F | EA | 1D | 35 | 0 | 8 | 10A | 4B | 44 |
| Octal | 245 | 157 | 352 | 35 | 65 | 0 | 10 | 412 | 113 | 104 |
| Binary | 10100101 | 1101111 | 11101010 | 11101 | 110101 | 0 | 1000 | 100001010 | 1001011 | 1000100 |
Color Harmonies of #A56FEA
Complementary color
Monochromatic Colors of #A56FEA
Black with #A56FEA
Text Example
Text Example
White with #A56FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56FEA; }
p { color: rgb(165,111,234); }
H1.HeaderClassName
{
color: #A56FEA;
}
.AnyTagClassName
{
color: #A56FEA;
}
</style>
background-color css
<style>
a { background-color: #A56FEA; }
a { background-color: rgb(165,111,234); }
div.DivClassName
{
background-color: #A56FEA;
}
.BgClassName
{
background-color: #A56FEA;
}
</style>
border-color css
<style>
span { border-color: #A56FEA; }
span { border-color: rgb(165,111,234); }
td.TdClassName
{
border-color: #A56FEA;
}
.TagClassName
{
border-color: #A56FEA;
}
</style>