Shades of Medium Purple #A36FDC
Tints of Medium Purple #A36FDC
RGB
CMYK
RGB Variations
Color information
#A36FDC (or 0xA36FDC) is known color: Medium Purple. HEX triplet: A3, 6F and DC. RGB value is (163,111,220). Sum of RGB (Red+Green+Blue) = 163+111+220=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #A36FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FDC is #5C9023. Grayscale: #8A8A8A. Windows color (decimal): -6066212 or 14446499. OLE color: 14446499.
HSL color Cylindrical-coordinate representation of color #A36FDC: hue angle of 268.62º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A36FDC is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 111 | 220 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.14 |
| HSL | 268.62º | 0.61% | 0.65% | - |
| HSV(B) | 268.62º | 0.5% | 0.86% | - |
| XYZ | 33.71 | 24.32 | 70.63 | - |
| YUV | 138.97 | 173.73 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 220 | 0.26 | 0.50 | 0 | 0.14 | 268.62 | 0.61 | 0.65 |
| Hex | A3 | 6F | DC | 1A | 32 | 0 | E | 10D | 3D | 41 |
| Octal | 243 | 157 | 334 | 32 | 62 | 0 | 16 | 415 | 75 | 101 |
| Binary | 10100011 | 1101111 | 11011100 | 11010 | 110010 | 0 | 1110 | 100001101 | 111101 | 1000001 |
Color Harmonies of #A36FDC
Complementary color
Monochromatic Colors of #A36FDC
Black with #A36FDC
Text Example
Text Example
White with #A36FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FDC; }
p { color: rgb(163,111,220); }
H1.HeaderClassName
{
color: #A36FDC;
}
.AnyTagClassName
{
color: #A36FDC;
}
</style>
background-color css
<style>
a { background-color: #A36FDC; }
a { background-color: rgb(163,111,220); }
div.DivClassName
{
background-color: #A36FDC;
}
.BgClassName
{
background-color: #A36FDC;
}
</style>
border-color css
<style>
span { border-color: #A36FDC; }
span { border-color: rgb(163,111,220); }
td.TdClassName
{
border-color: #A36FDC;
}
.TagClassName
{
border-color: #A36FDC;
}
</style>