Shades of Medium Purple #A074F9
Tints of Medium Purple #A074F9
RGB
CMYK
RGB Variations
Color information
#A074F9 (or 0xA074F9) is known color: Medium Purple. HEX triplet: A0, 74 and F9. RGB value is (160,116,249). Sum of RGB (Red+Green+Blue) = 160+116+249=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #A074F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A074F9 is #5F8B06. Grayscale: #8F8F8F. Windows color (decimal): -6261511 or 16348320. OLE color: 16348320.
HSL color Cylindrical-coordinate representation of color #A074F9: hue angle of 259.85º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A074F9 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 116 | 249 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.02 |
| HSL | 259.85º | 0.92% | 0.72% | - |
| HSV(B) | 259.85º | 0.53% | 0.98% | - |
| XYZ | 37.84 | 26.8 | 92.8 | - |
| YUV | 144.32 | 187.08 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 249 | 0.36 | 0.53 | 0 | 0.02 | 259.85 | 0.92 | 0.72 |
| Hex | A0 | 74 | F9 | 24 | 35 | 0 | 2 | 104 | 5C | 48 |
| Octal | 240 | 164 | 371 | 44 | 65 | 0 | 2 | 404 | 134 | 110 |
| Binary | 10100000 | 1110100 | 11111001 | 100100 | 110101 | 0 | 10 | 100000100 | 1011100 | 1001000 |
Color Harmonies of #A074F9
Complementary color
Monochromatic Colors of #A074F9
Black with #A074F9
Text Example
Text Example
White with #A074F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A074F9; }
p { color: rgb(160,116,249); }
H1.HeaderClassName
{
color: #A074F9;
}
.AnyTagClassName
{
color: #A074F9;
}
</style>
background-color css
<style>
a { background-color: #A074F9; }
a { background-color: rgb(160,116,249); }
div.DivClassName
{
background-color: #A074F9;
}
.BgClassName
{
background-color: #A074F9;
}
</style>
border-color css
<style>
span { border-color: #A074F9; }
span { border-color: rgb(160,116,249); }
td.TdClassName
{
border-color: #A074F9;
}
.TagClassName
{
border-color: #A074F9;
}
</style>