Shades of Medium Purple #A450F9
Tints of Medium Purple #A450F9
RGB
CMYK
RGB Variations
Color information
#A450F9 (or 0xA450F9) is known color: Medium Purple. HEX triplet: A4, 50 and F9. RGB value is (164,80,249). Sum of RGB (Red+Green+Blue) = 164+80+249=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #A450F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A450F9 is #5BAF06. Grayscale: #7B7B7B. Windows color (decimal): -6008583 or 16339108. OLE color: 16339108.
HSL color Cylindrical-coordinate representation of color #A450F9: hue angle of 269.82º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A450F9 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 80 | 249 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.02 |
| HSL | 269.82º | 0.93% | 0.65% | - |
| HSV(B) | 269.82º | 0.68% | 0.98% | - |
| XYZ | 35.28 | 20.47 | 91.71 | - |
| YUV | 124.38 | 198.33 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 249 | 0.34 | 0.68 | 0 | 0.02 | 269.82 | 0.93 | 0.65 |
| Hex | A4 | 50 | F9 | 22 | 44 | 0 | 2 | 10E | 5D | 41 |
| Octal | 244 | 120 | 371 | 42 | 104 | 0 | 2 | 416 | 135 | 101 |
| Binary | 10100100 | 1010000 | 11111001 | 100010 | 1000100 | 0 | 10 | 100001110 | 1011101 | 1000001 |
Color Harmonies of #A450F9
Complementary color
Monochromatic Colors of #A450F9
Black with #A450F9
Text Example
Text Example
White with #A450F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A450F9; }
p { color: rgb(164,80,249); }
H1.HeaderClassName
{
color: #A450F9;
}
.AnyTagClassName
{
color: #A450F9;
}
</style>
background-color css
<style>
a { background-color: #A450F9; }
a { background-color: rgb(164,80,249); }
div.DivClassName
{
background-color: #A450F9;
}
.BgClassName
{
background-color: #A450F9;
}
</style>
border-color css
<style>
span { border-color: #A450F9; }
span { border-color: rgb(164,80,249); }
td.TdClassName
{
border-color: #A450F9;
}
.TagClassName
{
border-color: #A450F9;
}
</style>