Shades of Medium Purple #A479F8
Tints of Medium Purple #A479F8
RGB
CMYK
RGB Variations
Color information
#A479F8 (or 0xA479F8) is known color: Medium Purple. HEX triplet: A4, 79 and F8. RGB value is (164,121,248). Sum of RGB (Red+Green+Blue) = 164+121+248=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 121 (47.66% from 255 or 22.70% from 533); Blue value is 248 (97.27% from 255 or 46.53% from 533); Max value from RGB is 248 - color contains mainly: blue. Hex color #A479F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A479F8 is #5B8607. Grayscale: #939393. Windows color (decimal): -5998088 or 16284068. OLE color: 16284068.
HSL color Cylindrical-coordinate representation of color #A479F8: hue angle of 260.31º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A479F8 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 121 | 248 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.03 |
| HSL | 260.31º | 0.9% | 0.72% | - |
| HSV(B) | 260.31º | 0.51% | 0.97% | - |
| XYZ | 39.09 | 28.34 | 92.22 | - |
| YUV | 148.34 | 184.25 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 121 | 248 | 0.34 | 0.51 | 0 | 0.03 | 260.31 | 0.9 | 0.72 |
| Hex | A4 | 79 | F8 | 22 | 33 | 0 | 3 | 104 | 5A | 48 |
| Octal | 244 | 171 | 370 | 42 | 63 | 0 | 3 | 404 | 132 | 110 |
| Binary | 10100100 | 1111001 | 11111000 | 100010 | 110011 | 0 | 11 | 100000100 | 1011010 | 1001000 |
Color Harmonies of #A479F8
Complementary color
Monochromatic Colors of #A479F8
Black with #A479F8
Text Example
Text Example
White with #A479F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A479F8; }
p { color: rgb(164,121,248); }
H1.HeaderClassName
{
color: #A479F8;
}
.AnyTagClassName
{
color: #A479F8;
}
</style>
background-color css
<style>
a { background-color: #A479F8; }
a { background-color: rgb(164,121,248); }
div.DivClassName
{
background-color: #A479F8;
}
.BgClassName
{
background-color: #A479F8;
}
</style>
border-color css
<style>
span { border-color: #A479F8; }
span { border-color: rgb(164,121,248); }
td.TdClassName
{
border-color: #A479F8;
}
.TagClassName
{
border-color: #A479F8;
}
</style>