Shades of Medium Purple #A15CEC
Tints of Medium Purple #A15CEC
RGB
CMYK
RGB Variations
Color information
#A15CEC (or 0xA15CEC) is known color: Medium Purple. HEX triplet: A1, 5C and EC. RGB value is (161,92,236). Sum of RGB (Red+Green+Blue) = 161+92+236=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #A15CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15CEC is #5EA313. Grayscale: #808080. Windows color (decimal): -6202132 or 15490209. OLE color: 15490209.
HSL color Cylindrical-coordinate representation of color #A15CEC: hue angle of 268.75º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A15CEC is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 92 | 236 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.07 |
| HSL | 268.75º | 0.79% | 0.64% | - |
| HSV(B) | 268.75º | 0.61% | 0.93% | - |
| XYZ | 33.67 | 21.29 | 81.69 | - |
| YUV | 129.05 | 188.36 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 92 | 236 | 0.32 | 0.61 | 0 | 0.07 | 268.75 | 0.79 | 0.64 |
| Hex | A1 | 5C | EC | 20 | 3D | 0 | 7 | 10D | 4F | 40 |
| Octal | 241 | 134 | 354 | 40 | 75 | 0 | 7 | 415 | 117 | 100 |
| Binary | 10100001 | 1011100 | 11101100 | 100000 | 111101 | 0 | 111 | 100001101 | 1001111 | 1000000 |
Color Harmonies of #A15CEC
Complementary color
Monochromatic Colors of #A15CEC
Black with #A15CEC
Text Example
Text Example
White with #A15CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15CEC; }
p { color: rgb(161,92,236); }
H1.HeaderClassName
{
color: #A15CEC;
}
.AnyTagClassName
{
color: #A15CEC;
}
</style>
background-color css
<style>
a { background-color: #A15CEC; }
a { background-color: rgb(161,92,236); }
div.DivClassName
{
background-color: #A15CEC;
}
.BgClassName
{
background-color: #A15CEC;
}
</style>
border-color css
<style>
span { border-color: #A15CEC; }
span { border-color: rgb(161,92,236); }
td.TdClassName
{
border-color: #A15CEC;
}
.TagClassName
{
border-color: #A15CEC;
}
</style>