Shades of Medium Purple #A372F8
Tints of Medium Purple #A372F8
RGB
CMYK
RGB Variations
Color information
#A372F8 (or 0xA372F8) is known color: Medium Purple. HEX triplet: A3, 72 and F8. RGB value is (163,114,248). Sum of RGB (Red+Green+Blue) = 163+114+248=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 248 (97.27% from 255 or 47.24% from 525); Max value from RGB is 248 - color contains mainly: blue. Hex color #A372F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A372F8 is #5C8D07. Grayscale: #8F8F8F. Windows color (decimal): -6065416 or 16282275. OLE color: 16282275.
HSL color Cylindrical-coordinate representation of color #A372F8: hue angle of 261.94º degrees, saturation: 0.91, 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 #A372F8 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 114 | 248 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.03 |
| HSL | 261.94º | 0.91% | 0.71% | - |
| HSV(B) | 261.94º | 0.54% | 0.97% | - |
| XYZ | 38.06 | 26.6 | 91.93 | - |
| YUV | 143.93 | 186.73 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 114 | 248 | 0.34 | 0.54 | 0 | 0.03 | 261.94 | 0.91 | 0.71 |
| Hex | A3 | 72 | F8 | 22 | 36 | 0 | 3 | 106 | 5B | 47 |
| Octal | 243 | 162 | 370 | 42 | 66 | 0 | 3 | 406 | 133 | 107 |
| Binary | 10100011 | 1110010 | 11111000 | 100010 | 110110 | 0 | 11 | 100000110 | 1011011 | 1000111 |
Color Harmonies of #A372F8
Complementary color
Monochromatic Colors of #A372F8
Black with #A372F8
Text Example
Text Example
White with #A372F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A372F8; }
p { color: rgb(163,114,248); }
H1.HeaderClassName
{
color: #A372F8;
}
.AnyTagClassName
{
color: #A372F8;
}
</style>
background-color css
<style>
a { background-color: #A372F8; }
a { background-color: rgb(163,114,248); }
div.DivClassName
{
background-color: #A372F8;
}
.BgClassName
{
background-color: #A372F8;
}
</style>
border-color css
<style>
span { border-color: #A372F8; }
span { border-color: rgb(163,114,248); }
td.TdClassName
{
border-color: #A372F8;
}
.TagClassName
{
border-color: #A372F8;
}
</style>