Shades of Medium Purple #A16AF4
Tints of Medium Purple #A16AF4
RGB
CMYK
RGB Variations
Color information
#A16AF4 (or 0xA16AF4) is known color: Medium Purple. HEX triplet: A1, 6A and F4. RGB value is (161,106,244). Sum of RGB (Red+Green+Blue) = 161+106+244=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 244 (95.70% from 255 or 47.75% from 511); Max value from RGB is 244 - color contains mainly: blue. Hex color #A16AF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16AF4 is #5E950B. Grayscale: #898989. Windows color (decimal): -6198540 or 16018081. OLE color: 16018081.
HSL color Cylindrical-coordinate representation of color #A16AF4: hue angle of 263.91º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A16AF4 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 106 | 244 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.04 |
| HSL | 263.91º | 0.86% | 0.69% | - |
| HSV(B) | 263.91º | 0.57% | 0.96% | - |
| XYZ | 36.18 | 24.42 | 88.39 | - |
| YUV | 138.18 | 187.72 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 244 | 0.34 | 0.57 | 0 | 0.04 | 263.91 | 0.86 | 0.69 |
| Hex | A1 | 6A | F4 | 22 | 39 | 0 | 4 | 108 | 56 | 45 |
| Octal | 241 | 152 | 364 | 42 | 71 | 0 | 4 | 410 | 126 | 105 |
| Binary | 10100001 | 1101010 | 11110100 | 100010 | 111001 | 0 | 100 | 100001000 | 1010110 | 1000101 |
Color Harmonies of #A16AF4
Complementary color
Monochromatic Colors of #A16AF4
Black with #A16AF4
Text Example
Text Example
White with #A16AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16AF4; }
p { color: rgb(161,106,244); }
H1.HeaderClassName
{
color: #A16AF4;
}
.AnyTagClassName
{
color: #A16AF4;
}
</style>
background-color css
<style>
a { background-color: #A16AF4; }
a { background-color: rgb(161,106,244); }
div.DivClassName
{
background-color: #A16AF4;
}
.BgClassName
{
background-color: #A16AF4;
}
</style>
border-color css
<style>
span { border-color: #A16AF4; }
span { border-color: rgb(161,106,244); }
td.TdClassName
{
border-color: #A16AF4;
}
.TagClassName
{
border-color: #A16AF4;
}
</style>