Shades of Medium Purple #A15DE9
Tints of Medium Purple #A15DE9
RGB
CMYK
RGB Variations
Color information
#A15DE9 (or 0xA15DE9) is known color: Medium Purple. HEX triplet: A1, 5D and E9. RGB value is (161,93,233). Sum of RGB (Red+Green+Blue) = 161+93+233=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 233 (91.41% from 255 or 47.84% from 487); Max value from RGB is 233 - color contains mainly: blue. Hex color #A15DE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15DE9 is #5EA216. Grayscale: #808080. Windows color (decimal): -6201879 or 15293857. OLE color: 15293857.
HSL color Cylindrical-coordinate representation of color #A15DE9: hue angle of 269.14º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A15DE9 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 93 | 233 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.09 |
| HSL | 269.14º | 0.76% | 0.64% | - |
| HSV(B) | 269.14º | 0.6% | 0.91% | - |
| XYZ | 33.32 | 21.29 | 79.44 | - |
| YUV | 129.29 | 186.53 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 93 | 233 | 0.31 | 0.60 | 0 | 0.09 | 269.14 | 0.76 | 0.64 |
| Hex | A1 | 5D | E9 | 1F | 3C | 0 | 9 | 10D | 4C | 40 |
| Octal | 241 | 135 | 351 | 37 | 74 | 0 | 11 | 415 | 114 | 100 |
| Binary | 10100001 | 1011101 | 11101001 | 11111 | 111100 | 0 | 1001 | 100001101 | 1001100 | 1000000 |
Color Harmonies of #A15DE9
Complementary color
Monochromatic Colors of #A15DE9
Black with #A15DE9
Text Example
Text Example
White with #A15DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15DE9; }
p { color: rgb(161,93,233); }
H1.HeaderClassName
{
color: #A15DE9;
}
.AnyTagClassName
{
color: #A15DE9;
}
</style>
background-color css
<style>
a { background-color: #A15DE9; }
a { background-color: rgb(161,93,233); }
div.DivClassName
{
background-color: #A15DE9;
}
.BgClassName
{
background-color: #A15DE9;
}
</style>
border-color css
<style>
span { border-color: #A15DE9; }
span { border-color: rgb(161,93,233); }
td.TdClassName
{
border-color: #A15DE9;
}
.TagClassName
{
border-color: #A15DE9;
}
</style>