Shades of Medium Purple #A16CEA
Tints of Medium Purple #A16CEA
RGB
CMYK
RGB Variations
Color information
#A16CEA (or 0xA16CEA) is known color: Medium Purple. HEX triplet: A1, 6C and EA. RGB value is (161,108,234). Sum of RGB (Red+Green+Blue) = 161+108+234=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #A16CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16CEA is #5E9315. Grayscale: #898989. Windows color (decimal): -6198038 or 15363233. OLE color: 15363233.
HSL color Cylindrical-coordinate representation of color #A16CEA: hue angle of 265.24º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A16CEA is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 108 | 234 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.08 |
| HSL | 265.24º | 0.75% | 0.67% | - |
| HSV(B) | 265.24º | 0.54% | 0.92% | - |
| XYZ | 34.91 | 24.24 | 80.68 | - |
| YUV | 138.21 | 182.06 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 234 | 0.31 | 0.54 | 0 | 0.08 | 265.24 | 0.75 | 0.67 |
| Hex | A1 | 6C | EA | 1F | 36 | 0 | 8 | 109 | 4B | 43 |
| Octal | 241 | 154 | 352 | 37 | 66 | 0 | 10 | 411 | 113 | 103 |
| Binary | 10100001 | 1101100 | 11101010 | 11111 | 110110 | 0 | 1000 | 100001001 | 1001011 | 1000011 |
Color Harmonies of #A16CEA
Complementary color
Monochromatic Colors of #A16CEA
Black with #A16CEA
Text Example
Text Example
White with #A16CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16CEA; }
p { color: rgb(161,108,234); }
H1.HeaderClassName
{
color: #A16CEA;
}
.AnyTagClassName
{
color: #A16CEA;
}
</style>
background-color css
<style>
a { background-color: #A16CEA; }
a { background-color: rgb(161,108,234); }
div.DivClassName
{
background-color: #A16CEA;
}
.BgClassName
{
background-color: #A16CEA;
}
</style>
border-color css
<style>
span { border-color: #A16CEA; }
span { border-color: rgb(161,108,234); }
td.TdClassName
{
border-color: #A16CEA;
}
.TagClassName
{
border-color: #A16CEA;
}
</style>