Shades of Medium Purple #A262F9
Tints of Medium Purple #A262F9
RGB
CMYK
RGB Variations
Color information
#A262F9 (or 0xA262F9) is known color: Medium Purple. HEX triplet: A2, 62 and F9. RGB value is (162,98,249). Sum of RGB (Red+Green+Blue) = 162+98+249=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #A262F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A262F9 is #5D9D06. Grayscale: #858585. Windows color (decimal): -6135047 or 16343714. OLE color: 16343714.
HSL color Cylindrical-coordinate representation of color #A262F9: hue angle of 265.43º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A262F9 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 98 | 249 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.02 |
| HSL | 265.43º | 0.93% | 0.68% | - |
| HSV(B) | 265.43º | 0.61% | 0.98% | - |
| XYZ | 36.37 | 23.26 | 92.19 | - |
| YUV | 134.35 | 192.7 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 98 | 249 | 0.35 | 0.61 | 0 | 0.02 | 265.43 | 0.93 | 0.68 |
| Hex | A2 | 62 | F9 | 23 | 3D | 0 | 2 | 109 | 5D | 44 |
| Octal | 242 | 142 | 371 | 43 | 75 | 0 | 2 | 411 | 135 | 104 |
| Binary | 10100010 | 1100010 | 11111001 | 100011 | 111101 | 0 | 10 | 100001001 | 1011101 | 1000100 |
Color Harmonies of #A262F9
Complementary color
Monochromatic Colors of #A262F9
Black with #A262F9
Text Example
Text Example
White with #A262F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A262F9; }
p { color: rgb(162,98,249); }
H1.HeaderClassName
{
color: #A262F9;
}
.AnyTagClassName
{
color: #A262F9;
}
</style>
background-color css
<style>
a { background-color: #A262F9; }
a { background-color: rgb(162,98,249); }
div.DivClassName
{
background-color: #A262F9;
}
.BgClassName
{
background-color: #A262F9;
}
</style>
border-color css
<style>
span { border-color: #A262F9; }
span { border-color: rgb(162,98,249); }
td.TdClassName
{
border-color: #A262F9;
}
.TagClassName
{
border-color: #A262F9;
}
</style>