Shades of Medium Purple #A072E2
Tints of Medium Purple #A072E2
RGB
CMYK
RGB Variations
Color information
#A072E2 (or 0xA072E2) is known color: Medium Purple. HEX triplet: A0, 72 and E2. RGB value is (160,114,226). Sum of RGB (Red+Green+Blue) = 160+114+226=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 226 (88.67% from 255 or 45.2% from 500); Max value from RGB is 226 - color contains mainly: blue. Hex color #A072E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A072E2 is #5F8D1D. Grayscale: #8C8C8C. Windows color (decimal): -6262046 or 14840480. OLE color: 14840480.
HSL color Cylindrical-coordinate representation of color #A072E2: hue angle of 264.64º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A072E2 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 114 | 226 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.11 |
| HSL | 264.64º | 0.66% | 0.67% | - |
| HSV(B) | 264.64º | 0.5% | 0.89% | - |
| XYZ | 34.24 | 25 | 74.97 | - |
| YUV | 140.52 | 176.24 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 226 | 0.29 | 0.50 | 0 | 0.11 | 264.64 | 0.66 | 0.67 |
| Hex | A0 | 72 | E2 | 1D | 32 | 0 | B | 109 | 42 | 43 |
| Octal | 240 | 162 | 342 | 35 | 62 | 0 | 13 | 411 | 102 | 103 |
| Binary | 10100000 | 1110010 | 11100010 | 11101 | 110010 | 0 | 1011 | 100001001 | 1000010 | 1000011 |
Color Harmonies of #A072E2
Complementary color
Monochromatic Colors of #A072E2
Black with #A072E2
Text Example
Text Example
White with #A072E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A072E2; }
p { color: rgb(160,114,226); }
H1.HeaderClassName
{
color: #A072E2;
}
.AnyTagClassName
{
color: #A072E2;
}
</style>
background-color css
<style>
a { background-color: #A072E2; }
a { background-color: rgb(160,114,226); }
div.DivClassName
{
background-color: #A072E2;
}
.BgClassName
{
background-color: #A072E2;
}
</style>
border-color css
<style>
span { border-color: #A072E2; }
span { border-color: rgb(160,114,226); }
td.TdClassName
{
border-color: #A072E2;
}
.TagClassName
{
border-color: #A072E2;
}
</style>