Shades of Medium Purple #A962F0
Tints of Medium Purple #A962F0
RGB
CMYK
RGB Variations
Color information
#A962F0 (or 0xA962F0) is known color: Medium Purple. HEX triplet: A9, 62 and F0. RGB value is (169,98,240). Sum of RGB (Red+Green+Blue) = 169+98+240=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #A962F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A962F0 is #569D0F. Grayscale: #868686. Windows color (decimal): -5676304 or 15753897. OLE color: 15753897.
HSL color Cylindrical-coordinate representation of color #A962F0: hue angle of 270º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A962F0 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 98 | 240 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.06 |
| HSL | 270º | 0.83% | 0.66% | - |
| HSV(B) | 270º | 0.59% | 0.94% | - |
| XYZ | 36.46 | 23.46 | 85.05 | - |
| YUV | 135.42 | 187.02 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 98 | 240 | 0.30 | 0.59 | 0 | 0.06 | 270 | 0.83 | 0.66 |
| Hex | A9 | 62 | F0 | 1E | 3B | 0 | 6 | 10E | 53 | 42 |
| Octal | 251 | 142 | 360 | 36 | 73 | 0 | 6 | 416 | 123 | 102 |
| Binary | 10101001 | 1100010 | 11110000 | 11110 | 111011 | 0 | 110 | 100001110 | 1010011 | 1000010 |
Color Harmonies of #A962F0
Complementary color
Monochromatic Colors of #A962F0
Black with #A962F0
Text Example
Text Example
White with #A962F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A962F0; }
p { color: rgb(169,98,240); }
H1.HeaderClassName
{
color: #A962F0;
}
.AnyTagClassName
{
color: #A962F0;
}
</style>
background-color css
<style>
a { background-color: #A962F0; }
a { background-color: rgb(169,98,240); }
div.DivClassName
{
background-color: #A962F0;
}
.BgClassName
{
background-color: #A962F0;
}
</style>
border-color css
<style>
span { border-color: #A962F0; }
span { border-color: rgb(169,98,240); }
td.TdClassName
{
border-color: #A962F0;
}
.TagClassName
{
border-color: #A962F0;
}
</style>