Shades of Amethyst #A860DB
Tints of Amethyst #A860DB
RGB
CMYK
RGB Variations
Color information
#A860DB (or 0xA860DB) is known color: Amethyst. HEX triplet: A8, 60 and DB. RGB value is (168,96,219). Sum of RGB (Red+Green+Blue) = 168+96+219=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #A860DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A860DB is #579F24. Grayscale: #838383. Windows color (decimal): -5742373 or 14377128. OLE color: 14377128.
HSL color Cylindrical-coordinate representation of color #A860DB: hue angle of 275.12º 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 #A860DB is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 96 | 219 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.14 |
| HSL | 275.12º | 0.63% | 0.62% | - |
| HSV(B) | 275.12º | 0.56% | 0.86% | - |
| XYZ | 33.12 | 21.81 | 69.48 | - |
| YUV | 131.55 | 177.35 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 96 | 219 | 0.23 | 0.56 | 0 | 0.14 | 275.12 | 0.63 | 0.62 |
| Hex | A8 | 60 | DB | 17 | 38 | 0 | E | 113 | 3F | 3E |
| Octal | 250 | 140 | 333 | 27 | 70 | 0 | 16 | 423 | 77 | 76 |
| Binary | 10101000 | 1100000 | 11011011 | 10111 | 111000 | 0 | 1110 | 100010011 | 111111 | 111110 |
Color Harmonies of #A860DB
Complementary color
Monochromatic Colors of #A860DB
Black with #A860DB
Text Example
Text Example
White with #A860DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A860DB; }
p { color: rgb(168,96,219); }
H1.HeaderClassName
{
color: #A860DB;
}
.AnyTagClassName
{
color: #A860DB;
}
</style>
background-color css
<style>
a { background-color: #A860DB; }
a { background-color: rgb(168,96,219); }
div.DivClassName
{
background-color: #A860DB;
}
.BgClassName
{
background-color: #A860DB;
}
</style>
border-color css
<style>
span { border-color: #A860DB; }
span { border-color: rgb(168,96,219); }
td.TdClassName
{
border-color: #A860DB;
}
.TagClassName
{
border-color: #A860DB;
}
</style>