Shades of Medium Purple #A05CEB
Tints of Medium Purple #A05CEB
RGB
CMYK
RGB Variations
Color information
#A05CEB (or 0xA05CEB) is known color: Medium Purple. HEX triplet: A0, 5C and EB. RGB value is (160,92,235). Sum of RGB (Red+Green+Blue) = 160+92+235=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #A05CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05CEB is #5FA314. Grayscale: #808080. Windows color (decimal): -6267669 or 15424672. OLE color: 15424672.
HSL color Cylindrical-coordinate representation of color #A05CEB: hue angle of 268.53º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A05CEB is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 92 | 235 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.08 |
| HSL | 268.53º | 0.78% | 0.64% | - |
| HSV(B) | 268.53º | 0.61% | 0.92% | - |
| XYZ | 33.32 | 21.13 | 80.92 | - |
| YUV | 128.63 | 188.03 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 92 | 235 | 0.32 | 0.61 | 0 | 0.08 | 268.53 | 0.78 | 0.64 |
| Hex | A0 | 5C | EB | 20 | 3D | 0 | 8 | 10D | 4E | 40 |
| Octal | 240 | 134 | 353 | 40 | 75 | 0 | 10 | 415 | 116 | 100 |
| Binary | 10100000 | 1011100 | 11101011 | 100000 | 111101 | 0 | 1000 | 100001101 | 1001110 | 1000000 |
Color Harmonies of #A05CEB
Complementary color
Monochromatic Colors of #A05CEB
Black with #A05CEB
Text Example
Text Example
White with #A05CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05CEB; }
p { color: rgb(160,92,235); }
H1.HeaderClassName
{
color: #A05CEB;
}
.AnyTagClassName
{
color: #A05CEB;
}
</style>
background-color css
<style>
a { background-color: #A05CEB; }
a { background-color: rgb(160,92,235); }
div.DivClassName
{
background-color: #A05CEB;
}
.BgClassName
{
background-color: #A05CEB;
}
</style>
border-color css
<style>
span { border-color: #A05CEB; }
span { border-color: rgb(160,92,235); }
td.TdClassName
{
border-color: #A05CEB;
}
.TagClassName
{
border-color: #A05CEB;
}
</style>