Shades of Amethyst #A861DB
Tints of Amethyst #A861DB
RGB
CMYK
RGB Variations
Color information
#A861DB (or 0xA861DB) is known color: Amethyst. HEX triplet: A8, 61 and DB. RGB value is (168,97,219). Sum of RGB (Red+Green+Blue) = 168+97+219=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #A861DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A861DB is #579E24. Grayscale: #838383. Windows color (decimal): -5742117 or 14377384. OLE color: 14377384.
HSL color Cylindrical-coordinate representation of color #A861DB: hue angle of 274.92º 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 #A861DB is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 97 | 219 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.14 |
| HSL | 274.92º | 0.63% | 0.62% | - |
| HSV(B) | 274.92º | 0.56% | 0.86% | - |
| XYZ | 33.21 | 21.99 | 69.51 | - |
| YUV | 132.14 | 177.02 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 219 | 0.23 | 0.56 | 0 | 0.14 | 274.92 | 0.63 | 0.62 |
| Hex | A8 | 61 | DB | 17 | 38 | 0 | E | 113 | 3F | 3E |
| Octal | 250 | 141 | 333 | 27 | 70 | 0 | 16 | 423 | 77 | 76 |
| Binary | 10101000 | 1100001 | 11011011 | 10111 | 111000 | 0 | 1110 | 100010011 | 111111 | 111110 |
Color Harmonies of #A861DB
Complementary color
Monochromatic Colors of #A861DB
Black with #A861DB
Text Example
Text Example
White with #A861DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A861DB; }
p { color: rgb(168,97,219); }
H1.HeaderClassName
{
color: #A861DB;
}
.AnyTagClassName
{
color: #A861DB;
}
</style>
background-color css
<style>
a { background-color: #A861DB; }
a { background-color: rgb(168,97,219); }
div.DivClassName
{
background-color: #A861DB;
}
.BgClassName
{
background-color: #A861DB;
}
</style>
border-color css
<style>
span { border-color: #A861DB; }
span { border-color: rgb(168,97,219); }
td.TdClassName
{
border-color: #A861DB;
}
.TagClassName
{
border-color: #A861DB;
}
</style>