Shades of Amethyst #A05CDC
Tints of Amethyst #A05CDC
RGB
CMYK
RGB Variations
Color information
#A05CDC (or 0xA05CDC) is known color: Amethyst. HEX triplet: A0, 5C and DC. RGB value is (160,92,220). Sum of RGB (Red+Green+Blue) = 160+92+220=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #A05CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CDC is #5FA323. Grayscale: #7E7E7E. Windows color (decimal): -6267684 or 14441632. OLE color: 14441632.
HSL color Cylindrical-coordinate representation of color #A05CDC: hue angle of 271.88º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A05CDC is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 92 | 220 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.14 |
| HSL | 271.88º | 0.65% | 0.61% | - |
| HSV(B) | 271.88º | 0.58% | 0.86% | - |
| XYZ | 31.24 | 20.3 | 69.98 | - |
| YUV | 126.92 | 180.53 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 92 | 220 | 0.27 | 0.58 | 0 | 0.14 | 271.88 | 0.65 | 0.61 |
| Hex | A0 | 5C | DC | 1B | 3A | 0 | E | 110 | 41 | 3D |
| Octal | 240 | 134 | 334 | 33 | 72 | 0 | 16 | 420 | 101 | 75 |
| Binary | 10100000 | 1011100 | 11011100 | 11011 | 111010 | 0 | 1110 | 100010000 | 1000001 | 111101 |
Color Harmonies of #A05CDC
Complementary color
Monochromatic Colors of #A05CDC
Black with #A05CDC
Text Example
Text Example
White with #A05CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05CDC; }
p { color: rgb(160,92,220); }
H1.HeaderClassName
{
color: #A05CDC;
}
.AnyTagClassName
{
color: #A05CDC;
}
</style>
background-color css
<style>
a { background-color: #A05CDC; }
a { background-color: rgb(160,92,220); }
div.DivClassName
{
background-color: #A05CDC;
}
.BgClassName
{
background-color: #A05CDC;
}
</style>
border-color css
<style>
span { border-color: #A05CDC; }
span { border-color: rgb(160,92,220); }
td.TdClassName
{
border-color: #A05CDC;
}
.TagClassName
{
border-color: #A05CDC;
}
</style>