Shades of Medium Purple #A373DF
Tints of Medium Purple #A373DF
RGB
CMYK
RGB Variations
Color information
#A373DF (or 0xA373DF) is known color: Medium Purple. HEX triplet: A3, 73 and DF. RGB value is (163,115,223). Sum of RGB (Red+Green+Blue) = 163+115+223=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #A373DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A373DF is #5C8C20. Grayscale: #8D8D8D. Windows color (decimal): -6065185 or 14644131. OLE color: 14644131.
HSL color Cylindrical-coordinate representation of color #A373DF: hue angle of 266.67º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A373DF is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 115 | 223 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.13 |
| HSL | 266.67º | 0.63% | 0.66% | - |
| HSV(B) | 266.67º | 0.48% | 0.87% | - |
| XYZ | 34.55 | 25.38 | 72.89 | - |
| YUV | 141.66 | 173.9 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 115 | 223 | 0.27 | 0.48 | 0 | 0.13 | 266.67 | 0.63 | 0.66 |
| Hex | A3 | 73 | DF | 1B | 30 | 0 | D | 10B | 3F | 42 |
| Octal | 243 | 163 | 337 | 33 | 60 | 0 | 15 | 413 | 77 | 102 |
| Binary | 10100011 | 1110011 | 11011111 | 11011 | 110000 | 0 | 1101 | 100001011 | 111111 | 1000010 |
Color Harmonies of #A373DF
Complementary color
Monochromatic Colors of #A373DF
Black with #A373DF
Text Example
Text Example
White with #A373DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A373DF; }
p { color: rgb(163,115,223); }
H1.HeaderClassName
{
color: #A373DF;
}
.AnyTagClassName
{
color: #A373DF;
}
</style>
background-color css
<style>
a { background-color: #A373DF; }
a { background-color: rgb(163,115,223); }
div.DivClassName
{
background-color: #A373DF;
}
.BgClassName
{
background-color: #A373DF;
}
</style>
border-color css
<style>
span { border-color: #A373DF; }
span { border-color: rgb(163,115,223); }
td.TdClassName
{
border-color: #A373DF;
}
.TagClassName
{
border-color: #A373DF;
}
</style>