Shades of Medium Purple #A36DEF
Tints of Medium Purple #A36DEF
RGB
CMYK
RGB Variations
Color information
#A36DEF (or 0xA36DEF) is known color: Medium Purple. HEX triplet: A3, 6D and EF. RGB value is (163,109,239). Sum of RGB (Red+Green+Blue) = 163+109+239=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #A36DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36DEF is #5C9210. Grayscale: #8B8B8B. Windows color (decimal): -6066705 or 15691171. OLE color: 15691171.
HSL color Cylindrical-coordinate representation of color #A36DEF: hue angle of 264.92º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A36DEF is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 109 | 239 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.06 |
| HSL | 264.92º | 0.8% | 0.68% | - |
| HSV(B) | 264.92º | 0.54% | 0.94% | - |
| XYZ | 36.15 | 24.96 | 84.57 | - |
| YUV | 139.97 | 183.89 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 239 | 0.32 | 0.54 | 0 | 0.06 | 264.92 | 0.8 | 0.68 |
| Hex | A3 | 6D | EF | 20 | 36 | 0 | 6 | 109 | 50 | 44 |
| Octal | 243 | 155 | 357 | 40 | 66 | 0 | 6 | 411 | 120 | 104 |
| Binary | 10100011 | 1101101 | 11101111 | 100000 | 110110 | 0 | 110 | 100001001 | 1010000 | 1000100 |
Color Harmonies of #A36DEF
Complementary color
Monochromatic Colors of #A36DEF
Black with #A36DEF
Text Example
Text Example
White with #A36DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36DEF; }
p { color: rgb(163,109,239); }
H1.HeaderClassName
{
color: #A36DEF;
}
.AnyTagClassName
{
color: #A36DEF;
}
</style>
background-color css
<style>
a { background-color: #A36DEF; }
a { background-color: rgb(163,109,239); }
div.DivClassName
{
background-color: #A36DEF;
}
.BgClassName
{
background-color: #A36DEF;
}
</style>
border-color css
<style>
span { border-color: #A36DEF; }
span { border-color: rgb(163,109,239); }
td.TdClassName
{
border-color: #A36DEF;
}
.TagClassName
{
border-color: #A36DEF;
}
</style>