Shades of Medium Purple #A471FA
Tints of Medium Purple #A471FA
RGB
CMYK
RGB Variations
Color information
#A471FA (or 0xA471FA) is known color: Medium Purple. HEX triplet: A4, 71 and FA. RGB value is (164,113,250). Sum of RGB (Red+Green+Blue) = 164+113+250=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #A471FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A471FA is #5B8E05. Grayscale: #8F8F8F. Windows color (decimal): -6000134 or 16413092. OLE color: 16413092.
HSL color Cylindrical-coordinate representation of color #A471FA: hue angle of 262.34º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A471FA is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 113 | 250 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.02 |
| HSL | 262.34º | 0.93% | 0.71% | - |
| HSV(B) | 262.34º | 0.55% | 0.98% | - |
| XYZ | 38.47 | 26.6 | 93.55 | - |
| YUV | 143.87 | 187.9 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 250 | 0.34 | 0.55 | 0 | 0.02 | 262.34 | 0.93 | 0.71 |
| Hex | A4 | 71 | FA | 22 | 37 | 0 | 2 | 106 | 5D | 47 |
| Octal | 244 | 161 | 372 | 42 | 67 | 0 | 2 | 406 | 135 | 107 |
| Binary | 10100100 | 1110001 | 11111010 | 100010 | 110111 | 0 | 10 | 100000110 | 1011101 | 1000111 |
Color Harmonies of #A471FA
Complementary color
Monochromatic Colors of #A471FA
Black with #A471FA
Text Example
Text Example
White with #A471FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A471FA; }
p { color: rgb(164,113,250); }
H1.HeaderClassName
{
color: #A471FA;
}
.AnyTagClassName
{
color: #A471FA;
}
</style>
background-color css
<style>
a { background-color: #A471FA; }
a { background-color: rgb(164,113,250); }
div.DivClassName
{
background-color: #A471FA;
}
.BgClassName
{
background-color: #A471FA;
}
</style>
border-color css
<style>
span { border-color: #A471FA; }
span { border-color: rgb(164,113,250); }
td.TdClassName
{
border-color: #A471FA;
}
.TagClassName
{
border-color: #A471FA;
}
</style>