Shades of Medium Purple #A472F9
Tints of Medium Purple #A472F9
RGB
CMYK
RGB Variations
Color information
#A472F9 (or 0xA472F9) is known color: Medium Purple. HEX triplet: A4, 72 and F9. RGB value is (164,114,249). Sum of RGB (Red+Green+Blue) = 164+114+249=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #A472F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A472F9 is #5B8D06. Grayscale: #8F8F8F. Windows color (decimal): -5999879 or 16347812. OLE color: 16347812.
HSL color Cylindrical-coordinate representation of color #A472F9: hue angle of 262.22º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A472F9 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 114 | 249 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.02 |
| HSL | 262.22º | 0.92% | 0.71% | - |
| HSV(B) | 262.22º | 0.54% | 0.98% | - |
| XYZ | 38.43 | 26.77 | 92.76 | - |
| YUV | 144.34 | 187.07 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 249 | 0.34 | 0.54 | 0 | 0.02 | 262.22 | 0.92 | 0.71 |
| Hex | A4 | 72 | F9 | 22 | 36 | 0 | 2 | 106 | 5C | 47 |
| Octal | 244 | 162 | 371 | 42 | 66 | 0 | 2 | 406 | 134 | 107 |
| Binary | 10100100 | 1110010 | 11111001 | 100010 | 110110 | 0 | 10 | 100000110 | 1011100 | 1000111 |
Color Harmonies of #A472F9
Complementary color
Monochromatic Colors of #A472F9
Black with #A472F9
Text Example
Text Example
White with #A472F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A472F9; }
p { color: rgb(164,114,249); }
H1.HeaderClassName
{
color: #A472F9;
}
.AnyTagClassName
{
color: #A472F9;
}
</style>
background-color css
<style>
a { background-color: #A472F9; }
a { background-color: rgb(164,114,249); }
div.DivClassName
{
background-color: #A472F9;
}
.BgClassName
{
background-color: #A472F9;
}
</style>
border-color css
<style>
span { border-color: #A472F9; }
span { border-color: rgb(164,114,249); }
td.TdClassName
{
border-color: #A472F9;
}
.TagClassName
{
border-color: #A472F9;
}
</style>