Shades of Medium Purple #A16EDC
Tints of Medium Purple #A16EDC
RGB
CMYK
RGB Variations
Color information
#A16EDC (or 0xA16EDC) is known color: Medium Purple. HEX triplet: A1, 6E and DC. RGB value is (161,110,220). Sum of RGB (Red+Green+Blue) = 161+110+220=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #A16EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16EDC is #5E9123. Grayscale: #898989. Windows color (decimal): -6197540 or 14446241. OLE color: 14446241.
HSL color Cylindrical-coordinate representation of color #A16EDC: hue angle of 267.82º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A16EDC is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 110 | 220 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.14 |
| HSL | 267.82º | 0.61% | 0.65% | - |
| HSV(B) | 267.82º | 0.5% | 0.86% | - |
| XYZ | 33.19 | 23.9 | 70.57 | - |
| YUV | 137.79 | 174.4 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 220 | 0.27 | 0.50 | 0 | 0.14 | 267.82 | 0.61 | 0.65 |
| Hex | A1 | 6E | DC | 1B | 32 | 0 | E | 10C | 3D | 41 |
| Octal | 241 | 156 | 334 | 33 | 62 | 0 | 16 | 414 | 75 | 101 |
| Binary | 10100001 | 1101110 | 11011100 | 11011 | 110010 | 0 | 1110 | 100001100 | 111101 | 1000001 |
Color Harmonies of #A16EDC
Complementary color
Monochromatic Colors of #A16EDC
Black with #A16EDC
Text Example
Text Example
White with #A16EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16EDC; }
p { color: rgb(161,110,220); }
H1.HeaderClassName
{
color: #A16EDC;
}
.AnyTagClassName
{
color: #A16EDC;
}
</style>
background-color css
<style>
a { background-color: #A16EDC; }
a { background-color: rgb(161,110,220); }
div.DivClassName
{
background-color: #A16EDC;
}
.BgClassName
{
background-color: #A16EDC;
}
</style>
border-color css
<style>
span { border-color: #A16EDC; }
span { border-color: rgb(161,110,220); }
td.TdClassName
{
border-color: #A16EDC;
}
.TagClassName
{
border-color: #A16EDC;
}
</style>