Shades of Medium Purple #A272E5
Tints of Medium Purple #A272E5
RGB
CMYK
RGB Variations
Color information
#A272E5 (or 0xA272E5) is known color: Medium Purple. HEX triplet: A2, 72 and E5. RGB value is (162,114,229). Sum of RGB (Red+Green+Blue) = 162+114+229=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 229 - color contains mainly: blue. Hex color #A272E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A272E5 is #5D8D1A. Grayscale: #8D8D8D. Windows color (decimal): -6130971 or 15037090. OLE color: 15037090.
HSL color Cylindrical-coordinate representation of color #A272E5: hue angle of 265.04º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A272E5 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 114 | 229 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.10 |
| HSL | 265.04º | 0.69% | 0.67% | - |
| HSV(B) | 265.04º | 0.5% | 0.9% | - |
| XYZ | 35.06 | 25.37 | 77.18 | - |
| YUV | 141.46 | 177.4 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 229 | 0.29 | 0.50 | 0 | 0.10 | 265.04 | 0.69 | 0.67 |
| Hex | A2 | 72 | E5 | 1D | 32 | 0 | A | 109 | 45 | 43 |
| Octal | 242 | 162 | 345 | 35 | 62 | 0 | 12 | 411 | 105 | 103 |
| Binary | 10100010 | 1110010 | 11100101 | 11101 | 110010 | 0 | 1010 | 100001001 | 1000101 | 1000011 |
Color Harmonies of #A272E5
Complementary color
Monochromatic Colors of #A272E5
Black with #A272E5
Text Example
Text Example
White with #A272E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A272E5; }
p { color: rgb(162,114,229); }
H1.HeaderClassName
{
color: #A272E5;
}
.AnyTagClassName
{
color: #A272E5;
}
</style>
background-color css
<style>
a { background-color: #A272E5; }
a { background-color: rgb(162,114,229); }
div.DivClassName
{
background-color: #A272E5;
}
.BgClassName
{
background-color: #A272E5;
}
</style>
border-color css
<style>
span { border-color: #A272E5; }
span { border-color: rgb(162,114,229); }
td.TdClassName
{
border-color: #A272E5;
}
.TagClassName
{
border-color: #A272E5;
}
</style>