Shades of Amethyst #A05CCA
Tints of Amethyst #A05CCA
RGB
CMYK
RGB Variations
Color information
#A05CCA (or 0xA05CCA) is known color: Amethyst. HEX triplet: A0, 5C and CA. RGB value is (160,92,202). Sum of RGB (Red+Green+Blue) = 160+92+202=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #A05CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CCA is #5FA335. Grayscale: #7C7C7C. Windows color (decimal): -6267702 or 13261984. OLE color: 13261984.
HSL color Cylindrical-coordinate representation of color #A05CCA: hue angle of 277.09º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A05CCA is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 92 | 202 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.21 |
| HSL | 277.09º | 0.51% | 0.58% | - |
| HSV(B) | 277.09º | 0.54% | 0.79% | - |
| XYZ | 28.99 | 19.39 | 58.09 | - |
| YUV | 124.87 | 171.53 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 92 | 202 | 0.21 | 0.54 | 0 | 0.21 | 277.09 | 0.51 | 0.58 |
| Hex | A0 | 5C | CA | 15 | 36 | 0 | 15 | 115 | 33 | 3A |
| Octal | 240 | 134 | 312 | 25 | 66 | 0 | 25 | 425 | 63 | 72 |
| Binary | 10100000 | 1011100 | 11001010 | 10101 | 110110 | 0 | 10101 | 100010101 | 110011 | 111010 |
Color Harmonies of #A05CCA
Complementary color
Monochromatic Colors of #A05CCA
Black with #A05CCA
Text Example
Text Example
White with #A05CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05CCA; }
p { color: rgb(160,92,202); }
H1.HeaderClassName
{
color: #A05CCA;
}
.AnyTagClassName
{
color: #A05CCA;
}
</style>
background-color css
<style>
a { background-color: #A05CCA; }
a { background-color: rgb(160,92,202); }
div.DivClassName
{
background-color: #A05CCA;
}
.BgClassName
{
background-color: #A05CCA;
}
</style>
border-color css
<style>
span { border-color: #A05CCA; }
span { border-color: rgb(160,92,202); }
td.TdClassName
{
border-color: #A05CCA;
}
.TagClassName
{
border-color: #A05CCA;
}
</style>