Shades of Medium Purple #A36DEE
Tints of Medium Purple #A36DEE
RGB
CMYK
RGB Variations
Color information
#A36DEE (or 0xA36DEE) is known color: Medium Purple. HEX triplet: A3, 6D and EE. RGB value is (163,109,238). Sum of RGB (Red+Green+Blue) = 163+109+238=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #A36DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36DEE is #5C9211. Grayscale: #8B8B8B. Windows color (decimal): -6066706 or 15625635. OLE color: 15625635.
HSL color Cylindrical-coordinate representation of color #A36DEE: hue angle of 265.12º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A36DEE is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 109 | 238 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.07 |
| HSL | 265.12º | 0.79% | 0.68% | - |
| HSV(B) | 265.12º | 0.54% | 0.93% | - |
| XYZ | 36.01 | 24.9 | 83.8 | - |
| YUV | 139.85 | 183.39 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 238 | 0.32 | 0.54 | 0 | 0.07 | 265.12 | 0.79 | 0.68 |
| Hex | A3 | 6D | EE | 20 | 36 | 0 | 7 | 109 | 4F | 44 |
| Octal | 243 | 155 | 356 | 40 | 66 | 0 | 7 | 411 | 117 | 104 |
| Binary | 10100011 | 1101101 | 11101110 | 100000 | 110110 | 0 | 111 | 100001001 | 1001111 | 1000100 |
Color Harmonies of #A36DEE
Complementary color
Monochromatic Colors of #A36DEE
Black with #A36DEE
Text Example
Text Example
White with #A36DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36DEE; }
p { color: rgb(163,109,238); }
H1.HeaderClassName
{
color: #A36DEE;
}
.AnyTagClassName
{
color: #A36DEE;
}
</style>
background-color css
<style>
a { background-color: #A36DEE; }
a { background-color: rgb(163,109,238); }
div.DivClassName
{
background-color: #A36DEE;
}
.BgClassName
{
background-color: #A36DEE;
}
</style>
border-color css
<style>
span { border-color: #A36DEE; }
span { border-color: rgb(163,109,238); }
td.TdClassName
{
border-color: #A36DEE;
}
.TagClassName
{
border-color: #A36DEE;
}
</style>