Shades of Medium Purple #A073E5
Tints of Medium Purple #A073E5
RGB
CMYK
RGB Variations
Color information
#A073E5 (or 0xA073E5) is known color: Medium Purple. HEX triplet: A0, 73 and E5. RGB value is (160,115,229). Sum of RGB (Red+Green+Blue) = 160+115+229=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #A073E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073E5 is #5F8C1A. Grayscale: #8D8D8D. Windows color (decimal): -6261787 or 15037344. OLE color: 15037344.
HSL color Cylindrical-coordinate representation of color #A073E5: hue angle of 263.68º degrees, saturation: 0.69, 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 #A073E5 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 115 | 229 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.10 |
| HSL | 263.68º | 0.69% | 0.67% | - |
| HSV(B) | 263.68º | 0.5% | 0.9% | - |
| XYZ | 34.77 | 25.39 | 77.2 | - |
| YUV | 141.45 | 177.41 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 229 | 0.30 | 0.50 | 0 | 0.10 | 263.68 | 0.69 | 0.67 |
| Hex | A0 | 73 | E5 | 1E | 32 | 0 | A | 108 | 45 | 43 |
| Octal | 240 | 163 | 345 | 36 | 62 | 0 | 12 | 410 | 105 | 103 |
| Binary | 10100000 | 1110011 | 11100101 | 11110 | 110010 | 0 | 1010 | 100001000 | 1000101 | 1000011 |
Color Harmonies of #A073E5
Complementary color
Monochromatic Colors of #A073E5
Black with #A073E5
Text Example
Text Example
White with #A073E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A073E5; }
p { color: rgb(160,115,229); }
H1.HeaderClassName
{
color: #A073E5;
}
.AnyTagClassName
{
color: #A073E5;
}
</style>
background-color css
<style>
a { background-color: #A073E5; }
a { background-color: rgb(160,115,229); }
div.DivClassName
{
background-color: #A073E5;
}
.BgClassName
{
background-color: #A073E5;
}
</style>
border-color css
<style>
span { border-color: #A073E5; }
span { border-color: rgb(160,115,229); }
td.TdClassName
{
border-color: #A073E5;
}
.TagClassName
{
border-color: #A073E5;
}
</style>