Shades of Amethyst #A459DC
Tints of Amethyst #A459DC
RGB
CMYK
RGB Variations
Color information
#A459DC (or 0xA459DC) is known color: Amethyst. HEX triplet: A4, 59 and DC. RGB value is (164,89,220). Sum of RGB (Red+Green+Blue) = 164+89+220=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #A459DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A459DC is #5BA623. Grayscale: #7D7D7D. Windows color (decimal): -6006308 or 14440868. OLE color: 14440868.
HSL color Cylindrical-coordinate representation of color #A459DC: hue angle of 274.35º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A459DC is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 89 | 220 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.14 |
| HSL | 274.35º | 0.65% | 0.61% | - |
| HSV(B) | 274.35º | 0.6% | 0.86% | - |
| XYZ | 31.8 | 20.2 | 69.93 | - |
| YUV | 126.36 | 180.85 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 220 | 0.25 | 0.60 | 0 | 0.14 | 274.35 | 0.65 | 0.61 |
| Hex | A4 | 59 | DC | 19 | 3C | 0 | E | 112 | 41 | 3D |
| Octal | 244 | 131 | 334 | 31 | 74 | 0 | 16 | 422 | 101 | 75 |
| Binary | 10100100 | 1011001 | 11011100 | 11001 | 111100 | 0 | 1110 | 100010010 | 1000001 | 111101 |
Color Harmonies of #A459DC
Complementary color
Monochromatic Colors of #A459DC
Black with #A459DC
Text Example
Text Example
White with #A459DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A459DC; }
p { color: rgb(164,89,220); }
H1.HeaderClassName
{
color: #A459DC;
}
.AnyTagClassName
{
color: #A459DC;
}
</style>
background-color css
<style>
a { background-color: #A459DC; }
a { background-color: rgb(164,89,220); }
div.DivClassName
{
background-color: #A459DC;
}
.BgClassName
{
background-color: #A459DC;
}
</style>
border-color css
<style>
span { border-color: #A459DC; }
span { border-color: rgb(164,89,220); }
td.TdClassName
{
border-color: #A459DC;
}
.TagClassName
{
border-color: #A459DC;
}
</style>