Shades of Medium Purple #A272EC
Tints of Medium Purple #A272EC
RGB
CMYK
RGB Variations
Color information
#A272EC (or 0xA272EC) is known color: Medium Purple. HEX triplet: A2, 72 and EC. RGB value is (162,114,236). Sum of RGB (Red+Green+Blue) = 162+114+236=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #A272EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A272EC is #5D8D13. Grayscale: #8D8D8D. Windows color (decimal): -6130964 or 15495842. OLE color: 15495842.
HSL color Cylindrical-coordinate representation of color #A272EC: hue angle of 263.61º 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 #A272EC is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 114 | 236 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.07 |
| HSL | 263.61º | 0.76% | 0.69% | - |
| HSV(B) | 263.61º | 0.52% | 0.93% | - |
| XYZ | 36.06 | 25.77 | 82.43 | - |
| YUV | 142.26 | 180.9 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 236 | 0.31 | 0.52 | 0 | 0.07 | 263.61 | 0.76 | 0.69 |
| Hex | A2 | 72 | EC | 1F | 34 | 0 | 7 | 108 | 4C | 45 |
| Octal | 242 | 162 | 354 | 37 | 64 | 0 | 7 | 410 | 114 | 105 |
| Binary | 10100010 | 1110010 | 11101100 | 11111 | 110100 | 0 | 111 | 100001000 | 1001100 | 1000101 |
Color Harmonies of #A272EC
Complementary color
Monochromatic Colors of #A272EC
Black with #A272EC
Text Example
Text Example
White with #A272EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A272EC; }
p { color: rgb(162,114,236); }
H1.HeaderClassName
{
color: #A272EC;
}
.AnyTagClassName
{
color: #A272EC;
}
</style>
background-color css
<style>
a { background-color: #A272EC; }
a { background-color: rgb(162,114,236); }
div.DivClassName
{
background-color: #A272EC;
}
.BgClassName
{
background-color: #A272EC;
}
</style>
border-color css
<style>
span { border-color: #A272EC; }
span { border-color: rgb(162,114,236); }
td.TdClassName
{
border-color: #A272EC;
}
.TagClassName
{
border-color: #A272EC;
}
</style>