Shades of Medium Purple #A55CEC
Tints of Medium Purple #A55CEC
RGB
CMYK
RGB Variations
Color information
#A55CEC (or 0xA55CEC) is known color: Medium Purple. HEX triplet: A5, 5C and EC. RGB value is (165,92,236). Sum of RGB (Red+Green+Blue) = 165+92+236=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #A55CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55CEC is #5AA313. Grayscale: #818181. Windows color (decimal): -5939988 or 15490213. OLE color: 15490213.
HSL color Cylindrical-coordinate representation of color #A55CEC: hue angle of 270.42º 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 #A55CEC is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 92 | 236 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.07 |
| HSL | 270.42º | 0.79% | 0.64% | - |
| HSV(B) | 270.42º | 0.61% | 0.93% | - |
| XYZ | 34.48 | 21.71 | 81.73 | - |
| YUV | 130.24 | 187.68 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 92 | 236 | 0.30 | 0.61 | 0 | 0.07 | 270.42 | 0.79 | 0.64 |
| Hex | A5 | 5C | EC | 1E | 3D | 0 | 7 | 10E | 4F | 40 |
| Octal | 245 | 134 | 354 | 36 | 75 | 0 | 7 | 416 | 117 | 100 |
| Binary | 10100101 | 1011100 | 11101100 | 11110 | 111101 | 0 | 111 | 100001110 | 1001111 | 1000000 |
Color Harmonies of #A55CEC
Complementary color
Monochromatic Colors of #A55CEC
Black with #A55CEC
Text Example
Text Example
White with #A55CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55CEC; }
p { color: rgb(165,92,236); }
H1.HeaderClassName
{
color: #A55CEC;
}
.AnyTagClassName
{
color: #A55CEC;
}
</style>
background-color css
<style>
a { background-color: #A55CEC; }
a { background-color: rgb(165,92,236); }
div.DivClassName
{
background-color: #A55CEC;
}
.BgClassName
{
background-color: #A55CEC;
}
</style>
border-color css
<style>
span { border-color: #A55CEC; }
span { border-color: rgb(165,92,236); }
td.TdClassName
{
border-color: #A55CEC;
}
.TagClassName
{
border-color: #A55CEC;
}
</style>