Shades of Medium Purple #A373F9
Tints of Medium Purple #A373F9
RGB
CMYK
RGB Variations
Color information
#A373F9 (or 0xA373F9) is known color: Medium Purple. HEX triplet: A3, 73 and F9. RGB value is (163,115,249). Sum of RGB (Red+Green+Blue) = 163+115+249=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #A373F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A373F9 is #5C8C06. Grayscale: #909090. Windows color (decimal): -6065159 or 16348067. OLE color: 16348067.
HSL color Cylindrical-coordinate representation of color #A373F9: hue angle of 261.49º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A373F9 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 115 | 249 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.02 |
| HSL | 261.49º | 0.92% | 0.71% | - |
| HSV(B) | 261.49º | 0.54% | 0.98% | - |
| XYZ | 38.33 | 26.89 | 92.79 | - |
| YUV | 144.63 | 186.9 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 115 | 249 | 0.35 | 0.54 | 0 | 0.02 | 261.49 | 0.92 | 0.71 |
| Hex | A3 | 73 | F9 | 23 | 36 | 0 | 2 | 105 | 5C | 47 |
| Octal | 243 | 163 | 371 | 43 | 66 | 0 | 2 | 405 | 134 | 107 |
| Binary | 10100011 | 1110011 | 11111001 | 100011 | 110110 | 0 | 10 | 100000101 | 1011100 | 1000111 |
Color Harmonies of #A373F9
Complementary color
Monochromatic Colors of #A373F9
Black with #A373F9
Text Example
Text Example
White with #A373F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A373F9; }
p { color: rgb(163,115,249); }
H1.HeaderClassName
{
color: #A373F9;
}
.AnyTagClassName
{
color: #A373F9;
}
</style>
background-color css
<style>
a { background-color: #A373F9; }
a { background-color: rgb(163,115,249); }
div.DivClassName
{
background-color: #A373F9;
}
.BgClassName
{
background-color: #A373F9;
}
</style>
border-color css
<style>
span { border-color: #A373F9; }
span { border-color: rgb(163,115,249); }
td.TdClassName
{
border-color: #A373F9;
}
.TagClassName
{
border-color: #A373F9;
}
</style>