Shades of Amethyst #A060DA
Tints of Amethyst #A060DA
RGB
CMYK
RGB Variations
Color information
#A060DA (or 0xA060DA) is known color: Amethyst. HEX triplet: A0, 60 and DA. RGB value is (160,96,218). Sum of RGB (Red+Green+Blue) = 160+96+218=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #A060DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A060DA is #5F9F25. Grayscale: #808080. Windows color (decimal): -6266662 or 14311584. OLE color: 14311584.
HSL color Cylindrical-coordinate representation of color #A060DA: hue angle of 271.48º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A060DA is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 96 | 218 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.15 |
| HSL | 271.48º | 0.62% | 0.62% | - |
| HSV(B) | 271.48º | 0.56% | 0.85% | - |
| XYZ | 31.33 | 20.9 | 68.71 | - |
| YUV | 129.04 | 178.2 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 218 | 0.27 | 0.56 | 0 | 0.15 | 271.48 | 0.62 | 0.62 |
| Hex | A0 | 60 | DA | 1B | 38 | 0 | F | 10F | 3E | 3E |
| Octal | 240 | 140 | 332 | 33 | 70 | 0 | 17 | 417 | 76 | 76 |
| Binary | 10100000 | 1100000 | 11011010 | 11011 | 111000 | 0 | 1111 | 100001111 | 111110 | 111110 |
Color Harmonies of #A060DA
Complementary color
Monochromatic Colors of #A060DA
Black with #A060DA
Text Example
Text Example
White with #A060DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A060DA; }
p { color: rgb(160,96,218); }
H1.HeaderClassName
{
color: #A060DA;
}
.AnyTagClassName
{
color: #A060DA;
}
</style>
background-color css
<style>
a { background-color: #A060DA; }
a { background-color: rgb(160,96,218); }
div.DivClassName
{
background-color: #A060DA;
}
.BgClassName
{
background-color: #A060DA;
}
</style>
border-color css
<style>
span { border-color: #A060DA; }
span { border-color: rgb(160,96,218); }
td.TdClassName
{
border-color: #A060DA;
}
.TagClassName
{
border-color: #A060DA;
}
</style>