Shades of Medium Purple #A16FE5
Tints of Medium Purple #A16FE5
RGB
CMYK
RGB Variations
Color information
#A16FE5 (or 0xA16FE5) is known color: Medium Purple. HEX triplet: A1, 6F and E5. RGB value is (161,111,229). Sum of RGB (Red+Green+Blue) = 161+111+229=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #A16FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16FE5 is #5E901A. Grayscale: #8A8A8A. Windows color (decimal): -6197275 or 15036321. OLE color: 15036321.
HSL color Cylindrical-coordinate representation of color #A16FE5: hue angle of 265.42º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A16FE5 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 111 | 229 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.10 |
| HSL | 265.42º | 0.69% | 0.67% | - |
| HSV(B) | 265.42º | 0.52% | 0.9% | - |
| XYZ | 34.53 | 24.6 | 77.06 | - |
| YUV | 139.4 | 178.57 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 229 | 0.30 | 0.52 | 0 | 0.10 | 265.42 | 0.69 | 0.67 |
| Hex | A1 | 6F | E5 | 1E | 34 | 0 | A | 109 | 45 | 43 |
| Octal | 241 | 157 | 345 | 36 | 64 | 0 | 12 | 411 | 105 | 103 |
| Binary | 10100001 | 1101111 | 11100101 | 11110 | 110100 | 0 | 1010 | 100001001 | 1000101 | 1000011 |
Color Harmonies of #A16FE5
Complementary color
Monochromatic Colors of #A16FE5
Black with #A16FE5
Text Example
Text Example
White with #A16FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16FE5; }
p { color: rgb(161,111,229); }
H1.HeaderClassName
{
color: #A16FE5;
}
.AnyTagClassName
{
color: #A16FE5;
}
</style>
background-color css
<style>
a { background-color: #A16FE5; }
a { background-color: rgb(161,111,229); }
div.DivClassName
{
background-color: #A16FE5;
}
.BgClassName
{
background-color: #A16FE5;
}
</style>
border-color css
<style>
span { border-color: #A16FE5; }
span { border-color: rgb(161,111,229); }
td.TdClassName
{
border-color: #A16FE5;
}
.TagClassName
{
border-color: #A16FE5;
}
</style>