Shades of Amethyst #A865DB
Tints of Amethyst #A865DB
RGB
CMYK
RGB Variations
Color information
#A865DB (or 0xA865DB) is known color: Amethyst. HEX triplet: A8, 65 and DB. RGB value is (168,101,219). Sum of RGB (Red+Green+Blue) = 168+101+219=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #A865DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865DB is #579A24. Grayscale: #868686. Windows color (decimal): -5741093 or 14378408. OLE color: 14378408.
HSL color Cylindrical-coordinate representation of color #A865DB: hue angle of 274.07º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A865DB is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 101 | 219 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.14 |
| HSL | 274.07º | 0.62% | 0.63% | - |
| HSV(B) | 274.07º | 0.54% | 0.86% | - |
| XYZ | 33.59 | 22.75 | 69.64 | - |
| YUV | 134.49 | 175.7 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 219 | 0.23 | 0.54 | 0 | 0.14 | 274.07 | 0.62 | 0.63 |
| Hex | A8 | 65 | DB | 17 | 36 | 0 | E | 112 | 3E | 3F |
| Octal | 250 | 145 | 333 | 27 | 66 | 0 | 16 | 422 | 76 | 77 |
| Binary | 10101000 | 1100101 | 11011011 | 10111 | 110110 | 0 | 1110 | 100010010 | 111110 | 111111 |
Color Harmonies of #A865DB
Complementary color
Monochromatic Colors of #A865DB
Black with #A865DB
Text Example
Text Example
White with #A865DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865DB; }
p { color: rgb(168,101,219); }
H1.HeaderClassName
{
color: #A865DB;
}
.AnyTagClassName
{
color: #A865DB;
}
</style>
background-color css
<style>
a { background-color: #A865DB; }
a { background-color: rgb(168,101,219); }
div.DivClassName
{
background-color: #A865DB;
}
.BgClassName
{
background-color: #A865DB;
}
</style>
border-color css
<style>
span { border-color: #A865DB; }
span { border-color: rgb(168,101,219); }
td.TdClassName
{
border-color: #A865DB;
}
.TagClassName
{
border-color: #A865DB;
}
</style>