Shades of Amethyst #A060DB
Tints of Amethyst #A060DB
RGB
CMYK
RGB Variations
Color information
#A060DB (or 0xA060DB) is known color: Amethyst. HEX triplet: A0, 60 and DB. RGB value is (160,96,219). Sum of RGB (Red+Green+Blue) = 160+96+219=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #A060DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A060DB is #5F9F24. Grayscale: #808080. Windows color (decimal): -6266661 or 14377120. OLE color: 14377120.
HSL color Cylindrical-coordinate representation of color #A060DB: hue angle of 271.22º degrees, saturation: 0.63, 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 #A060DB is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 96 | 219 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.14 |
| HSL | 271.22º | 0.63% | 0.62% | - |
| HSV(B) | 271.22º | 0.56% | 0.86% | - |
| XYZ | 31.47 | 20.95 | 69.4 | - |
| YUV | 129.16 | 178.7 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 219 | 0.27 | 0.56 | 0 | 0.14 | 271.22 | 0.63 | 0.62 |
| Hex | A0 | 60 | DB | 1B | 38 | 0 | E | 10F | 3F | 3E |
| Octal | 240 | 140 | 333 | 33 | 70 | 0 | 16 | 417 | 77 | 76 |
| Binary | 10100000 | 1100000 | 11011011 | 11011 | 111000 | 0 | 1110 | 100001111 | 111111 | 111110 |
Color Harmonies of #A060DB
Complementary color
Monochromatic Colors of #A060DB
Black with #A060DB
Text Example
Text Example
White with #A060DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A060DB; }
p { color: rgb(160,96,219); }
H1.HeaderClassName
{
color: #A060DB;
}
.AnyTagClassName
{
color: #A060DB;
}
</style>
background-color css
<style>
a { background-color: #A060DB; }
a { background-color: rgb(160,96,219); }
div.DivClassName
{
background-color: #A060DB;
}
.BgClassName
{
background-color: #A060DB;
}
</style>
border-color css
<style>
span { border-color: #A060DB; }
span { border-color: rgb(160,96,219); }
td.TdClassName
{
border-color: #A060DB;
}
.TagClassName
{
border-color: #A060DB;
}
</style>