Shades of Medium Purple #A47FF0
Tints of Medium Purple #A47FF0
RGB
CMYK
RGB Variations
Color information
#A47FF0 (or 0xA47FF0) is known color: Medium Purple. HEX triplet: A4, 7F and F0. RGB value is (164,127,240). Sum of RGB (Red+Green+Blue) = 164+127+240=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #A47FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47FF0 is #5B800F. Grayscale: #969696. Windows color (decimal): -5996560 or 15761316. OLE color: 15761316.
HSL color Cylindrical-coordinate representation of color #A47FF0: hue angle of 259.65º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A47FF0 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 127 | 240 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.06 |
| HSL | 259.65º | 0.79% | 0.72% | - |
| HSV(B) | 259.65º | 0.47% | 0.94% | - |
| XYZ | 38.63 | 29.36 | 86.07 | - |
| YUV | 150.95 | 178.26 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 240 | 0.32 | 0.47 | 0 | 0.06 | 259.65 | 0.79 | 0.72 |
| Hex | A4 | 7F | F0 | 20 | 2F | 0 | 6 | 104 | 4F | 48 |
| Octal | 244 | 177 | 360 | 40 | 57 | 0 | 6 | 404 | 117 | 110 |
| Binary | 10100100 | 1111111 | 11110000 | 100000 | 101111 | 0 | 110 | 100000100 | 1001111 | 1001000 |
Color Harmonies of #A47FF0
Complementary color
Monochromatic Colors of #A47FF0
Black with #A47FF0
Text Example
Text Example
White with #A47FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47FF0; }
p { color: rgb(164,127,240); }
H1.HeaderClassName
{
color: #A47FF0;
}
.AnyTagClassName
{
color: #A47FF0;
}
</style>
background-color css
<style>
a { background-color: #A47FF0; }
a { background-color: rgb(164,127,240); }
div.DivClassName
{
background-color: #A47FF0;
}
.BgClassName
{
background-color: #A47FF0;
}
</style>
border-color css
<style>
span { border-color: #A47FF0; }
span { border-color: rgb(164,127,240); }
td.TdClassName
{
border-color: #A47FF0;
}
.TagClassName
{
border-color: #A47FF0;
}
</style>