Shades of Medium Purple #A16CF3
Tints of Medium Purple #A16CF3
RGB
CMYK
RGB Variations
Color information
#A16CF3 (or 0xA16CF3) is known color: Medium Purple. HEX triplet: A1, 6C and F3. RGB value is (161,108,243). Sum of RGB (Red+Green+Blue) = 161+108+243=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #A16CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16CF3 is #5E930C. Grayscale: #8A8A8A. Windows color (decimal): -6198029 or 15953057. OLE color: 15953057.
HSL color Cylindrical-coordinate representation of color #A16CF3: hue angle of 263.56º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A16CF3 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 108 | 243 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.05 |
| HSL | 263.56º | 0.85% | 0.69% | - |
| HSV(B) | 263.56º | 0.56% | 0.95% | - |
| XYZ | 36.24 | 24.77 | 87.67 | - |
| YUV | 139.24 | 186.56 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 243 | 0.34 | 0.56 | 0 | 0.05 | 263.56 | 0.85 | 0.69 |
| Hex | A1 | 6C | F3 | 22 | 38 | 0 | 5 | 108 | 55 | 45 |
| Octal | 241 | 154 | 363 | 42 | 70 | 0 | 5 | 410 | 125 | 105 |
| Binary | 10100001 | 1101100 | 11110011 | 100010 | 111000 | 0 | 101 | 100001000 | 1010101 | 1000101 |
Color Harmonies of #A16CF3
Complementary color
Monochromatic Colors of #A16CF3
Black with #A16CF3
Text Example
Text Example
White with #A16CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16CF3; }
p { color: rgb(161,108,243); }
H1.HeaderClassName
{
color: #A16CF3;
}
.AnyTagClassName
{
color: #A16CF3;
}
</style>
background-color css
<style>
a { background-color: #A16CF3; }
a { background-color: rgb(161,108,243); }
div.DivClassName
{
background-color: #A16CF3;
}
.BgClassName
{
background-color: #A16CF3;
}
</style>
border-color css
<style>
span { border-color: #A16CF3; }
span { border-color: rgb(161,108,243); }
td.TdClassName
{
border-color: #A16CF3;
}
.TagClassName
{
border-color: #A16CF3;
}
</style>