Shades of Medium Purple #A272EE
Tints of Medium Purple #A272EE
RGB
CMYK
RGB Variations
Color information
#A272EE (or 0xA272EE) is known color: Medium Purple. HEX triplet: A2, 72 and EE. RGB value is (162,114,238). Sum of RGB (Red+Green+Blue) = 162+114+238=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 114 (44.92% from 255 or 22.18% 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 #A272EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A272EE is #5D8D11. Grayscale: #8E8E8E. Windows color (decimal): -6130962 or 15626914. OLE color: 15626914.
HSL color Cylindrical-coordinate representation of color #A272EE: hue angle of 263.23º degrees, saturation: 0.78, 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 #A272EE is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 114 | 238 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.07 |
| HSL | 263.23º | 0.78% | 0.69% | - |
| HSV(B) | 263.23º | 0.52% | 0.93% | - |
| XYZ | 36.35 | 25.89 | 83.97 | - |
| YUV | 142.49 | 181.9 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 238 | 0.32 | 0.52 | 0 | 0.07 | 263.23 | 0.78 | 0.69 |
| Hex | A2 | 72 | EE | 20 | 34 | 0 | 7 | 107 | 4E | 45 |
| Octal | 242 | 162 | 356 | 40 | 64 | 0 | 7 | 407 | 116 | 105 |
| Binary | 10100010 | 1110010 | 11101110 | 100000 | 110100 | 0 | 111 | 100000111 | 1001110 | 1000101 |
Color Harmonies of #A272EE
Complementary color
Monochromatic Colors of #A272EE
Black with #A272EE
Text Example
Text Example
White with #A272EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A272EE; }
p { color: rgb(162,114,238); }
H1.HeaderClassName
{
color: #A272EE;
}
.AnyTagClassName
{
color: #A272EE;
}
</style>
background-color css
<style>
a { background-color: #A272EE; }
a { background-color: rgb(162,114,238); }
div.DivClassName
{
background-color: #A272EE;
}
.BgClassName
{
background-color: #A272EE;
}
</style>
border-color css
<style>
span { border-color: #A272EE; }
span { border-color: rgb(162,114,238); }
td.TdClassName
{
border-color: #A272EE;
}
.TagClassName
{
border-color: #A272EE;
}
</style>