Shades of Medium Purple #A372F7
Tints of Medium Purple #A372F7
RGB
CMYK
RGB Variations
Color information
#A372F7 (or 0xA372F7) is known color: Medium Purple. HEX triplet: A3, 72 and F7. RGB value is (163,114,247). Sum of RGB (Red+Green+Blue) = 163+114+247=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 247 (96.88% from 255 or 47.14% from 524); Max value from RGB is 247 - color contains mainly: blue. Hex color #A372F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A372F7 is #5C8D08. Grayscale: #8F8F8F. Windows color (decimal): -6065417 or 16216739. OLE color: 16216739.
HSL color Cylindrical-coordinate representation of color #A372F7: hue angle of 262.11º degrees, saturation: 0.89, 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 #A372F7 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 114 | 247 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.03 |
| HSL | 262.11º | 0.89% | 0.71% | - |
| HSV(B) | 262.11º | 0.54% | 0.97% | - |
| XYZ | 37.91 | 26.54 | 91.12 | - |
| YUV | 143.81 | 186.23 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 114 | 247 | 0.34 | 0.54 | 0 | 0.03 | 262.11 | 0.89 | 0.71 |
| Hex | A3 | 72 | F7 | 22 | 36 | 0 | 3 | 106 | 59 | 47 |
| Octal | 243 | 162 | 367 | 42 | 66 | 0 | 3 | 406 | 131 | 107 |
| Binary | 10100011 | 1110010 | 11110111 | 100010 | 110110 | 0 | 11 | 100000110 | 1011001 | 1000111 |
Color Harmonies of #A372F7
Complementary color
Monochromatic Colors of #A372F7
Black with #A372F7
Text Example
Text Example
White with #A372F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A372F7; }
p { color: rgb(163,114,247); }
H1.HeaderClassName
{
color: #A372F7;
}
.AnyTagClassName
{
color: #A372F7;
}
</style>
background-color css
<style>
a { background-color: #A372F7; }
a { background-color: rgb(163,114,247); }
div.DivClassName
{
background-color: #A372F7;
}
.BgClassName
{
background-color: #A372F7;
}
</style>
border-color css
<style>
span { border-color: #A372F7; }
span { border-color: rgb(163,114,247); }
td.TdClassName
{
border-color: #A372F7;
}
.TagClassName
{
border-color: #A372F7;
}
</style>