Shades of Medium Purple #A15CEB
Tints of Medium Purple #A15CEB
RGB
CMYK
RGB Variations
Color information
#A15CEB (or 0xA15CEB) is known color: Medium Purple. HEX triplet: A1, 5C and EB. RGB value is (161,92,235). Sum of RGB (Red+Green+Blue) = 161+92+235=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #A15CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15CEB is #5EA314. Grayscale: #808080. Windows color (decimal): -6202133 or 15424673. OLE color: 15424673.
HSL color Cylindrical-coordinate representation of color #A15CEB: hue angle of 268.95º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A15CEB is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 92 | 235 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.08 |
| HSL | 268.95º | 0.78% | 0.64% | - |
| HSV(B) | 268.95º | 0.61% | 0.92% | - |
| XYZ | 33.52 | 21.23 | 80.93 | - |
| YUV | 128.93 | 187.86 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 92 | 235 | 0.31 | 0.61 | 0 | 0.08 | 268.95 | 0.78 | 0.64 |
| Hex | A1 | 5C | EB | 1F | 3D | 0 | 8 | 10D | 4E | 40 |
| Octal | 241 | 134 | 353 | 37 | 75 | 0 | 10 | 415 | 116 | 100 |
| Binary | 10100001 | 1011100 | 11101011 | 11111 | 111101 | 0 | 1000 | 100001101 | 1001110 | 1000000 |
Color Harmonies of #A15CEB
Complementary color
Monochromatic Colors of #A15CEB
Black with #A15CEB
Text Example
Text Example
White with #A15CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15CEB; }
p { color: rgb(161,92,235); }
H1.HeaderClassName
{
color: #A15CEB;
}
.AnyTagClassName
{
color: #A15CEB;
}
</style>
background-color css
<style>
a { background-color: #A15CEB; }
a { background-color: rgb(161,92,235); }
div.DivClassName
{
background-color: #A15CEB;
}
.BgClassName
{
background-color: #A15CEB;
}
</style>
border-color css
<style>
span { border-color: #A15CEB; }
span { border-color: rgb(161,92,235); }
td.TdClassName
{
border-color: #A15CEB;
}
.TagClassName
{
border-color: #A15CEB;
}
</style>