Shades of Medium Purple #A476FA
Tints of Medium Purple #A476FA
RGB
CMYK
RGB Variations
Color information
#A476FA (or 0xA476FA) is known color: Medium Purple. HEX triplet: A4, 76 and FA. RGB value is (164,118,250). Sum of RGB (Red+Green+Blue) = 164+118+250=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #A476FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A476FA is #5B8905. Grayscale: #929292. Windows color (decimal): -5998854 or 16414372. OLE color: 16414372.
HSL color Cylindrical-coordinate representation of color #A476FA: hue angle of 260.91º 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 #A476FA is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 118 | 250 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.02 |
| HSL | 260.91º | 0.93% | 0.72% | - |
| HSV(B) | 260.91º | 0.53% | 0.98% | - |
| XYZ | 39.04 | 27.75 | 93.74 | - |
| YUV | 146.8 | 186.24 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 250 | 0.34 | 0.53 | 0 | 0.02 | 260.91 | 0.93 | 0.72 |
| Hex | A4 | 76 | FA | 22 | 35 | 0 | 2 | 105 | 5D | 48 |
| Octal | 244 | 166 | 372 | 42 | 65 | 0 | 2 | 405 | 135 | 110 |
| Binary | 10100100 | 1110110 | 11111010 | 100010 | 110101 | 0 | 10 | 100000101 | 1011101 | 1001000 |
Color Harmonies of #A476FA
Complementary color
Monochromatic Colors of #A476FA
Black with #A476FA
Text Example
Text Example
White with #A476FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A476FA; }
p { color: rgb(164,118,250); }
H1.HeaderClassName
{
color: #A476FA;
}
.AnyTagClassName
{
color: #A476FA;
}
</style>
background-color css
<style>
a { background-color: #A476FA; }
a { background-color: rgb(164,118,250); }
div.DivClassName
{
background-color: #A476FA;
}
.BgClassName
{
background-color: #A476FA;
}
</style>
border-color css
<style>
span { border-color: #A476FA; }
span { border-color: rgb(164,118,250); }
td.TdClassName
{
border-color: #A476FA;
}
.TagClassName
{
border-color: #A476FA;
}
</style>