Shades of Medium Purple #A074ED
Tints of Medium Purple #A074ED
RGB
CMYK
RGB Variations
Color information
#A074ED (or 0xA074ED) is known color: Medium Purple. HEX triplet: A0, 74 and ED. RGB value is (160,116,237). Sum of RGB (Red+Green+Blue) = 160+116+237=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #A074ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A074ED is #5F8B12. Grayscale: #8E8E8E. Windows color (decimal): -6261523 or 15561888. OLE color: 15561888.
HSL color Cylindrical-coordinate representation of color #A074ED: hue angle of 261.82º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A074ED is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 116 | 237 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.07 |
| HSL | 261.82º | 0.77% | 0.69% | - |
| HSV(B) | 261.82º | 0.51% | 0.93% | - |
| XYZ | 36.03 | 26.08 | 83.26 | - |
| YUV | 142.95 | 181.08 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 237 | 0.32 | 0.51 | 0 | 0.07 | 261.82 | 0.77 | 0.69 |
| Hex | A0 | 74 | ED | 20 | 33 | 0 | 7 | 106 | 4D | 45 |
| Octal | 240 | 164 | 355 | 40 | 63 | 0 | 7 | 406 | 115 | 105 |
| Binary | 10100000 | 1110100 | 11101101 | 100000 | 110011 | 0 | 111 | 100000110 | 1001101 | 1000101 |
Color Harmonies of #A074ED
Complementary color
Monochromatic Colors of #A074ED
Black with #A074ED
Text Example
Text Example
White with #A074ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A074ED; }
p { color: rgb(160,116,237); }
H1.HeaderClassName
{
color: #A074ED;
}
.AnyTagClassName
{
color: #A074ED;
}
</style>
background-color css
<style>
a { background-color: #A074ED; }
a { background-color: rgb(160,116,237); }
div.DivClassName
{
background-color: #A074ED;
}
.BgClassName
{
background-color: #A074ED;
}
</style>
border-color css
<style>
span { border-color: #A074ED; }
span { border-color: rgb(160,116,237); }
td.TdClassName
{
border-color: #A074ED;
}
.TagClassName
{
border-color: #A074ED;
}
</style>