Shades of Amethyst #A455D1
Tints of Amethyst #A455D1
RGB
CMYK
RGB Variations
Color information
#A455D1 (or 0xA455D1) is known color: Amethyst. HEX triplet: A4, 55 and D1. RGB value is (164,85,209). Sum of RGB (Red+Green+Blue) = 164+85+209=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 209 (82.03% from 255 or 45.63% from 458); Max value from RGB is 209 - color contains mainly: blue. Hex color #A455D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A455D1 is #5BAA2E. Grayscale: #7A7A7A. Windows color (decimal): -6007343 or 13718948. OLE color: 13718948.
HSL color Cylindrical-coordinate representation of color #A455D1: hue angle of 278.23º degrees, saturation: 0.57, 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 #A455D1 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 85 | 209 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.18 |
| HSL | 278.23º | 0.57% | 0.58% | - |
| HSV(B) | 278.23º | 0.59% | 0.82% | - |
| XYZ | 30.07 | 18.99 | 62.4 | - |
| YUV | 122.76 | 176.67 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 85 | 209 | 0.22 | 0.59 | 0 | 0.18 | 278.23 | 0.57 | 0.58 |
| Hex | A4 | 55 | D1 | 16 | 3B | 0 | 12 | 116 | 39 | 3A |
| Octal | 244 | 125 | 321 | 26 | 73 | 0 | 22 | 426 | 71 | 72 |
| Binary | 10100100 | 1010101 | 11010001 | 10110 | 111011 | 0 | 10010 | 100010110 | 111001 | 111010 |
Color Harmonies of #A455D1
Complementary color
Monochromatic Colors of #A455D1
Black with #A455D1
Text Example
Text Example
White with #A455D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A455D1; }
p { color: rgb(164,85,209); }
H1.HeaderClassName
{
color: #A455D1;
}
.AnyTagClassName
{
color: #A455D1;
}
</style>
background-color css
<style>
a { background-color: #A455D1; }
a { background-color: rgb(164,85,209); }
div.DivClassName
{
background-color: #A455D1;
}
.BgClassName
{
background-color: #A455D1;
}
</style>
border-color css
<style>
span { border-color: #A455D1; }
span { border-color: rgb(164,85,209); }
td.TdClassName
{
border-color: #A455D1;
}
.TagClassName
{
border-color: #A455D1;
}
</style>