Shades of Medium Purple #A572EC
Tints of Medium Purple #A572EC
RGB
CMYK
RGB Variations
Color information
#A572EC (or 0xA572EC) is known color: Medium Purple. HEX triplet: A5, 72 and EC. RGB value is (165,114,236). Sum of RGB (Red+Green+Blue) = 165+114+236=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #A572EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A572EC is #5A8D13. Grayscale: #8E8E8E. Windows color (decimal): -5934356 or 15495845. OLE color: 15495845.
HSL color Cylindrical-coordinate representation of color #A572EC: hue angle of 265.08º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A572EC is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 114 | 236 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.07 |
| HSL | 265.08º | 0.76% | 0.69% | - |
| HSV(B) | 265.08º | 0.52% | 0.93% | - |
| XYZ | 36.67 | 26.09 | 82.46 | - |
| YUV | 143.16 | 180.4 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 114 | 236 | 0.30 | 0.52 | 0 | 0.07 | 265.08 | 0.76 | 0.69 |
| Hex | A5 | 72 | EC | 1E | 34 | 0 | 7 | 109 | 4C | 45 |
| Octal | 245 | 162 | 354 | 36 | 64 | 0 | 7 | 411 | 114 | 105 |
| Binary | 10100101 | 1110010 | 11101100 | 11110 | 110100 | 0 | 111 | 100001001 | 1001100 | 1000101 |
Color Harmonies of #A572EC
Complementary color
Monochromatic Colors of #A572EC
Black with #A572EC
Text Example
Text Example
White with #A572EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A572EC; }
p { color: rgb(165,114,236); }
H1.HeaderClassName
{
color: #A572EC;
}
.AnyTagClassName
{
color: #A572EC;
}
</style>
background-color css
<style>
a { background-color: #A572EC; }
a { background-color: rgb(165,114,236); }
div.DivClassName
{
background-color: #A572EC;
}
.BgClassName
{
background-color: #A572EC;
}
</style>
border-color css
<style>
span { border-color: #A572EC; }
span { border-color: rgb(165,114,236); }
td.TdClassName
{
border-color: #A572EC;
}
.TagClassName
{
border-color: #A572EC;
}
</style>