Shades of Medium Purple #A250F9
Tints of Medium Purple #A250F9
RGB
CMYK
RGB Variations
Color information
#A250F9 (or 0xA250F9) is known color: Medium Purple. HEX triplet: A2, 50 and F9. RGB value is (162,80,249). Sum of RGB (Red+Green+Blue) = 162+80+249=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #A250F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A250F9 is #5DAF06. Grayscale: #7B7B7B. Windows color (decimal): -6139655 or 16339106. OLE color: 16339106.
HSL color Cylindrical-coordinate representation of color #A250F9: hue angle of 269.11º 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 #A250F9 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 80 | 249 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.02 |
| HSL | 269.11º | 0.93% | 0.65% | - |
| HSV(B) | 269.11º | 0.68% | 0.98% | - |
| XYZ | 34.87 | 20.26 | 91.7 | - |
| YUV | 123.78 | 198.67 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 249 | 0.35 | 0.68 | 0 | 0.02 | 269.11 | 0.93 | 0.65 |
| Hex | A2 | 50 | F9 | 23 | 44 | 0 | 2 | 10D | 5D | 41 |
| Octal | 242 | 120 | 371 | 43 | 104 | 0 | 2 | 415 | 135 | 101 |
| Binary | 10100010 | 1010000 | 11111001 | 100011 | 1000100 | 0 | 10 | 100001101 | 1011101 | 1000001 |
Color Harmonies of #A250F9
Complementary color
Monochromatic Colors of #A250F9
Black with #A250F9
Text Example
Text Example
White with #A250F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A250F9; }
p { color: rgb(162,80,249); }
H1.HeaderClassName
{
color: #A250F9;
}
.AnyTagClassName
{
color: #A250F9;
}
</style>
background-color css
<style>
a { background-color: #A250F9; }
a { background-color: rgb(162,80,249); }
div.DivClassName
{
background-color: #A250F9;
}
.BgClassName
{
background-color: #A250F9;
}
</style>
border-color css
<style>
span { border-color: #A250F9; }
span { border-color: rgb(162,80,249); }
td.TdClassName
{
border-color: #A250F9;
}
.TagClassName
{
border-color: #A250F9;
}
</style>