Shades of Medium Purple #A062F9
Tints of Medium Purple #A062F9
RGB
CMYK
RGB Variations
Color information
#A062F9 (or 0xA062F9) is known color: Medium Purple. HEX triplet: A0, 62 and F9. RGB value is (160,98,249). Sum of RGB (Red+Green+Blue) = 160+98+249=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #A062F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A062F9 is #5F9D06. Grayscale: #858585. Windows color (decimal): -6266119 or 16343712. OLE color: 16343712.
HSL color Cylindrical-coordinate representation of color #A062F9: hue angle of 264.64º 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 #A062F9 is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 98 | 249 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.02 |
| HSL | 264.64º | 0.93% | 0.68% | - |
| HSV(B) | 264.64º | 0.61% | 0.98% | - |
| XYZ | 35.96 | 23.05 | 92.18 | - |
| YUV | 133.75 | 193.04 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 249 | 0.36 | 0.61 | 0 | 0.02 | 264.64 | 0.93 | 0.68 |
| Hex | A0 | 62 | F9 | 24 | 3D | 0 | 2 | 109 | 5D | 44 |
| Octal | 240 | 142 | 371 | 44 | 75 | 0 | 2 | 411 | 135 | 104 |
| Binary | 10100000 | 1100010 | 11111001 | 100100 | 111101 | 0 | 10 | 100001001 | 1011101 | 1000100 |
Color Harmonies of #A062F9
Complementary color
Monochromatic Colors of #A062F9
Black with #A062F9
Text Example
Text Example
White with #A062F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A062F9; }
p { color: rgb(160,98,249); }
H1.HeaderClassName
{
color: #A062F9;
}
.AnyTagClassName
{
color: #A062F9;
}
</style>
background-color css
<style>
a { background-color: #A062F9; }
a { background-color: rgb(160,98,249); }
div.DivClassName
{
background-color: #A062F9;
}
.BgClassName
{
background-color: #A062F9;
}
</style>
border-color css
<style>
span { border-color: #A062F9; }
span { border-color: rgb(160,98,249); }
td.TdClassName
{
border-color: #A062F9;
}
.TagClassName
{
border-color: #A062F9;
}
</style>