Shades of Medium Purple #A15EEF
Tints of Medium Purple #A15EEF
RGB
CMYK
RGB Variations
Color information
#A15EEF (or 0xA15EEF) is known color: Medium Purple. HEX triplet: A1, 5E and EF. RGB value is (161,94,239). Sum of RGB (Red+Green+Blue) = 161+94+239=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #A15EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15EEF is #5EA110. Grayscale: #828282. Windows color (decimal): -6201617 or 15687329. OLE color: 15687329.
HSL color Cylindrical-coordinate representation of color #A15EEF: hue angle of 267.72º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A15EEF is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 94 | 239 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.06 |
| HSL | 267.72º | 0.82% | 0.65% | - |
| HSV(B) | 267.72º | 0.61% | 0.94% | - |
| XYZ | 34.28 | 21.81 | 84.07 | - |
| YUV | 130.56 | 189.2 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 94 | 239 | 0.33 | 0.61 | 0 | 0.06 | 267.72 | 0.82 | 0.65 |
| Hex | A1 | 5E | EF | 21 | 3D | 0 | 6 | 10C | 52 | 41 |
| Octal | 241 | 136 | 357 | 41 | 75 | 0 | 6 | 414 | 122 | 101 |
| Binary | 10100001 | 1011110 | 11101111 | 100001 | 111101 | 0 | 110 | 100001100 | 1010010 | 1000001 |
Color Harmonies of #A15EEF
Complementary color
Monochromatic Colors of #A15EEF
Black with #A15EEF
Text Example
Text Example
White with #A15EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15EEF; }
p { color: rgb(161,94,239); }
H1.HeaderClassName
{
color: #A15EEF;
}
.AnyTagClassName
{
color: #A15EEF;
}
</style>
background-color css
<style>
a { background-color: #A15EEF; }
a { background-color: rgb(161,94,239); }
div.DivClassName
{
background-color: #A15EEF;
}
.BgClassName
{
background-color: #A15EEF;
}
</style>
border-color css
<style>
span { border-color: #A15EEF; }
span { border-color: rgb(161,94,239); }
td.TdClassName
{
border-color: #A15EEF;
}
.TagClassName
{
border-color: #A15EEF;
}
</style>