Shades of Medium Purple #A061E5
Tints of Medium Purple #A061E5
RGB
CMYK
RGB Variations
Color information
#A061E5 (or 0xA061E5) is known color: Medium Purple. HEX triplet: A0, 61 and E5. RGB value is (160,97,229). Sum of RGB (Red+Green+Blue) = 160+97+229=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #A061E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A061E5 is #5F9E1A. Grayscale: #828282. Windows color (decimal): -6266395 or 15032736. OLE color: 15032736.
HSL color Cylindrical-coordinate representation of color #A061E5: hue angle of 268.64º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A061E5 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 97 | 229 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.10 |
| HSL | 268.64º | 0.72% | 0.64% | - |
| HSV(B) | 268.64º | 0.58% | 0.9% | - |
| XYZ | 32.91 | 21.68 | 76.58 | - |
| YUV | 130.89 | 183.37 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 229 | 0.30 | 0.58 | 0 | 0.10 | 268.64 | 0.72 | 0.64 |
| Hex | A0 | 61 | E5 | 1E | 3A | 0 | A | 10D | 48 | 40 |
| Octal | 240 | 141 | 345 | 36 | 72 | 0 | 12 | 415 | 110 | 100 |
| Binary | 10100000 | 1100001 | 11100101 | 11110 | 111010 | 0 | 1010 | 100001101 | 1001000 | 1000000 |
Color Harmonies of #A061E5
Complementary color
Monochromatic Colors of #A061E5
Black with #A061E5
Text Example
Text Example
White with #A061E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A061E5; }
p { color: rgb(160,97,229); }
H1.HeaderClassName
{
color: #A061E5;
}
.AnyTagClassName
{
color: #A061E5;
}
</style>
background-color css
<style>
a { background-color: #A061E5; }
a { background-color: rgb(160,97,229); }
div.DivClassName
{
background-color: #A061E5;
}
.BgClassName
{
background-color: #A061E5;
}
</style>
border-color css
<style>
span { border-color: #A061E5; }
span { border-color: rgb(160,97,229); }
td.TdClassName
{
border-color: #A061E5;
}
.TagClassName
{
border-color: #A061E5;
}
</style>