Shades of Medium Purple #A05AEC
Tints of Medium Purple #A05AEC
RGB
CMYK
RGB Variations
Color information
#A05AEC (or 0xA05AEC) is known color: Medium Purple. HEX triplet: A0, 5A and EC. RGB value is (160,90,236). Sum of RGB (Red+Green+Blue) = 160+90+236=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #A05AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05AEC is #5FA513. Grayscale: #7F7F7F. Windows color (decimal): -6268180 or 15489696. OLE color: 15489696.
HSL color Cylindrical-coordinate representation of color #A05AEC: hue angle of 268.77º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A05AEC is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 90 | 236 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.07 |
| HSL | 268.77º | 0.79% | 0.64% | - |
| HSV(B) | 268.77º | 0.62% | 0.93% | - |
| XYZ | 33.29 | 20.84 | 81.63 | - |
| YUV | 127.57 | 189.19 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 90 | 236 | 0.32 | 0.62 | 0 | 0.07 | 268.77 | 0.79 | 0.64 |
| Hex | A0 | 5A | EC | 20 | 3E | 0 | 7 | 10D | 4F | 40 |
| Octal | 240 | 132 | 354 | 40 | 76 | 0 | 7 | 415 | 117 | 100 |
| Binary | 10100000 | 1011010 | 11101100 | 100000 | 111110 | 0 | 111 | 100001101 | 1001111 | 1000000 |
Color Harmonies of #A05AEC
Complementary color
Monochromatic Colors of #A05AEC
Black with #A05AEC
Text Example
Text Example
White with #A05AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05AEC; }
p { color: rgb(160,90,236); }
H1.HeaderClassName
{
color: #A05AEC;
}
.AnyTagClassName
{
color: #A05AEC;
}
</style>
background-color css
<style>
a { background-color: #A05AEC; }
a { background-color: rgb(160,90,236); }
div.DivClassName
{
background-color: #A05AEC;
}
.BgClassName
{
background-color: #A05AEC;
}
</style>
border-color css
<style>
span { border-color: #A05AEC; }
span { border-color: rgb(160,90,236); }
td.TdClassName
{
border-color: #A05AEC;
}
.TagClassName
{
border-color: #A05AEC;
}
</style>