Shades of Medium Purple #A36CED
Tints of Medium Purple #A36CED
RGB
CMYK
RGB Variations
Color information
#A36CED (or 0xA36CED) is known color: Medium Purple. HEX triplet: A3, 6C and ED. RGB value is (163,108,237). Sum of RGB (Red+Green+Blue) = 163+108+237=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #A36CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36CED is #5C9312. Grayscale: #8A8A8A. Windows color (decimal): -6066963 or 15559843. OLE color: 15559843.
HSL color Cylindrical-coordinate representation of color #A36CED: hue angle of 265.58º degrees, saturation: 0.78, 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 #A36CED is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 108 | 237 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.07 |
| HSL | 265.58º | 0.78% | 0.68% | - |
| HSV(B) | 265.58º | 0.54% | 0.93% | - |
| XYZ | 35.75 | 24.63 | 82.99 | - |
| YUV | 139.15 | 183.22 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 108 | 237 | 0.31 | 0.54 | 0 | 0.07 | 265.58 | 0.78 | 0.68 |
| Hex | A3 | 6C | ED | 1F | 36 | 0 | 7 | 10A | 4E | 44 |
| Octal | 243 | 154 | 355 | 37 | 66 | 0 | 7 | 412 | 116 | 104 |
| Binary | 10100011 | 1101100 | 11101101 | 11111 | 110110 | 0 | 111 | 100001010 | 1001110 | 1000100 |
Color Harmonies of #A36CED
Complementary color
Monochromatic Colors of #A36CED
Black with #A36CED
Text Example
Text Example
White with #A36CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36CED; }
p { color: rgb(163,108,237); }
H1.HeaderClassName
{
color: #A36CED;
}
.AnyTagClassName
{
color: #A36CED;
}
</style>
background-color css
<style>
a { background-color: #A36CED; }
a { background-color: rgb(163,108,237); }
div.DivClassName
{
background-color: #A36CED;
}
.BgClassName
{
background-color: #A36CED;
}
</style>
border-color css
<style>
span { border-color: #A36CED; }
span { border-color: rgb(163,108,237); }
td.TdClassName
{
border-color: #A36CED;
}
.TagClassName
{
border-color: #A36CED;
}
</style>