Shades of Amethyst #A456D0
Tints of Amethyst #A456D0
RGB
CMYK
RGB Variations
Color information
#A456D0 (or 0xA456D0) is known color: Amethyst. HEX triplet: A4, 56 and D0. RGB value is (164,86,208). Sum of RGB (Red+Green+Blue) = 164+86+208=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 208 - color contains mainly: blue. Hex color #A456D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A456D0 is #5BA92F. Grayscale: #7A7A7A. Windows color (decimal): -6007088 or 13653668. OLE color: 13653668.
HSL color Cylindrical-coordinate representation of color #A456D0: hue angle of 278.36º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A456D0 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 86 | 208 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.18 |
| HSL | 278.36º | 0.56% | 0.58% | - |
| HSV(B) | 278.36º | 0.59% | 0.82% | - |
| XYZ | 30.02 | 19.1 | 61.78 | - |
| YUV | 123.23 | 175.84 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 86 | 208 | 0.21 | 0.59 | 0 | 0.18 | 278.36 | 0.56 | 0.58 |
| Hex | A4 | 56 | D0 | 15 | 3B | 0 | 12 | 116 | 38 | 3A |
| Octal | 244 | 126 | 320 | 25 | 73 | 0 | 22 | 426 | 70 | 72 |
| Binary | 10100100 | 1010110 | 11010000 | 10101 | 111011 | 0 | 10010 | 100010110 | 111000 | 111010 |
Color Harmonies of #A456D0
Complementary color
Monochromatic Colors of #A456D0
Black with #A456D0
Text Example
Text Example
White with #A456D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A456D0; }
p { color: rgb(164,86,208); }
H1.HeaderClassName
{
color: #A456D0;
}
.AnyTagClassName
{
color: #A456D0;
}
</style>
background-color css
<style>
a { background-color: #A456D0; }
a { background-color: rgb(164,86,208); }
div.DivClassName
{
background-color: #A456D0;
}
.BgClassName
{
background-color: #A456D0;
}
</style>
border-color css
<style>
span { border-color: #A456D0; }
span { border-color: rgb(164,86,208); }
td.TdClassName
{
border-color: #A456D0;
}
.TagClassName
{
border-color: #A456D0;
}
</style>