Shades of Amethyst #A45AD4
Tints of Amethyst #A45AD4
RGB
CMYK
RGB Variations
Color information
#A45AD4 (or 0xA45AD4) is known color: Amethyst. HEX triplet: A4, 5A and D4. RGB value is (164,90,212). Sum of RGB (Red+Green+Blue) = 164+90+212=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 212 - color contains mainly: blue. Hex color #A45AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45AD4 is #5BA52B. Grayscale: #7D7D7D. Windows color (decimal): -6006060 or 13916836. OLE color: 13916836.
HSL color Cylindrical-coordinate representation of color #A45AD4: hue angle of 276.39º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A45AD4 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 90 | 212 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.17 |
| HSL | 276.39º | 0.59% | 0.59% | - |
| HSV(B) | 276.39º | 0.58% | 0.83% | - |
| XYZ | 30.85 | 19.96 | 64.51 | - |
| YUV | 126.03 | 176.52 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 212 | 0.23 | 0.58 | 0 | 0.17 | 276.39 | 0.59 | 0.59 |
| Hex | A4 | 5A | D4 | 17 | 3A | 0 | 11 | 114 | 3B | 3B |
| Octal | 244 | 132 | 324 | 27 | 72 | 0 | 21 | 424 | 73 | 73 |
| Binary | 10100100 | 1011010 | 11010100 | 10111 | 111010 | 0 | 10001 | 100010100 | 111011 | 111011 |
Color Harmonies of #A45AD4
Complementary color
Monochromatic Colors of #A45AD4
Black with #A45AD4
Text Example
Text Example
White with #A45AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45AD4; }
p { color: rgb(164,90,212); }
H1.HeaderClassName
{
color: #A45AD4;
}
.AnyTagClassName
{
color: #A45AD4;
}
</style>
background-color css
<style>
a { background-color: #A45AD4; }
a { background-color: rgb(164,90,212); }
div.DivClassName
{
background-color: #A45AD4;
}
.BgClassName
{
background-color: #A45AD4;
}
</style>
border-color css
<style>
span { border-color: #A45AD4; }
span { border-color: rgb(164,90,212); }
td.TdClassName
{
border-color: #A45AD4;
}
.TagClassName
{
border-color: #A45AD4;
}
</style>