Shades of Medium Purple #A47AF0
Tints of Medium Purple #A47AF0
RGB
CMYK
RGB Variations
Color information
#A47AF0 (or 0xA47AF0) is known color: Medium Purple. HEX triplet: A4, 7A and F0. RGB value is (164,122,240). Sum of RGB (Red+Green+Blue) = 164+122+240=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #A47AF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47AF0 is #5B850F. Grayscale: #939393. Windows color (decimal): -5997840 or 15760036. OLE color: 15760036.
HSL color Cylindrical-coordinate representation of color #A47AF0: hue angle of 261.36º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A47AF0 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 122 | 240 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.06 |
| HSL | 261.36º | 0.8% | 0.71% | - |
| HSV(B) | 261.36º | 0.49% | 0.94% | - |
| XYZ | 38 | 28.1 | 85.86 | - |
| YUV | 148.01 | 179.91 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 240 | 0.32 | 0.49 | 0 | 0.06 | 261.36 | 0.8 | 0.71 |
| Hex | A4 | 7A | F0 | 20 | 31 | 0 | 6 | 105 | 50 | 47 |
| Octal | 244 | 172 | 360 | 40 | 61 | 0 | 6 | 405 | 120 | 107 |
| Binary | 10100100 | 1111010 | 11110000 | 100000 | 110001 | 0 | 110 | 100000101 | 1010000 | 1000111 |
Color Harmonies of #A47AF0
Complementary color
Monochromatic Colors of #A47AF0
Black with #A47AF0
Text Example
Text Example
White with #A47AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47AF0; }
p { color: rgb(164,122,240); }
H1.HeaderClassName
{
color: #A47AF0;
}
.AnyTagClassName
{
color: #A47AF0;
}
</style>
background-color css
<style>
a { background-color: #A47AF0; }
a { background-color: rgb(164,122,240); }
div.DivClassName
{
background-color: #A47AF0;
}
.BgClassName
{
background-color: #A47AF0;
}
</style>
border-color css
<style>
span { border-color: #A47AF0; }
span { border-color: rgb(164,122,240); }
td.TdClassName
{
border-color: #A47AF0;
}
.TagClassName
{
border-color: #A47AF0;
}
</style>