Shades of Medium Purple #A45CEC
Tints of Medium Purple #A45CEC
RGB
CMYK
RGB Variations
Color information
#A45CEC (or 0xA45CEC) is known color: Medium Purple. HEX triplet: A4, 5C and EC. RGB value is (164,92,236). Sum of RGB (Red+Green+Blue) = 164+92+236=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #A45CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45CEC is #5BA313. Grayscale: #818181. Windows color (decimal): -6005524 or 15490212. OLE color: 15490212.
HSL color Cylindrical-coordinate representation of color #A45CEC: hue angle of 270º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A45CEC is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 92 | 236 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.07 |
| HSL | 270º | 0.79% | 0.64% | - |
| HSV(B) | 270º | 0.61% | 0.93% | - |
| XYZ | 34.28 | 21.6 | 81.72 | - |
| YUV | 129.94 | 187.85 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 92 | 236 | 0.31 | 0.61 | 0 | 0.07 | 270 | 0.79 | 0.64 |
| Hex | A4 | 5C | EC | 1F | 3D | 0 | 7 | 10E | 4F | 40 |
| Octal | 244 | 134 | 354 | 37 | 75 | 0 | 7 | 416 | 117 | 100 |
| Binary | 10100100 | 1011100 | 11101100 | 11111 | 111101 | 0 | 111 | 100001110 | 1001111 | 1000000 |
Color Harmonies of #A45CEC
Complementary color
Monochromatic Colors of #A45CEC
Black with #A45CEC
Text Example
Text Example
White with #A45CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45CEC; }
p { color: rgb(164,92,236); }
H1.HeaderClassName
{
color: #A45CEC;
}
.AnyTagClassName
{
color: #A45CEC;
}
</style>
background-color css
<style>
a { background-color: #A45CEC; }
a { background-color: rgb(164,92,236); }
div.DivClassName
{
background-color: #A45CEC;
}
.BgClassName
{
background-color: #A45CEC;
}
</style>
border-color css
<style>
span { border-color: #A45CEC; }
span { border-color: rgb(164,92,236); }
td.TdClassName
{
border-color: #A45CEC;
}
.TagClassName
{
border-color: #A45CEC;
}
</style>