Shades of Medium Purple #A251F9
Tints of Medium Purple #A251F9
RGB
CMYK
RGB Variations
Color information
#A251F9 (or 0xA251F9) is known color: Medium Purple. HEX triplet: A2, 51 and F9. RGB value is (162,81,249). Sum of RGB (Red+Green+Blue) = 162+81+249=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 81 (32.03% from 255 or 16.46% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #A251F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A251F9 is #5DAE06. Grayscale: #7B7B7B. Windows color (decimal): -6139399 or 16339362. OLE color: 16339362.
HSL color Cylindrical-coordinate representation of color #A251F9: hue angle of 268.93º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A251F9 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 81 | 249 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.02 |
| HSL | 268.93º | 0.93% | 0.65% | - |
| HSV(B) | 268.93º | 0.67% | 0.98% | - |
| XYZ | 34.94 | 20.41 | 91.72 | - |
| YUV | 124.37 | 198.34 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 81 | 249 | 0.35 | 0.67 | 0 | 0.02 | 268.93 | 0.93 | 0.65 |
| Hex | A2 | 51 | F9 | 23 | 43 | 0 | 2 | 10D | 5D | 41 |
| Octal | 242 | 121 | 371 | 43 | 103 | 0 | 2 | 415 | 135 | 101 |
| Binary | 10100010 | 1010001 | 11111001 | 100011 | 1000011 | 0 | 10 | 100001101 | 1011101 | 1000001 |
Color Harmonies of #A251F9
Complementary color
Monochromatic Colors of #A251F9
Black with #A251F9
Text Example
Text Example
White with #A251F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A251F9; }
p { color: rgb(162,81,249); }
H1.HeaderClassName
{
color: #A251F9;
}
.AnyTagClassName
{
color: #A251F9;
}
</style>
background-color css
<style>
a { background-color: #A251F9; }
a { background-color: rgb(162,81,249); }
div.DivClassName
{
background-color: #A251F9;
}
.BgClassName
{
background-color: #A251F9;
}
</style>
border-color css
<style>
span { border-color: #A251F9; }
span { border-color: rgb(162,81,249); }
td.TdClassName
{
border-color: #A251F9;
}
.TagClassName
{
border-color: #A251F9;
}
</style>