Shades of Amethyst #A45ACD
Tints of Amethyst #A45ACD
RGB
CMYK
RGB Variations
Color information
#A45ACD (or 0xA45ACD) is known color: Amethyst. HEX triplet: A4, 5A and CD. RGB value is (164,90,205). Sum of RGB (Red+Green+Blue) = 164+90+205=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #A45ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45ACD is #5BA532. Grayscale: #7C7C7C. Windows color (decimal): -6006067 or 13458084. OLE color: 13458084.
HSL color Cylindrical-coordinate representation of color #A45ACD: hue angle of 278.61º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A45ACD is Cyan = 0.2, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 90 | 205 | - |
| CMYK | 0.2 | 0.56 | 0 | 0.20 |
| HSL | 278.61º | 0.53% | 0.58% | - |
| HSV(B) | 278.61º | 0.56% | 0.8% | - |
| XYZ | 29.99 | 19.61 | 59.96 | - |
| YUV | 125.24 | 173.02 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 205 | 0.2 | 0.56 | 0 | 0.20 | 278.61 | 0.53 | 0.58 |
| Hex | A4 | 5A | CD | 14 | 38 | 0 | 14 | 117 | 35 | 3A |
| Octal | 244 | 132 | 315 | 24 | 70 | 0 | 24 | 427 | 65 | 72 |
| Binary | 10100100 | 1011010 | 11001101 | 10100 | 111000 | 0 | 10100 | 100010111 | 110101 | 111010 |
Color Harmonies of #A45ACD
Complementary color
Monochromatic Colors of #A45ACD
Black with #A45ACD
Text Example
Text Example
White with #A45ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45ACD; }
p { color: rgb(164,90,205); }
H1.HeaderClassName
{
color: #A45ACD;
}
.AnyTagClassName
{
color: #A45ACD;
}
</style>
background-color css
<style>
a { background-color: #A45ACD; }
a { background-color: rgb(164,90,205); }
div.DivClassName
{
background-color: #A45ACD;
}
.BgClassName
{
background-color: #A45ACD;
}
</style>
border-color css
<style>
span { border-color: #A45ACD; }
span { border-color: rgb(164,90,205); }
td.TdClassName
{
border-color: #A45ACD;
}
.TagClassName
{
border-color: #A45ACD;
}
</style>