Shades of Medium Purple #A272FA
Tints of Medium Purple #A272FA
RGB
CMYK
RGB Variations
Color information
#A272FA (or 0xA272FA) is known color: Medium Purple. HEX triplet: A2, 72 and FA. RGB value is (162,114,250). Sum of RGB (Red+Green+Blue) = 162+114+250=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #A272FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A272FA is #5D8D05. Grayscale: #8F8F8F. Windows color (decimal): -6130950 or 16413346. OLE color: 16413346.
HSL color Cylindrical-coordinate representation of color #A272FA: hue angle of 261.18º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A272FA is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 114 | 250 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.02 |
| HSL | 261.18º | 0.93% | 0.71% | - |
| HSV(B) | 261.18º | 0.54% | 0.98% | - |
| XYZ | 38.17 | 26.62 | 93.57 | - |
| YUV | 143.86 | 187.9 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 250 | 0.35 | 0.54 | 0 | 0.02 | 261.18 | 0.93 | 0.71 |
| Hex | A2 | 72 | FA | 23 | 36 | 0 | 2 | 105 | 5D | 47 |
| Octal | 242 | 162 | 372 | 43 | 66 | 0 | 2 | 405 | 135 | 107 |
| Binary | 10100010 | 1110010 | 11111010 | 100011 | 110110 | 0 | 10 | 100000101 | 1011101 | 1000111 |
Color Harmonies of #A272FA
Complementary color
Monochromatic Colors of #A272FA
Black with #A272FA
Text Example
Text Example
White with #A272FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A272FA; }
p { color: rgb(162,114,250); }
H1.HeaderClassName
{
color: #A272FA;
}
.AnyTagClassName
{
color: #A272FA;
}
</style>
background-color css
<style>
a { background-color: #A272FA; }
a { background-color: rgb(162,114,250); }
div.DivClassName
{
background-color: #A272FA;
}
.BgClassName
{
background-color: #A272FA;
}
</style>
border-color css
<style>
span { border-color: #A272FA; }
span { border-color: rgb(162,114,250); }
td.TdClassName
{
border-color: #A272FA;
}
.TagClassName
{
border-color: #A272FA;
}
</style>