Shades of Medium Purple #A074E5
Tints of Medium Purple #A074E5
RGB
CMYK
RGB Variations
Color information
#A074E5 (or 0xA074E5) is known color: Medium Purple. HEX triplet: A0, 74 and E5. RGB value is (160,116,229). Sum of RGB (Red+Green+Blue) = 160+116+229=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 229 - color contains mainly: blue. Hex color #A074E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A074E5 is #5F8B1A. Grayscale: #8D8D8D. Windows color (decimal): -6261531 or 15037600. OLE color: 15037600.
HSL color Cylindrical-coordinate representation of color #A074E5: hue angle of 263.36º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A074E5 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 116 | 229 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.10 |
| HSL | 263.36º | 0.68% | 0.68% | - |
| HSV(B) | 263.36º | 0.49% | 0.9% | - |
| XYZ | 34.89 | 25.62 | 77.24 | - |
| YUV | 142.04 | 177.08 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 229 | 0.30 | 0.49 | 0 | 0.10 | 263.36 | 0.68 | 0.68 |
| Hex | A0 | 74 | E5 | 1E | 31 | 0 | A | 107 | 44 | 44 |
| Octal | 240 | 164 | 345 | 36 | 61 | 0 | 12 | 407 | 104 | 104 |
| Binary | 10100000 | 1110100 | 11100101 | 11110 | 110001 | 0 | 1010 | 100000111 | 1000100 | 1000100 |
Color Harmonies of #A074E5
Complementary color
Monochromatic Colors of #A074E5
Black with #A074E5
Text Example
Text Example
White with #A074E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A074E5; }
p { color: rgb(160,116,229); }
H1.HeaderClassName
{
color: #A074E5;
}
.AnyTagClassName
{
color: #A074E5;
}
</style>
background-color css
<style>
a { background-color: #A074E5; }
a { background-color: rgb(160,116,229); }
div.DivClassName
{
background-color: #A074E5;
}
.BgClassName
{
background-color: #A074E5;
}
</style>
border-color css
<style>
span { border-color: #A074E5; }
span { border-color: rgb(160,116,229); }
td.TdClassName
{
border-color: #A074E5;
}
.TagClassName
{
border-color: #A074E5;
}
</style>