Shades of Medium Purple #A470F6
Tints of Medium Purple #A470F6
RGB
CMYK
RGB Variations
Color information
#A470F6 (or 0xA470F6) is known color: Medium Purple. HEX triplet: A4, 70 and F6. RGB value is (164,112,246). Sum of RGB (Red+Green+Blue) = 164+112+246=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 246 (96.48% from 255 or 47.13% from 522); Max value from RGB is 246 - color contains mainly: blue. Hex color #A470F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A470F6 is #5B8F09. Grayscale: #8E8E8E. Windows color (decimal): -6000394 or 16150692. OLE color: 16150692.
HSL color Cylindrical-coordinate representation of color #A470F6: hue angle of 263.28º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A470F6 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 112 | 246 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.04 |
| HSL | 263.28º | 0.88% | 0.7% | - |
| HSV(B) | 263.28º | 0.54% | 0.96% | - |
| XYZ | 37.74 | 26.13 | 90.24 | - |
| YUV | 142.82 | 186.23 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 246 | 0.33 | 0.54 | 0 | 0.04 | 263.28 | 0.88 | 0.7 |
| Hex | A4 | 70 | F6 | 21 | 36 | 0 | 4 | 107 | 58 | 46 |
| Octal | 244 | 160 | 366 | 41 | 66 | 0 | 4 | 407 | 130 | 106 |
| Binary | 10100100 | 1110000 | 11110110 | 100001 | 110110 | 0 | 100 | 100000111 | 1011000 | 1000110 |
Color Harmonies of #A470F6
Complementary color
Monochromatic Colors of #A470F6
Black with #A470F6
Text Example
Text Example
White with #A470F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A470F6; }
p { color: rgb(164,112,246); }
H1.HeaderClassName
{
color: #A470F6;
}
.AnyTagClassName
{
color: #A470F6;
}
</style>
background-color css
<style>
a { background-color: #A470F6; }
a { background-color: rgb(164,112,246); }
div.DivClassName
{
background-color: #A470F6;
}
.BgClassName
{
background-color: #A470F6;
}
</style>
border-color css
<style>
span { border-color: #A470F6; }
span { border-color: rgb(164,112,246); }
td.TdClassName
{
border-color: #A470F6;
}
.TagClassName
{
border-color: #A470F6;
}
</style>