Shades of Medium Purple #A368EC
Tints of Medium Purple #A368EC
RGB
CMYK
RGB Variations
Color information
#A368EC (or 0xA368EC) is known color: Medium Purple. HEX triplet: A3, 68 and EC. RGB value is (163,104,236). Sum of RGB (Red+Green+Blue) = 163+104+236=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #A368EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A368EC is #5C9713. Grayscale: #888888. Windows color (decimal): -6067988 or 15493283. OLE color: 15493283.
HSL color Cylindrical-coordinate representation of color #A368EC: hue angle of 266.82º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A368EC is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 104 | 236 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.07 |
| HSL | 266.82º | 0.78% | 0.67% | - |
| HSV(B) | 266.82º | 0.56% | 0.93% | - |
| XYZ | 35.19 | 23.74 | 82.08 | - |
| YUV | 136.69 | 184.05 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 104 | 236 | 0.31 | 0.56 | 0 | 0.07 | 266.82 | 0.78 | 0.67 |
| Hex | A3 | 68 | EC | 1F | 38 | 0 | 7 | 10B | 4E | 43 |
| Octal | 243 | 150 | 354 | 37 | 70 | 0 | 7 | 413 | 116 | 103 |
| Binary | 10100011 | 1101000 | 11101100 | 11111 | 111000 | 0 | 111 | 100001011 | 1001110 | 1000011 |
Color Harmonies of #A368EC
Complementary color
Monochromatic Colors of #A368EC
Black with #A368EC
Text Example
Text Example
White with #A368EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A368EC; }
p { color: rgb(163,104,236); }
H1.HeaderClassName
{
color: #A368EC;
}
.AnyTagClassName
{
color: #A368EC;
}
</style>
background-color css
<style>
a { background-color: #A368EC; }
a { background-color: rgb(163,104,236); }
div.DivClassName
{
background-color: #A368EC;
}
.BgClassName
{
background-color: #A368EC;
}
</style>
border-color css
<style>
span { border-color: #A368EC; }
span { border-color: rgb(163,104,236); }
td.TdClassName
{
border-color: #A368EC;
}
.TagClassName
{
border-color: #A368EC;
}
</style>