Shades of Medium Purple #A16FDC
Tints of Medium Purple #A16FDC
RGB
CMYK
RGB Variations
Color information
#A16FDC (or 0xA16FDC) is known color: Medium Purple. HEX triplet: A1, 6F and DC. RGB value is (161,111,220). Sum of RGB (Red+Green+Blue) = 161+111+220=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #A16FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16FDC is #5E9023. Grayscale: #898989. Windows color (decimal): -6197284 or 14446497. OLE color: 14446497.
HSL color Cylindrical-coordinate representation of color #A16FDC: hue angle of 267.52º 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 #A16FDC is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 111 | 220 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.14 |
| HSL | 267.52º | 0.61% | 0.65% | - |
| HSV(B) | 267.52º | 0.5% | 0.86% | - |
| XYZ | 33.3 | 24.11 | 70.61 | - |
| YUV | 138.38 | 174.07 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 220 | 0.27 | 0.50 | 0 | 0.14 | 267.52 | 0.61 | 0.65 |
| Hex | A1 | 6F | DC | 1B | 32 | 0 | E | 10C | 3D | 41 |
| Octal | 241 | 157 | 334 | 33 | 62 | 0 | 16 | 414 | 75 | 101 |
| Binary | 10100001 | 1101111 | 11011100 | 11011 | 110010 | 0 | 1110 | 100001100 | 111101 | 1000001 |
Color Harmonies of #A16FDC
Complementary color
Monochromatic Colors of #A16FDC
Black with #A16FDC
Text Example
Text Example
White with #A16FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16FDC; }
p { color: rgb(161,111,220); }
H1.HeaderClassName
{
color: #A16FDC;
}
.AnyTagClassName
{
color: #A16FDC;
}
</style>
background-color css
<style>
a { background-color: #A16FDC; }
a { background-color: rgb(161,111,220); }
div.DivClassName
{
background-color: #A16FDC;
}
.BgClassName
{
background-color: #A16FDC;
}
</style>
border-color css
<style>
span { border-color: #A16FDC; }
span { border-color: rgb(161,111,220); }
td.TdClassName
{
border-color: #A16FDC;
}
.TagClassName
{
border-color: #A16FDC;
}
</style>