Shades of Medium Purple #A36CEC
Tints of Medium Purple #A36CEC
RGB
CMYK
RGB Variations
Color information
#A36CEC (or 0xA36CEC) is known color: Medium Purple. HEX triplet: A3, 6C and EC. RGB value is (163,108,236). Sum of RGB (Red+Green+Blue) = 163+108+236=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #A36CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36CEC is #5C9313. Grayscale: #8A8A8A. Windows color (decimal): -6066964 or 15494307. OLE color: 15494307.
HSL color Cylindrical-coordinate representation of color #A36CEC: hue angle of 265.78º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A36CEC is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 108 | 236 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.07 |
| HSL | 265.78º | 0.77% | 0.67% | - |
| HSV(B) | 265.78º | 0.54% | 0.93% | - |
| XYZ | 35.61 | 24.57 | 82.22 | - |
| YUV | 139.04 | 182.72 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 108 | 236 | 0.31 | 0.54 | 0 | 0.07 | 265.78 | 0.77 | 0.67 |
| Hex | A3 | 6C | EC | 1F | 36 | 0 | 7 | 10A | 4D | 43 |
| Octal | 243 | 154 | 354 | 37 | 66 | 0 | 7 | 412 | 115 | 103 |
| Binary | 10100011 | 1101100 | 11101100 | 11111 | 110110 | 0 | 111 | 100001010 | 1001101 | 1000011 |
Color Harmonies of #A36CEC
Complementary color
Monochromatic Colors of #A36CEC
Black with #A36CEC
Text Example
Text Example
White with #A36CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36CEC; }
p { color: rgb(163,108,236); }
H1.HeaderClassName
{
color: #A36CEC;
}
.AnyTagClassName
{
color: #A36CEC;
}
</style>
background-color css
<style>
a { background-color: #A36CEC; }
a { background-color: rgb(163,108,236); }
div.DivClassName
{
background-color: #A36CEC;
}
.BgClassName
{
background-color: #A36CEC;
}
</style>
border-color css
<style>
span { border-color: #A36CEC; }
span { border-color: rgb(163,108,236); }
td.TdClassName
{
border-color: #A36CEC;
}
.TagClassName
{
border-color: #A36CEC;
}
</style>