Shades of Amethyst #A865DC
Tints of Amethyst #A865DC
RGB
CMYK
RGB Variations
Color information
#A865DC (or 0xA865DC) is known color: Amethyst. HEX triplet: A8, 65 and DC. RGB value is (168,101,220). Sum of RGB (Red+Green+Blue) = 168+101+220=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #A865DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865DC is #579A23. Grayscale: #868686. Windows color (decimal): -5741092 or 14443944. OLE color: 14443944.
HSL color Cylindrical-coordinate representation of color #A865DC: hue angle of 273.78º degrees, saturation: 0.63, 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 #A865DC is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 101 | 220 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.14 |
| HSL | 273.78º | 0.63% | 0.63% | - |
| HSV(B) | 273.78º | 0.54% | 0.86% | - |
| XYZ | 33.72 | 22.8 | 70.33 | - |
| YUV | 134.6 | 176.2 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 220 | 0.24 | 0.54 | 0 | 0.14 | 273.78 | 0.63 | 0.63 |
| Hex | A8 | 65 | DC | 18 | 36 | 0 | E | 112 | 3F | 3F |
| Octal | 250 | 145 | 334 | 30 | 66 | 0 | 16 | 422 | 77 | 77 |
| Binary | 10101000 | 1100101 | 11011100 | 11000 | 110110 | 0 | 1110 | 100010010 | 111111 | 111111 |
Color Harmonies of #A865DC
Complementary color
Monochromatic Colors of #A865DC
Black with #A865DC
Text Example
Text Example
White with #A865DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865DC; }
p { color: rgb(168,101,220); }
H1.HeaderClassName
{
color: #A865DC;
}
.AnyTagClassName
{
color: #A865DC;
}
</style>
background-color css
<style>
a { background-color: #A865DC; }
a { background-color: rgb(168,101,220); }
div.DivClassName
{
background-color: #A865DC;
}
.BgClassName
{
background-color: #A865DC;
}
</style>
border-color css
<style>
span { border-color: #A865DC; }
span { border-color: rgb(168,101,220); }
td.TdClassName
{
border-color: #A865DC;
}
.TagClassName
{
border-color: #A865DC;
}
</style>