Shades of Medium Purple #A072E9
Tints of Medium Purple #A072E9
RGB
CMYK
RGB Variations
Color information
#A072E9 (or 0xA072E9) is known color: Medium Purple. HEX triplet: A0, 72 and E9. RGB value is (160,114,233). Sum of RGB (Red+Green+Blue) = 160+114+233=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #A072E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A072E9 is #5F8D16. Grayscale: #8C8C8C. Windows color (decimal): -6262039 or 15299232. OLE color: 15299232.
HSL color Cylindrical-coordinate representation of color #A072E9: hue angle of 263.19º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A072E9 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 114 | 233 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.09 |
| HSL | 263.19º | 0.73% | 0.68% | - |
| HSV(B) | 263.19º | 0.51% | 0.91% | - |
| XYZ | 35.22 | 25.39 | 80.14 | - |
| YUV | 141.32 | 179.74 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 233 | 0.31 | 0.51 | 0 | 0.09 | 263.19 | 0.73 | 0.68 |
| Hex | A0 | 72 | E9 | 1F | 33 | 0 | 9 | 107 | 49 | 44 |
| Octal | 240 | 162 | 351 | 37 | 63 | 0 | 11 | 407 | 111 | 104 |
| Binary | 10100000 | 1110010 | 11101001 | 11111 | 110011 | 0 | 1001 | 100000111 | 1001001 | 1000100 |
Color Harmonies of #A072E9
Complementary color
Monochromatic Colors of #A072E9
Black with #A072E9
Text Example
Text Example
White with #A072E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A072E9; }
p { color: rgb(160,114,233); }
H1.HeaderClassName
{
color: #A072E9;
}
.AnyTagClassName
{
color: #A072E9;
}
</style>
background-color css
<style>
a { background-color: #A072E9; }
a { background-color: rgb(160,114,233); }
div.DivClassName
{
background-color: #A072E9;
}
.BgClassName
{
background-color: #A072E9;
}
</style>
border-color css
<style>
span { border-color: #A072E9; }
span { border-color: rgb(160,114,233); }
td.TdClassName
{
border-color: #A072E9;
}
.TagClassName
{
border-color: #A072E9;
}
</style>