Shades of Medium Purple #A04FF8
Tints of Medium Purple #A04FF8
RGB
CMYK
RGB Variations
Color information
#A04FF8 (or 0xA04FF8) is known color: Medium Purple. HEX triplet: A0, 4F and F8. RGB value is (160,79,248). Sum of RGB (Red+Green+Blue) = 160+79+248=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 248 (97.27% from 255 or 50.92% from 487); Max value from RGB is 248 - color contains mainly: blue. Hex color #A04FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04FF8 is #5FB007. Grayscale: #797979. Windows color (decimal): -6270984 or 16273312. OLE color: 16273312.
HSL color Cylindrical-coordinate representation of color #A04FF8: hue angle of 268.76º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A04FF8 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 79 | 248 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.03 |
| HSL | 268.76º | 0.92% | 0.64% | - |
| HSV(B) | 268.76º | 0.68% | 0.97% | - |
| XYZ | 34.24 | 19.84 | 90.83 | - |
| YUV | 122.49 | 198.84 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 248 | 0.35 | 0.68 | 0 | 0.03 | 268.76 | 0.92 | 0.64 |
| Hex | A0 | 4F | F8 | 23 | 44 | 0 | 3 | 10D | 5C | 40 |
| Octal | 240 | 117 | 370 | 43 | 104 | 0 | 3 | 415 | 134 | 100 |
| Binary | 10100000 | 1001111 | 11111000 | 100011 | 1000100 | 0 | 11 | 100001101 | 1011100 | 1000000 |
Color Harmonies of #A04FF8
Complementary color
Monochromatic Colors of #A04FF8
Black with #A04FF8
Text Example
Text Example
White with #A04FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04FF8; }
p { color: rgb(160,79,248); }
H1.HeaderClassName
{
color: #A04FF8;
}
.AnyTagClassName
{
color: #A04FF8;
}
</style>
background-color css
<style>
a { background-color: #A04FF8; }
a { background-color: rgb(160,79,248); }
div.DivClassName
{
background-color: #A04FF8;
}
.BgClassName
{
background-color: #A04FF8;
}
</style>
border-color css
<style>
span { border-color: #A04FF8; }
span { border-color: rgb(160,79,248); }
td.TdClassName
{
border-color: #A04FF8;
}
.TagClassName
{
border-color: #A04FF8;
}
</style>