Shades of Medium Purple #A072E6
Tints of Medium Purple #A072E6
RGB
CMYK
RGB Variations
Color information
#A072E6 (or 0xA072E6) is known color: Medium Purple. HEX triplet: A0, 72 and E6. RGB value is (160,114,230). Sum of RGB (Red+Green+Blue) = 160+114+230=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 230 - color contains mainly: blue. Hex color #A072E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A072E6 is #5F8D19. Grayscale: #8C8C8C. Windows color (decimal): -6262042 or 15102624. OLE color: 15102624.
HSL color Cylindrical-coordinate representation of color #A072E6: hue angle of 263.79º degrees, saturation: 0.7, 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 #A072E6 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 114 | 230 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.10 |
| HSL | 263.79º | 0.7% | 0.67% | - |
| HSV(B) | 263.79º | 0.5% | 0.9% | - |
| XYZ | 34.8 | 25.22 | 77.9 | - |
| YUV | 140.98 | 178.24 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 230 | 0.30 | 0.50 | 0 | 0.10 | 263.79 | 0.7 | 0.67 |
| Hex | A0 | 72 | E6 | 1E | 32 | 0 | A | 108 | 46 | 43 |
| Octal | 240 | 162 | 346 | 36 | 62 | 0 | 12 | 410 | 106 | 103 |
| Binary | 10100000 | 1110010 | 11100110 | 11110 | 110010 | 0 | 1010 | 100001000 | 1000110 | 1000011 |
Color Harmonies of #A072E6
Complementary color
Monochromatic Colors of #A072E6
Black with #A072E6
Text Example
Text Example
White with #A072E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A072E6; }
p { color: rgb(160,114,230); }
H1.HeaderClassName
{
color: #A072E6;
}
.AnyTagClassName
{
color: #A072E6;
}
</style>
background-color css
<style>
a { background-color: #A072E6; }
a { background-color: rgb(160,114,230); }
div.DivClassName
{
background-color: #A072E6;
}
.BgClassName
{
background-color: #A072E6;
}
</style>
border-color css
<style>
span { border-color: #A072E6; }
span { border-color: rgb(160,114,230); }
td.TdClassName
{
border-color: #A072E6;
}
.TagClassName
{
border-color: #A072E6;
}
</style>