Shades of Medium Purple #A16AF8
Tints of Medium Purple #A16AF8
RGB
CMYK
RGB Variations
Color information
#A16AF8 (or 0xA16AF8) is known color: Medium Purple. HEX triplet: A1, 6A and F8. RGB value is (161,106,248). Sum of RGB (Red+Green+Blue) = 161+106+248=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 248 (97.27% from 255 or 48.16% from 515); Max value from RGB is 248 - color contains mainly: blue. Hex color #A16AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16AF8 is #5E9507. Grayscale: #8A8A8A. Windows color (decimal): -6198536 or 16280225. OLE color: 16280225.
HSL color Cylindrical-coordinate representation of color #A16AF8: hue angle of 263.24º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A16AF8 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 106 | 248 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.03 |
| HSL | 263.24º | 0.91% | 0.69% | - |
| HSV(B) | 263.24º | 0.57% | 0.97% | - |
| XYZ | 36.8 | 24.66 | 91.63 | - |
| YUV | 138.63 | 189.72 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 248 | 0.35 | 0.57 | 0 | 0.03 | 263.24 | 0.91 | 0.69 |
| Hex | A1 | 6A | F8 | 23 | 39 | 0 | 3 | 107 | 5B | 45 |
| Octal | 241 | 152 | 370 | 43 | 71 | 0 | 3 | 407 | 133 | 105 |
| Binary | 10100001 | 1101010 | 11111000 | 100011 | 111001 | 0 | 11 | 100000111 | 1011011 | 1000101 |
Color Harmonies of #A16AF8
Complementary color
Monochromatic Colors of #A16AF8
Black with #A16AF8
Text Example
Text Example
White with #A16AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16AF8; }
p { color: rgb(161,106,248); }
H1.HeaderClassName
{
color: #A16AF8;
}
.AnyTagClassName
{
color: #A16AF8;
}
</style>
background-color css
<style>
a { background-color: #A16AF8; }
a { background-color: rgb(161,106,248); }
div.DivClassName
{
background-color: #A16AF8;
}
.BgClassName
{
background-color: #A16AF8;
}
</style>
border-color css
<style>
span { border-color: #A16AF8; }
span { border-color: rgb(161,106,248); }
td.TdClassName
{
border-color: #A16AF8;
}
.TagClassName
{
border-color: #A16AF8;
}
</style>