Shades of Medium Purple #A373F8
Tints of Medium Purple #A373F8
RGB
CMYK
RGB Variations
Color information
#A373F8 (or 0xA373F8) is known color: Medium Purple. HEX triplet: A3, 73 and F8. RGB value is (163,115,248). Sum of RGB (Red+Green+Blue) = 163+115+248=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 248 - color contains mainly: blue. Hex color #A373F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A373F8 is #5C8C07. Grayscale: #909090. Windows color (decimal): -6065160 or 16282531. OLE color: 16282531.
HSL color Cylindrical-coordinate representation of color #A373F8: hue angle of 261.65º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A373F8 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 115 | 248 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.03 |
| HSL | 261.65º | 0.9% | 0.71% | - |
| HSV(B) | 261.65º | 0.54% | 0.97% | - |
| XYZ | 38.18 | 26.83 | 91.97 | - |
| YUV | 144.51 | 186.4 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 115 | 248 | 0.34 | 0.54 | 0 | 0.03 | 261.65 | 0.9 | 0.71 |
| Hex | A3 | 73 | F8 | 22 | 36 | 0 | 3 | 106 | 5A | 47 |
| Octal | 243 | 163 | 370 | 42 | 66 | 0 | 3 | 406 | 132 | 107 |
| Binary | 10100011 | 1110011 | 11111000 | 100010 | 110110 | 0 | 11 | 100000110 | 1011010 | 1000111 |
Color Harmonies of #A373F8
Complementary color
Monochromatic Colors of #A373F8
Black with #A373F8
Text Example
Text Example
White with #A373F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A373F8; }
p { color: rgb(163,115,248); }
H1.HeaderClassName
{
color: #A373F8;
}
.AnyTagClassName
{
color: #A373F8;
}
</style>
background-color css
<style>
a { background-color: #A373F8; }
a { background-color: rgb(163,115,248); }
div.DivClassName
{
background-color: #A373F8;
}
.BgClassName
{
background-color: #A373F8;
}
</style>
border-color css
<style>
span { border-color: #A373F8; }
span { border-color: rgb(163,115,248); }
td.TdClassName
{
border-color: #A373F8;
}
.TagClassName
{
border-color: #A373F8;
}
</style>