Shades of Medium Purple #A16AF2
Tints of Medium Purple #A16AF2
RGB
CMYK
RGB Variations
Color information
#A16AF2 (or 0xA16AF2) is known color: Medium Purple. HEX triplet: A1, 6A and F2. RGB value is (161,106,242). Sum of RGB (Red+Green+Blue) = 161+106+242=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #A16AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16AF2 is #5E950D. Grayscale: #898989. Windows color (decimal): -6198542 or 15887009. OLE color: 15887009.
HSL color Cylindrical-coordinate representation of color #A16AF2: hue angle of 264.26º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A16AF2 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 106 | 242 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.05 |
| HSL | 264.26º | 0.84% | 0.68% | - |
| HSV(B) | 264.26º | 0.56% | 0.95% | - |
| XYZ | 35.88 | 24.3 | 86.8 | - |
| YUV | 137.95 | 186.72 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 242 | 0.33 | 0.56 | 0 | 0.05 | 264.26 | 0.84 | 0.68 |
| Hex | A1 | 6A | F2 | 21 | 38 | 0 | 5 | 108 | 54 | 44 |
| Octal | 241 | 152 | 362 | 41 | 70 | 0 | 5 | 410 | 124 | 104 |
| Binary | 10100001 | 1101010 | 11110010 | 100001 | 111000 | 0 | 101 | 100001000 | 1010100 | 1000100 |
Color Harmonies of #A16AF2
Complementary color
Monochromatic Colors of #A16AF2
Black with #A16AF2
Text Example
Text Example
White with #A16AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16AF2; }
p { color: rgb(161,106,242); }
H1.HeaderClassName
{
color: #A16AF2;
}
.AnyTagClassName
{
color: #A16AF2;
}
</style>
background-color css
<style>
a { background-color: #A16AF2; }
a { background-color: rgb(161,106,242); }
div.DivClassName
{
background-color: #A16AF2;
}
.BgClassName
{
background-color: #A16AF2;
}
</style>
border-color css
<style>
span { border-color: #A16AF2; }
span { border-color: rgb(161,106,242); }
td.TdClassName
{
border-color: #A16AF2;
}
.TagClassName
{
border-color: #A16AF2;
}
</style>