Shades of Medium Purple #A073EA
Tints of Medium Purple #A073EA
RGB
CMYK
RGB Variations
Color information
#A073EA (or 0xA073EA) is known color: Medium Purple. HEX triplet: A0, 73 and EA. RGB value is (160,115,234). Sum of RGB (Red+Green+Blue) = 160+115+234=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #A073EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A073EA is #5F8C15. Grayscale: #8D8D8D. Windows color (decimal): -6261782 or 15365024. OLE color: 15365024.
HSL color Cylindrical-coordinate representation of color #A073EA: hue angle of 262.69º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A073EA is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 115 | 234 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.08 |
| HSL | 262.69º | 0.74% | 0.68% | - |
| HSV(B) | 262.69º | 0.51% | 0.92% | - |
| XYZ | 35.48 | 25.68 | 80.93 | - |
| YUV | 142.02 | 179.91 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 234 | 0.32 | 0.51 | 0 | 0.08 | 262.69 | 0.74 | 0.68 |
| Hex | A0 | 73 | EA | 20 | 33 | 0 | 8 | 107 | 4A | 44 |
| Octal | 240 | 163 | 352 | 40 | 63 | 0 | 10 | 407 | 112 | 104 |
| Binary | 10100000 | 1110011 | 11101010 | 100000 | 110011 | 0 | 1000 | 100000111 | 1001010 | 1000100 |
Color Harmonies of #A073EA
Complementary color
Monochromatic Colors of #A073EA
Black with #A073EA
Text Example
Text Example
White with #A073EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A073EA; }
p { color: rgb(160,115,234); }
H1.HeaderClassName
{
color: #A073EA;
}
.AnyTagClassName
{
color: #A073EA;
}
</style>
background-color css
<style>
a { background-color: #A073EA; }
a { background-color: rgb(160,115,234); }
div.DivClassName
{
background-color: #A073EA;
}
.BgClassName
{
background-color: #A073EA;
}
</style>
border-color css
<style>
span { border-color: #A073EA; }
span { border-color: rgb(160,115,234); }
td.TdClassName
{
border-color: #A073EA;
}
.TagClassName
{
border-color: #A073EA;
}
</style>