Shades of Medium Purple #A16FDB
Tints of Medium Purple #A16FDB
RGB
CMYK
RGB Variations
Color information
#A16FDB (or 0xA16FDB) is known color: Medium Purple. HEX triplet: A1, 6F and DB. RGB value is (161,111,219). Sum of RGB (Red+Green+Blue) = 161+111+219=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #A16FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16FDB is #5E9024. Grayscale: #898989. Windows color (decimal): -6197285 or 14380961. OLE color: 14380961.
HSL color Cylindrical-coordinate representation of color #A16FDB: hue angle of 267.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A16FDB is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 111 | 219 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.14 |
| HSL | 267.78º | 0.6% | 0.65% | - |
| HSV(B) | 267.78º | 0.49% | 0.86% | - |
| XYZ | 33.17 | 24.06 | 69.91 | - |
| YUV | 138.26 | 173.57 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 219 | 0.26 | 0.49 | 0 | 0.14 | 267.78 | 0.6 | 0.65 |
| Hex | A1 | 6F | DB | 1A | 31 | 0 | E | 10C | 3C | 41 |
| Octal | 241 | 157 | 333 | 32 | 61 | 0 | 16 | 414 | 74 | 101 |
| Binary | 10100001 | 1101111 | 11011011 | 11010 | 110001 | 0 | 1110 | 100001100 | 111100 | 1000001 |
Color Harmonies of #A16FDB
Complementary color
Monochromatic Colors of #A16FDB
Black with #A16FDB
Text Example
Text Example
White with #A16FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16FDB; }
p { color: rgb(161,111,219); }
H1.HeaderClassName
{
color: #A16FDB;
}
.AnyTagClassName
{
color: #A16FDB;
}
</style>
background-color css
<style>
a { background-color: #A16FDB; }
a { background-color: rgb(161,111,219); }
div.DivClassName
{
background-color: #A16FDB;
}
.BgClassName
{
background-color: #A16FDB;
}
</style>
border-color css
<style>
span { border-color: #A16FDB; }
span { border-color: rgb(161,111,219); }
td.TdClassName
{
border-color: #A16FDB;
}
.TagClassName
{
border-color: #A16FDB;
}
</style>