Shades of Medium Purple #A47AF8
Tints of Medium Purple #A47AF8
RGB
CMYK
RGB Variations
Color information
#A47AF8 (or 0xA47AF8) is known color: Medium Purple. HEX triplet: A4, 7A and F8. RGB value is (164,122,248). Sum of RGB (Red+Green+Blue) = 164+122+248=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 248 (97.27% from 255 or 46.44% from 534); Max value from RGB is 248 - color contains mainly: blue. Hex color #A47AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47AF8 is #5B8507. Grayscale: #949494. Windows color (decimal): -5997832 or 16284324. OLE color: 16284324.
HSL color Cylindrical-coordinate representation of color #A47AF8: hue angle of 260º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A47AF8 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 122 | 248 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.03 |
| HSL | 260º | 0.9% | 0.73% | - |
| HSV(B) | 260º | 0.51% | 0.97% | - |
| XYZ | 39.21 | 28.59 | 92.26 | - |
| YUV | 148.92 | 183.91 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 248 | 0.34 | 0.51 | 0 | 0.03 | 260 | 0.9 | 0.73 |
| Hex | A4 | 7A | F8 | 22 | 33 | 0 | 3 | 104 | 5A | 49 |
| Octal | 244 | 172 | 370 | 42 | 63 | 0 | 3 | 404 | 132 | 111 |
| Binary | 10100100 | 1111010 | 11111000 | 100010 | 110011 | 0 | 11 | 100000100 | 1011010 | 1001001 |
Color Harmonies of #A47AF8
Complementary color
Monochromatic Colors of #A47AF8
Black with #A47AF8
Text Example
Text Example
White with #A47AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47AF8; }
p { color: rgb(164,122,248); }
H1.HeaderClassName
{
color: #A47AF8;
}
.AnyTagClassName
{
color: #A47AF8;
}
</style>
background-color css
<style>
a { background-color: #A47AF8; }
a { background-color: rgb(164,122,248); }
div.DivClassName
{
background-color: #A47AF8;
}
.BgClassName
{
background-color: #A47AF8;
}
</style>
border-color css
<style>
span { border-color: #A47AF8; }
span { border-color: rgb(164,122,248); }
td.TdClassName
{
border-color: #A47AF8;
}
.TagClassName
{
border-color: #A47AF8;
}
</style>