Shades of Amethyst #A45CCD
Tints of Amethyst #A45CCD
RGB
CMYK
RGB Variations
Color information
#A45CCD (or 0xA45CCD) is known color: Amethyst. HEX triplet: A4, 5C and CD. RGB value is (164,92,205). Sum of RGB (Red+Green+Blue) = 164+92+205=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #A45CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45CCD is #5BA332. Grayscale: #7E7E7E. Windows color (decimal): -6005555 or 13458596. OLE color: 13458596.
HSL color Cylindrical-coordinate representation of color #A45CCD: hue angle of 278.23º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A45CCD is Cyan = 0.2, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 92 | 205 | - |
| CMYK | 0.2 | 0.55 | 0 | 0.20 |
| HSL | 278.23º | 0.53% | 0.58% | - |
| HSV(B) | 278.23º | 0.55% | 0.8% | - |
| XYZ | 30.16 | 19.95 | 60.02 | - |
| YUV | 126.41 | 172.35 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 92 | 205 | 0.2 | 0.55 | 0 | 0.20 | 278.23 | 0.53 | 0.58 |
| Hex | A4 | 5C | CD | 14 | 37 | 0 | 14 | 116 | 35 | 3A |
| Octal | 244 | 134 | 315 | 24 | 67 | 0 | 24 | 426 | 65 | 72 |
| Binary | 10100100 | 1011100 | 11001101 | 10100 | 110111 | 0 | 10100 | 100010110 | 110101 | 111010 |
Color Harmonies of #A45CCD
Complementary color
Monochromatic Colors of #A45CCD
Black with #A45CCD
Text Example
Text Example
White with #A45CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45CCD; }
p { color: rgb(164,92,205); }
H1.HeaderClassName
{
color: #A45CCD;
}
.AnyTagClassName
{
color: #A45CCD;
}
</style>
background-color css
<style>
a { background-color: #A45CCD; }
a { background-color: rgb(164,92,205); }
div.DivClassName
{
background-color: #A45CCD;
}
.BgClassName
{
background-color: #A45CCD;
}
</style>
border-color css
<style>
span { border-color: #A45CCD; }
span { border-color: rgb(164,92,205); }
td.TdClassName
{
border-color: #A45CCD;
}
.TagClassName
{
border-color: #A45CCD;
}
</style>