Shades of Medium Purple #A376FA
Tints of Medium Purple #A376FA
RGB
CMYK
RGB Variations
Color information
#A376FA (or 0xA376FA) is known color: Medium Purple. HEX triplet: A3, 76 and FA. RGB value is (163,118,250). Sum of RGB (Red+Green+Blue) = 163+118+250=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #A376FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A376FA is #5C8905. Grayscale: #929292. Windows color (decimal): -6064390 or 16414371. OLE color: 16414371.
HSL color Cylindrical-coordinate representation of color #A376FA: hue angle of 260.45º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A376FA is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 118 | 250 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.02 |
| HSL | 260.45º | 0.93% | 0.72% | - |
| HSV(B) | 260.45º | 0.53% | 0.98% | - |
| XYZ | 38.84 | 27.65 | 93.73 | - |
| YUV | 146.5 | 186.41 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 250 | 0.35 | 0.53 | 0 | 0.02 | 260.45 | 0.93 | 0.72 |
| Hex | A3 | 76 | FA | 23 | 35 | 0 | 2 | 104 | 5D | 48 |
| Octal | 243 | 166 | 372 | 43 | 65 | 0 | 2 | 404 | 135 | 110 |
| Binary | 10100011 | 1110110 | 11111010 | 100011 | 110101 | 0 | 10 | 100000100 | 1011101 | 1001000 |
Color Harmonies of #A376FA
Complementary color
Monochromatic Colors of #A376FA
Black with #A376FA
Text Example
Text Example
White with #A376FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376FA; }
p { color: rgb(163,118,250); }
H1.HeaderClassName
{
color: #A376FA;
}
.AnyTagClassName
{
color: #A376FA;
}
</style>
background-color css
<style>
a { background-color: #A376FA; }
a { background-color: rgb(163,118,250); }
div.DivClassName
{
background-color: #A376FA;
}
.BgClassName
{
background-color: #A376FA;
}
</style>
border-color css
<style>
span { border-color: #A376FA; }
span { border-color: rgb(163,118,250); }
td.TdClassName
{
border-color: #A376FA;
}
.TagClassName
{
border-color: #A376FA;
}
</style>