Shades of Amethyst #A05CE0
Tints of Amethyst #A05CE0
RGB
CMYK
RGB Variations
Color information
#A05CE0 (or 0xA05CE0) is known color: Amethyst. HEX triplet: A0, 5C and E0. RGB value is (160,92,224). Sum of RGB (Red+Green+Blue) = 160+92+224=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #A05CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CE0 is #5FA31F. Grayscale: #7E7E7E. Windows color (decimal): -6267680 or 14703776. OLE color: 14703776.
HSL color Cylindrical-coordinate representation of color #A05CE0: hue angle of 270.91º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A05CE0 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 92 | 224 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.12 |
| HSL | 270.91º | 0.68% | 0.62% | - |
| HSV(B) | 270.91º | 0.59% | 0.88% | - |
| XYZ | 31.78 | 20.51 | 72.8 | - |
| YUV | 127.38 | 182.53 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 92 | 224 | 0.29 | 0.59 | 0 | 0.12 | 270.91 | 0.68 | 0.62 |
| Hex | A0 | 5C | E0 | 1D | 3B | 0 | C | 10F | 44 | 3E |
| Octal | 240 | 134 | 340 | 35 | 73 | 0 | 14 | 417 | 104 | 76 |
| Binary | 10100000 | 1011100 | 11100000 | 11101 | 111011 | 0 | 1100 | 100001111 | 1000100 | 111110 |
Color Harmonies of #A05CE0
Complementary color
Monochromatic Colors of #A05CE0
Black with #A05CE0
Text Example
Text Example
White with #A05CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05CE0; }
p { color: rgb(160,92,224); }
H1.HeaderClassName
{
color: #A05CE0;
}
.AnyTagClassName
{
color: #A05CE0;
}
</style>
background-color css
<style>
a { background-color: #A05CE0; }
a { background-color: rgb(160,92,224); }
div.DivClassName
{
background-color: #A05CE0;
}
.BgClassName
{
background-color: #A05CE0;
}
</style>
border-color css
<style>
span { border-color: #A05CE0; }
span { border-color: rgb(160,92,224); }
td.TdClassName
{
border-color: #A05CE0;
}
.TagClassName
{
border-color: #A05CE0;
}
</style>