Shades of Medium Purple #A05CE8
Tints of Medium Purple #A05CE8
RGB
CMYK
RGB Variations
Color information
#A05CE8 (or 0xA05CE8) is known color: Medium Purple. HEX triplet: A0, 5C and E8. RGB value is (160,92,232). Sum of RGB (Red+Green+Blue) = 160+92+232=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 232 (91.02% from 255 or 47.93% from 484); Max value from RGB is 232 - color contains mainly: blue. Hex color #A05CE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05CE8 is #5FA317. Grayscale: #7F7F7F. Windows color (decimal): -6267672 or 15228064. OLE color: 15228064.
HSL color Cylindrical-coordinate representation of color #A05CE8: hue angle of 269.14º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A05CE8 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 92 | 232 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.09 |
| HSL | 269.14º | 0.75% | 0.64% | - |
| HSV(B) | 269.14º | 0.6% | 0.91% | - |
| XYZ | 32.89 | 20.95 | 78.65 | - |
| YUV | 128.29 | 186.53 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 92 | 232 | 0.31 | 0.60 | 0 | 0.09 | 269.14 | 0.75 | 0.64 |
| Hex | A0 | 5C | E8 | 1F | 3C | 0 | 9 | 10D | 4B | 40 |
| Octal | 240 | 134 | 350 | 37 | 74 | 0 | 11 | 415 | 113 | 100 |
| Binary | 10100000 | 1011100 | 11101000 | 11111 | 111100 | 0 | 1001 | 100001101 | 1001011 | 1000000 |
Color Harmonies of #A05CE8
Complementary color
Monochromatic Colors of #A05CE8
Black with #A05CE8
Text Example
Text Example
White with #A05CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05CE8; }
p { color: rgb(160,92,232); }
H1.HeaderClassName
{
color: #A05CE8;
}
.AnyTagClassName
{
color: #A05CE8;
}
</style>
background-color css
<style>
a { background-color: #A05CE8; }
a { background-color: rgb(160,92,232); }
div.DivClassName
{
background-color: #A05CE8;
}
.BgClassName
{
background-color: #A05CE8;
}
</style>
border-color css
<style>
span { border-color: #A05CE8; }
span { border-color: rgb(160,92,232); }
td.TdClassName
{
border-color: #A05CE8;
}
.TagClassName
{
border-color: #A05CE8;
}
</style>