Shades of Medium Purple #A47AF4
Tints of Medium Purple #A47AF4
RGB
CMYK
RGB Variations
Color information
#A47AF4 (or 0xA47AF4) is known color: Medium Purple. HEX triplet: A4, 7A and F4. RGB value is (164,122,244). Sum of RGB (Red+Green+Blue) = 164+122+244=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 244 (95.70% from 255 or 46.04% from 530); Max value from RGB is 244 - color contains mainly: blue. Hex color #A47AF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47AF4 is #5B850B. Grayscale: #949494. Windows color (decimal): -5997836 or 16022180. OLE color: 16022180.
HSL color Cylindrical-coordinate representation of color #A47AF4: hue angle of 260.66º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A47AF4 is Cyan = 0.33, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 122 | 244 | - |
| CMYK | 0.33 | 0.5 | 0 | 0.04 |
| HSL | 260.66º | 0.85% | 0.72% | - |
| HSV(B) | 260.66º | 0.5% | 0.96% | - |
| XYZ | 38.6 | 28.34 | 89.02 | - |
| YUV | 148.47 | 181.91 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 244 | 0.33 | 0.5 | 0 | 0.04 | 260.66 | 0.85 | 0.72 |
| Hex | A4 | 7A | F4 | 21 | 32 | 0 | 4 | 105 | 55 | 48 |
| Octal | 244 | 172 | 364 | 41 | 62 | 0 | 4 | 405 | 125 | 110 |
| Binary | 10100100 | 1111010 | 11110100 | 100001 | 110010 | 0 | 100 | 100000101 | 1010101 | 1001000 |
Color Harmonies of #A47AF4
Complementary color
Monochromatic Colors of #A47AF4
Black with #A47AF4
Text Example
Text Example
White with #A47AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47AF4; }
p { color: rgb(164,122,244); }
H1.HeaderClassName
{
color: #A47AF4;
}
.AnyTagClassName
{
color: #A47AF4;
}
</style>
background-color css
<style>
a { background-color: #A47AF4; }
a { background-color: rgb(164,122,244); }
div.DivClassName
{
background-color: #A47AF4;
}
.BgClassName
{
background-color: #A47AF4;
}
</style>
border-color css
<style>
span { border-color: #A47AF4; }
span { border-color: rgb(164,122,244); }
td.TdClassName
{
border-color: #A47AF4;
}
.TagClassName
{
border-color: #A47AF4;
}
</style>