Shades of Medium Purple #A471FC
Tints of Medium Purple #A471FC
RGB
CMYK
RGB Variations
Color information
#A471FC (or 0xA471FC) is known color: Medium Purple. HEX triplet: A4, 71 and FC. RGB value is (164,113,252). Sum of RGB (Red+Green+Blue) = 164+113+252=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #A471FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A471FC is #5B8E03. Grayscale: #8F8F8F. Windows color (decimal): -6000132 or 16544164. OLE color: 16544164.
HSL color Cylindrical-coordinate representation of color #A471FC: hue angle of 262.01º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A471FC is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 113 | 252 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.01 |
| HSL | 262.01º | 0.96% | 0.72% | - |
| HSV(B) | 262.01º | 0.55% | 0.99% | - |
| XYZ | 38.79 | 26.73 | 95.21 | - |
| YUV | 144.1 | 188.9 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 252 | 0.35 | 0.55 | 0 | 0.01 | 262.01 | 0.96 | 0.72 |
| Hex | A4 | 71 | FC | 23 | 37 | 0 | 1 | 106 | 60 | 48 |
| Octal | 244 | 161 | 374 | 43 | 67 | 0 | 1 | 406 | 140 | 110 |
| Binary | 10100100 | 1110001 | 11111100 | 100011 | 110111 | 0 | 1 | 100000110 | 1100000 | 1001000 |
Color Harmonies of #A471FC
Complementary color
Monochromatic Colors of #A471FC
Black with #A471FC
Text Example
Text Example
White with #A471FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A471FC; }
p { color: rgb(164,113,252); }
H1.HeaderClassName
{
color: #A471FC;
}
.AnyTagClassName
{
color: #A471FC;
}
</style>
background-color css
<style>
a { background-color: #A471FC; }
a { background-color: rgb(164,113,252); }
div.DivClassName
{
background-color: #A471FC;
}
.BgClassName
{
background-color: #A471FC;
}
</style>
border-color css
<style>
span { border-color: #A471FC; }
span { border-color: rgb(164,113,252); }
td.TdClassName
{
border-color: #A471FC;
}
.TagClassName
{
border-color: #A471FC;
}
</style>