Shades of Amethyst #A060DC
Tints of Amethyst #A060DC
RGB
CMYK
RGB Variations
Color information
#A060DC (or 0xA060DC) is known color: Amethyst. HEX triplet: A0, 60 and DC. RGB value is (160,96,220). Sum of RGB (Red+Green+Blue) = 160+96+220=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #A060DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A060DC is #5F9F23. Grayscale: #808080. Windows color (decimal): -6266660 or 14442656. OLE color: 14442656.
HSL color Cylindrical-coordinate representation of color #A060DC: hue angle of 270.97º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A060DC is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 96 | 220 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.14 |
| HSL | 270.97º | 0.64% | 0.62% | - |
| HSV(B) | 270.97º | 0.56% | 0.86% | - |
| XYZ | 31.6 | 21.01 | 70.1 | - |
| YUV | 129.27 | 179.2 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 220 | 0.27 | 0.56 | 0 | 0.14 | 270.97 | 0.64 | 0.62 |
| Hex | A0 | 60 | DC | 1B | 38 | 0 | E | 10F | 40 | 3E |
| Octal | 240 | 140 | 334 | 33 | 70 | 0 | 16 | 417 | 100 | 76 |
| Binary | 10100000 | 1100000 | 11011100 | 11011 | 111000 | 0 | 1110 | 100001111 | 1000000 | 111110 |
Color Harmonies of #A060DC
Complementary color
Monochromatic Colors of #A060DC
Black with #A060DC
Text Example
Text Example
White with #A060DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A060DC; }
p { color: rgb(160,96,220); }
H1.HeaderClassName
{
color: #A060DC;
}
.AnyTagClassName
{
color: #A060DC;
}
</style>
background-color css
<style>
a { background-color: #A060DC; }
a { background-color: rgb(160,96,220); }
div.DivClassName
{
background-color: #A060DC;
}
.BgClassName
{
background-color: #A060DC;
}
</style>
border-color css
<style>
span { border-color: #A060DC; }
span { border-color: rgb(160,96,220); }
td.TdClassName
{
border-color: #A060DC;
}
.TagClassName
{
border-color: #A060DC;
}
</style>