Shades of Medium Purple #A16CE1
Tints of Medium Purple #A16CE1
RGB
CMYK
RGB Variations
Color information
#A16CE1 (or 0xA16CE1) is known color: Medium Purple. HEX triplet: A1, 6C and E1. RGB value is (161,108,225). Sum of RGB (Red+Green+Blue) = 161+108+225=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 225 (88.28% from 255 or 45.55% from 494); Max value from RGB is 225 - color contains mainly: blue. Hex color #A16CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CE1 is #5E931E. Grayscale: #888888. Windows color (decimal): -6198047 or 14773409. OLE color: 14773409.
HSL color Cylindrical-coordinate representation of color #A16CE1: hue angle of 267.18º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A16CE1 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 108 | 225 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.12 |
| HSL | 267.18º | 0.66% | 0.65% | - |
| HSV(B) | 267.18º | 0.52% | 0.88% | - |
| XYZ | 33.65 | 23.74 | 74.04 | - |
| YUV | 137.19 | 177.56 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 225 | 0.28 | 0.52 | 0 | 0.12 | 267.18 | 0.66 | 0.65 |
| Hex | A1 | 6C | E1 | 1C | 34 | 0 | C | 10B | 42 | 41 |
| Octal | 241 | 154 | 341 | 34 | 64 | 0 | 14 | 413 | 102 | 101 |
| Binary | 10100001 | 1101100 | 11100001 | 11100 | 110100 | 0 | 1100 | 100001011 | 1000010 | 1000001 |
Color Harmonies of #A16CE1
Complementary color
Monochromatic Colors of #A16CE1
Black with #A16CE1
Text Example
Text Example
White with #A16CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16CE1; }
p { color: rgb(161,108,225); }
H1.HeaderClassName
{
color: #A16CE1;
}
.AnyTagClassName
{
color: #A16CE1;
}
</style>
background-color css
<style>
a { background-color: #A16CE1; }
a { background-color: rgb(161,108,225); }
div.DivClassName
{
background-color: #A16CE1;
}
.BgClassName
{
background-color: #A16CE1;
}
</style>
border-color css
<style>
span { border-color: #A16CE1; }
span { border-color: rgb(161,108,225); }
td.TdClassName
{
border-color: #A16CE1;
}
.TagClassName
{
border-color: #A16CE1;
}
</style>