Shades of Medium Purple #A072E4
Tints of Medium Purple #A072E4
RGB
CMYK
RGB Variations
Color information
#A072E4 (or 0xA072E4) is known color: Medium Purple. HEX triplet: A0, 72 and E4. RGB value is (160,114,228). Sum of RGB (Red+Green+Blue) = 160+114+228=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 228 (89.45% from 255 or 45.42% from 502); Max value from RGB is 228 - color contains mainly: blue. Hex color #A072E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A072E4 is #5F8D1B. Grayscale: #8C8C8C. Windows color (decimal): -6262044 or 14971552. OLE color: 14971552.
HSL color Cylindrical-coordinate representation of color #A072E4: hue angle of 264.21º degrees, saturation: 0.68, 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 #A072E4 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 114 | 228 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.11 |
| HSL | 264.21º | 0.68% | 0.67% | - |
| HSV(B) | 264.21º | 0.5% | 0.89% | - |
| XYZ | 34.52 | 25.11 | 76.43 | - |
| YUV | 140.75 | 177.24 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 228 | 0.30 | 0.50 | 0 | 0.11 | 264.21 | 0.68 | 0.67 |
| Hex | A0 | 72 | E4 | 1E | 32 | 0 | B | 108 | 44 | 43 |
| Octal | 240 | 162 | 344 | 36 | 62 | 0 | 13 | 410 | 104 | 103 |
| Binary | 10100000 | 1110010 | 11100100 | 11110 | 110010 | 0 | 1011 | 100001000 | 1000100 | 1000011 |
Color Harmonies of #A072E4
Complementary color
Monochromatic Colors of #A072E4
Black with #A072E4
Text Example
Text Example
White with #A072E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A072E4; }
p { color: rgb(160,114,228); }
H1.HeaderClassName
{
color: #A072E4;
}
.AnyTagClassName
{
color: #A072E4;
}
</style>
background-color css
<style>
a { background-color: #A072E4; }
a { background-color: rgb(160,114,228); }
div.DivClassName
{
background-color: #A072E4;
}
.BgClassName
{
background-color: #A072E4;
}
</style>
border-color css
<style>
span { border-color: #A072E4; }
span { border-color: rgb(160,114,228); }
td.TdClassName
{
border-color: #A072E4;
}
.TagClassName
{
border-color: #A072E4;
}
</style>