Shades of Amethyst #A45AD6
Tints of Amethyst #A45AD6
RGB
CMYK
RGB Variations
Color information
#A45AD6 (or 0xA45AD6) is known color: Amethyst. HEX triplet: A4, 5A and D6. RGB value is (164,90,214). Sum of RGB (Red+Green+Blue) = 164+90+214=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #A45AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45AD6 is #5BA529. Grayscale: #7D7D7D. Windows color (decimal): -6006058 or 14047908. OLE color: 14047908.
HSL color Cylindrical-coordinate representation of color #A45AD6: hue angle of 275.81º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A45AD6 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 90 | 214 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.16 |
| HSL | 275.81º | 0.6% | 0.6% | - |
| HSV(B) | 275.81º | 0.58% | 0.84% | - |
| XYZ | 31.1 | 20.06 | 65.85 | - |
| YUV | 126.26 | 177.52 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 214 | 0.23 | 0.58 | 0 | 0.16 | 275.81 | 0.6 | 0.6 |
| Hex | A4 | 5A | D6 | 17 | 3A | 0 | 10 | 114 | 3C | 3C |
| Octal | 244 | 132 | 326 | 27 | 72 | 0 | 20 | 424 | 74 | 74 |
| Binary | 10100100 | 1011010 | 11010110 | 10111 | 111010 | 0 | 10000 | 100010100 | 111100 | 111100 |
Color Harmonies of #A45AD6
Complementary color
Monochromatic Colors of #A45AD6
Black with #A45AD6
Text Example
Text Example
White with #A45AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45AD6; }
p { color: rgb(164,90,214); }
H1.HeaderClassName
{
color: #A45AD6;
}
.AnyTagClassName
{
color: #A45AD6;
}
</style>
background-color css
<style>
a { background-color: #A45AD6; }
a { background-color: rgb(164,90,214); }
div.DivClassName
{
background-color: #A45AD6;
}
.BgClassName
{
background-color: #A45AD6;
}
</style>
border-color css
<style>
span { border-color: #A45AD6; }
span { border-color: rgb(164,90,214); }
td.TdClassName
{
border-color: #A45AD6;
}
.TagClassName
{
border-color: #A45AD6;
}
</style>