Shades of Amethyst #A05CCD
Tints of Amethyst #A05CCD
RGB
CMYK
RGB Variations
Color information
#A05CCD (or 0xA05CCD) is known color: Amethyst. HEX triplet: A0, 5C and CD. RGB value is (160,92,205). Sum of RGB (Red+Green+Blue) = 160+92+205=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #A05CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CCD is #5FA332. Grayscale: #7C7C7C. Windows color (decimal): -6267699 or 13458592. OLE color: 13458592.
HSL color Cylindrical-coordinate representation of color #A05CCD: hue angle of 276.11º 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 #A05CCD is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 92 | 205 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.20 |
| HSL | 276.11º | 0.53% | 0.58% | - |
| HSV(B) | 276.11º | 0.55% | 0.8% | - |
| XYZ | 29.34 | 19.54 | 59.98 | - |
| YUV | 125.21 | 173.03 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 92 | 205 | 0.22 | 0.55 | 0 | 0.20 | 276.11 | 0.53 | 0.58 |
| Hex | A0 | 5C | CD | 16 | 37 | 0 | 14 | 114 | 35 | 3A |
| Octal | 240 | 134 | 315 | 26 | 67 | 0 | 24 | 424 | 65 | 72 |
| Binary | 10100000 | 1011100 | 11001101 | 10110 | 110111 | 0 | 10100 | 100010100 | 110101 | 111010 |
Color Harmonies of #A05CCD
Complementary color
Monochromatic Colors of #A05CCD
Black with #A05CCD
Text Example
Text Example
White with #A05CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05CCD; }
p { color: rgb(160,92,205); }
H1.HeaderClassName
{
color: #A05CCD;
}
.AnyTagClassName
{
color: #A05CCD;
}
</style>
background-color css
<style>
a { background-color: #A05CCD; }
a { background-color: rgb(160,92,205); }
div.DivClassName
{
background-color: #A05CCD;
}
.BgClassName
{
background-color: #A05CCD;
}
</style>
border-color css
<style>
span { border-color: #A05CCD; }
span { border-color: rgb(160,92,205); }
td.TdClassName
{
border-color: #A05CCD;
}
.TagClassName
{
border-color: #A05CCD;
}
</style>