Shades of Medium Purple #A156EE
Tints of Medium Purple #A156EE
RGB
CMYK
RGB Variations
Color information
#A156EE (or 0xA156EE) is known color: Medium Purple. HEX triplet: A1, 56 and EE. RGB value is (161,86,238). Sum of RGB (Red+Green+Blue) = 161+86+238=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #A156EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A156EE is #5EA911. Grayscale: #7D7D7D. Windows color (decimal): -6203666 or 15619745. OLE color: 15619745.
HSL color Cylindrical-coordinate representation of color #A156EE: hue angle of 269.61º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A156EE is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 86 | 238 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.07 |
| HSL | 269.61º | 0.82% | 0.64% | - |
| HSV(B) | 269.61º | 0.64% | 0.93% | - |
| XYZ | 33.46 | 20.41 | 83.06 | - |
| YUV | 125.75 | 191.35 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 238 | 0.32 | 0.64 | 0 | 0.07 | 269.61 | 0.82 | 0.64 |
| Hex | A1 | 56 | EE | 20 | 40 | 0 | 7 | 10E | 52 | 40 |
| Octal | 241 | 126 | 356 | 40 | 100 | 0 | 7 | 416 | 122 | 100 |
| Binary | 10100001 | 1010110 | 11101110 | 100000 | 1000000 | 0 | 111 | 100001110 | 1010010 | 1000000 |
Color Harmonies of #A156EE
Complementary color
Monochromatic Colors of #A156EE
Black with #A156EE
Text Example
Text Example
White with #A156EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A156EE; }
p { color: rgb(161,86,238); }
H1.HeaderClassName
{
color: #A156EE;
}
.AnyTagClassName
{
color: #A156EE;
}
</style>
background-color css
<style>
a { background-color: #A156EE; }
a { background-color: rgb(161,86,238); }
div.DivClassName
{
background-color: #A156EE;
}
.BgClassName
{
background-color: #A156EE;
}
</style>
border-color css
<style>
span { border-color: #A156EE; }
span { border-color: rgb(161,86,238); }
td.TdClassName
{
border-color: #A156EE;
}
.TagClassName
{
border-color: #A156EE;
}
</style>