Shades of Medium Purple #A36CE8
Tints of Medium Purple #A36CE8
RGB
CMYK
RGB Variations
Color information
#A36CE8 (or 0xA36CE8) is known color: Medium Purple. HEX triplet: A3, 6C and E8. RGB value is (163,108,232). Sum of RGB (Red+Green+Blue) = 163+108+232=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #A36CE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36CE8 is #5C9317. Grayscale: #8A8A8A. Windows color (decimal): -6066968 or 15232163. OLE color: 15232163.
HSL color Cylindrical-coordinate representation of color #A36CE8: hue angle of 266.61º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A36CE8 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 108 | 232 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.09 |
| HSL | 266.61º | 0.73% | 0.67% | - |
| HSV(B) | 266.61º | 0.53% | 0.91% | - |
| XYZ | 35.03 | 24.34 | 79.2 | - |
| YUV | 138.58 | 180.72 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 108 | 232 | 0.30 | 0.53 | 0 | 0.09 | 266.61 | 0.73 | 0.67 |
| Hex | A3 | 6C | E8 | 1E | 35 | 0 | 9 | 10B | 49 | 43 |
| Octal | 243 | 154 | 350 | 36 | 65 | 0 | 11 | 413 | 111 | 103 |
| Binary | 10100011 | 1101100 | 11101000 | 11110 | 110101 | 0 | 1001 | 100001011 | 1001001 | 1000011 |
Color Harmonies of #A36CE8
Complementary color
Monochromatic Colors of #A36CE8
Black with #A36CE8
Text Example
Text Example
White with #A36CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36CE8; }
p { color: rgb(163,108,232); }
H1.HeaderClassName
{
color: #A36CE8;
}
.AnyTagClassName
{
color: #A36CE8;
}
</style>
background-color css
<style>
a { background-color: #A36CE8; }
a { background-color: rgb(163,108,232); }
div.DivClassName
{
background-color: #A36CE8;
}
.BgClassName
{
background-color: #A36CE8;
}
</style>
border-color css
<style>
span { border-color: #A36CE8; }
span { border-color: rgb(163,108,232); }
td.TdClassName
{
border-color: #A36CE8;
}
.TagClassName
{
border-color: #A36CE8;
}
</style>