Shades of Amethyst #A05CCE
Tints of Amethyst #A05CCE
RGB
CMYK
RGB Variations
Color information
#A05CCE (or 0xA05CCE) is known color: Amethyst. HEX triplet: A0, 5C and CE. RGB value is (160,92,206). Sum of RGB (Red+Green+Blue) = 160+92+206=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #A05CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CCE is #5FA331. Grayscale: #7C7C7C. Windows color (decimal): -6267698 or 13524128. OLE color: 13524128.
HSL color Cylindrical-coordinate representation of color #A05CCE: hue angle of 275.79º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A05CCE is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 92 | 206 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.19 |
| HSL | 275.79º | 0.54% | 0.58% | - |
| HSV(B) | 275.79º | 0.55% | 0.81% | - |
| XYZ | 29.46 | 19.58 | 60.62 | - |
| YUV | 125.33 | 173.53 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 92 | 206 | 0.22 | 0.55 | 0 | 0.19 | 275.79 | 0.54 | 0.58 |
| Hex | A0 | 5C | CE | 16 | 37 | 0 | 13 | 114 | 36 | 3A |
| Octal | 240 | 134 | 316 | 26 | 67 | 0 | 23 | 424 | 66 | 72 |
| Binary | 10100000 | 1011100 | 11001110 | 10110 | 110111 | 0 | 10011 | 100010100 | 110110 | 111010 |
Color Harmonies of #A05CCE
Complementary color
Monochromatic Colors of #A05CCE
Black with #A05CCE
Text Example
Text Example
White with #A05CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05CCE; }
p { color: rgb(160,92,206); }
H1.HeaderClassName
{
color: #A05CCE;
}
.AnyTagClassName
{
color: #A05CCE;
}
</style>
background-color css
<style>
a { background-color: #A05CCE; }
a { background-color: rgb(160,92,206); }
div.DivClassName
{
background-color: #A05CCE;
}
.BgClassName
{
background-color: #A05CCE;
}
</style>
border-color css
<style>
span { border-color: #A05CCE; }
span { border-color: rgb(160,92,206); }
td.TdClassName
{
border-color: #A05CCE;
}
.TagClassName
{
border-color: #A05CCE;
}
</style>