Shades of Medium Purple #A362F9
Tints of Medium Purple #A362F9
RGB
CMYK
RGB Variations
Color information
#A362F9 (or 0xA362F9) is known color: Medium Purple. HEX triplet: A3, 62 and F9. RGB value is (163,98,249). Sum of RGB (Red+Green+Blue) = 163+98+249=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 98 (38.67% from 255 or 19.22% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #A362F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A362F9 is #5C9D06. Grayscale: #868686. Windows color (decimal): -6069511 or 16343715. OLE color: 16343715.
HSL color Cylindrical-coordinate representation of color #A362F9: hue angle of 265.83º 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 #A362F9 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 98 | 249 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.02 |
| HSL | 265.83º | 0.93% | 0.68% | - |
| HSV(B) | 265.83º | 0.61% | 0.98% | - |
| XYZ | 36.57 | 23.36 | 92.2 | - |
| YUV | 134.65 | 192.53 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 98 | 249 | 0.35 | 0.61 | 0 | 0.02 | 265.83 | 0.93 | 0.68 |
| Hex | A3 | 62 | F9 | 23 | 3D | 0 | 2 | 10A | 5D | 44 |
| Octal | 243 | 142 | 371 | 43 | 75 | 0 | 2 | 412 | 135 | 104 |
| Binary | 10100011 | 1100010 | 11111001 | 100011 | 111101 | 0 | 10 | 100001010 | 1011101 | 1000100 |
Color Harmonies of #A362F9
Complementary color
Monochromatic Colors of #A362F9
Black with #A362F9
Text Example
Text Example
White with #A362F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A362F9; }
p { color: rgb(163,98,249); }
H1.HeaderClassName
{
color: #A362F9;
}
.AnyTagClassName
{
color: #A362F9;
}
</style>
background-color css
<style>
a { background-color: #A362F9; }
a { background-color: rgb(163,98,249); }
div.DivClassName
{
background-color: #A362F9;
}
.BgClassName
{
background-color: #A362F9;
}
</style>
border-color css
<style>
span { border-color: #A362F9; }
span { border-color: rgb(163,98,249); }
td.TdClassName
{
border-color: #A362F9;
}
.TagClassName
{
border-color: #A362F9;
}
</style>