Shades of Medium Purple #A370EC
Tints of Medium Purple #A370EC
RGB
CMYK
RGB Variations
Color information
#A370EC (or 0xA370EC) is known color: Medium Purple. HEX triplet: A3, 70 and EC. RGB value is (163,112,236). Sum of RGB (Red+Green+Blue) = 163+112+236=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #A370EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A370EC is #5C8F13. Grayscale: #8C8C8C. Windows color (decimal): -6065940 or 15495331. OLE color: 15495331.
HSL color Cylindrical-coordinate representation of color #A370EC: hue angle of 264.68º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A370EC is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 112 | 236 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.07 |
| HSL | 264.68º | 0.77% | 0.68% | - |
| HSV(B) | 264.68º | 0.53% | 0.93% | - |
| XYZ | 36.04 | 25.43 | 82.37 | - |
| YUV | 141.39 | 181.4 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 236 | 0.31 | 0.53 | 0 | 0.07 | 264.68 | 0.77 | 0.68 |
| Hex | A3 | 70 | EC | 1F | 35 | 0 | 7 | 109 | 4D | 44 |
| Octal | 243 | 160 | 354 | 37 | 65 | 0 | 7 | 411 | 115 | 104 |
| Binary | 10100011 | 1110000 | 11101100 | 11111 | 110101 | 0 | 111 | 100001001 | 1001101 | 1000100 |
Color Harmonies of #A370EC
Complementary color
Monochromatic Colors of #A370EC
Black with #A370EC
Text Example
Text Example
White with #A370EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A370EC; }
p { color: rgb(163,112,236); }
H1.HeaderClassName
{
color: #A370EC;
}
.AnyTagClassName
{
color: #A370EC;
}
</style>
background-color css
<style>
a { background-color: #A370EC; }
a { background-color: rgb(163,112,236); }
div.DivClassName
{
background-color: #A370EC;
}
.BgClassName
{
background-color: #A370EC;
}
</style>
border-color css
<style>
span { border-color: #A370EC; }
span { border-color: rgb(163,112,236); }
td.TdClassName
{
border-color: #A370EC;
}
.TagClassName
{
border-color: #A370EC;
}
</style>