Shades of Medium Purple #A272D9
Tints of Medium Purple #A272D9
RGB
CMYK
RGB Variations
Color information
#A272D9 (or 0xA272D9) is known color: Medium Purple. HEX triplet: A2, 72 and D9. RGB value is (162,114,217). Sum of RGB (Red+Green+Blue) = 162+114+217=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 217 - color contains mainly: blue. Hex color #A272D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A272D9 is #5D8D26. Grayscale: #8B8B8B. Windows color (decimal): -6130983 or 14250658. OLE color: 14250658.
HSL color Cylindrical-coordinate representation of color #A272D9: hue angle of 267.96º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A272D9 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 114 | 217 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.15 |
| HSL | 267.96º | 0.58% | 0.65% | - |
| HSV(B) | 267.96º | 0.47% | 0.85% | - |
| XYZ | 33.44 | 24.73 | 68.66 | - |
| YUV | 140.09 | 171.4 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 217 | 0.25 | 0.47 | 0 | 0.15 | 267.96 | 0.58 | 0.65 |
| Hex | A2 | 72 | D9 | 19 | 2F | 0 | F | 10C | 3A | 41 |
| Octal | 242 | 162 | 331 | 31 | 57 | 0 | 17 | 414 | 72 | 101 |
| Binary | 10100010 | 1110010 | 11011001 | 11001 | 101111 | 0 | 1111 | 100001100 | 111010 | 1000001 |
Color Harmonies of #A272D9
Complementary color
Monochromatic Colors of #A272D9
Black with #A272D9
Text Example
Text Example
White with #A272D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A272D9; }
p { color: rgb(162,114,217); }
H1.HeaderClassName
{
color: #A272D9;
}
.AnyTagClassName
{
color: #A272D9;
}
</style>
background-color css
<style>
a { background-color: #A272D9; }
a { background-color: rgb(162,114,217); }
div.DivClassName
{
background-color: #A272D9;
}
.BgClassName
{
background-color: #A272D9;
}
</style>
border-color css
<style>
span { border-color: #A272D9; }
span { border-color: rgb(162,114,217); }
td.TdClassName
{
border-color: #A272D9;
}
.TagClassName
{
border-color: #A272D9;
}
</style>