Shades of Medium Purple #A16AEA
Tints of Medium Purple #A16AEA
RGB
CMYK
RGB Variations
Color information
#A16AEA (or 0xA16AEA) is known color: Medium Purple. HEX triplet: A1, 6A and EA. RGB value is (161,106,234). Sum of RGB (Red+Green+Blue) = 161+106+234=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #A16AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16AEA is #5E9515. Grayscale: #888888. Windows color (decimal): -6198550 or 15362721. OLE color: 15362721.
HSL color Cylindrical-coordinate representation of color #A16AEA: hue angle of 265.78º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A16AEA is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 106 | 234 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.08 |
| HSL | 265.78º | 0.75% | 0.67% | - |
| HSV(B) | 265.78º | 0.55% | 0.92% | - |
| XYZ | 34.7 | 23.83 | 80.61 | - |
| YUV | 137.04 | 182.72 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 234 | 0.31 | 0.55 | 0 | 0.08 | 265.78 | 0.75 | 0.67 |
| Hex | A1 | 6A | EA | 1F | 37 | 0 | 8 | 10A | 4B | 43 |
| Octal | 241 | 152 | 352 | 37 | 67 | 0 | 10 | 412 | 113 | 103 |
| Binary | 10100001 | 1101010 | 11101010 | 11111 | 110111 | 0 | 1000 | 100001010 | 1001011 | 1000011 |
Color Harmonies of #A16AEA
Complementary color
Monochromatic Colors of #A16AEA
Black with #A16AEA
Text Example
Text Example
White with #A16AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16AEA; }
p { color: rgb(161,106,234); }
H1.HeaderClassName
{
color: #A16AEA;
}
.AnyTagClassName
{
color: #A16AEA;
}
</style>
background-color css
<style>
a { background-color: #A16AEA; }
a { background-color: rgb(161,106,234); }
div.DivClassName
{
background-color: #A16AEA;
}
.BgClassName
{
background-color: #A16AEA;
}
</style>
border-color css
<style>
span { border-color: #A16AEA; }
span { border-color: rgb(161,106,234); }
td.TdClassName
{
border-color: #A16AEA;
}
.TagClassName
{
border-color: #A16AEA;
}
</style>