Shades of Medium Purple #A16BEE
Tints of Medium Purple #A16BEE
RGB
CMYK
RGB Variations
Color information
#A16BEE (or 0xA16BEE) is known color: Medium Purple. HEX triplet: A1, 6B and EE. RGB value is (161,107,238). Sum of RGB (Red+Green+Blue) = 161+107+238=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #A16BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16BEE is #5E9411. Grayscale: #898989. Windows color (decimal): -6198290 or 15625121. OLE color: 15625121.
HSL color Cylindrical-coordinate representation of color #A16BEE: hue angle of 264.73º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A16BEE is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 107 | 238 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.07 |
| HSL | 264.73º | 0.79% | 0.68% | - |
| HSV(B) | 264.73º | 0.55% | 0.93% | - |
| XYZ | 35.39 | 24.27 | 83.71 | - |
| YUV | 138.08 | 184.39 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 238 | 0.32 | 0.55 | 0 | 0.07 | 264.73 | 0.79 | 0.68 |
| Hex | A1 | 6B | EE | 20 | 37 | 0 | 7 | 109 | 4F | 44 |
| Octal | 241 | 153 | 356 | 40 | 67 | 0 | 7 | 411 | 117 | 104 |
| Binary | 10100001 | 1101011 | 11101110 | 100000 | 110111 | 0 | 111 | 100001001 | 1001111 | 1000100 |
Color Harmonies of #A16BEE
Complementary color
Monochromatic Colors of #A16BEE
Black with #A16BEE
Text Example
Text Example
White with #A16BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16BEE; }
p { color: rgb(161,107,238); }
H1.HeaderClassName
{
color: #A16BEE;
}
.AnyTagClassName
{
color: #A16BEE;
}
</style>
background-color css
<style>
a { background-color: #A16BEE; }
a { background-color: rgb(161,107,238); }
div.DivClassName
{
background-color: #A16BEE;
}
.BgClassName
{
background-color: #A16BEE;
}
</style>
border-color css
<style>
span { border-color: #A16BEE; }
span { border-color: rgb(161,107,238); }
td.TdClassName
{
border-color: #A16BEE;
}
.TagClassName
{
border-color: #A16BEE;
}
</style>