Shades of Amethyst #A060C5
Tints of Amethyst #A060C5
RGB
CMYK
RGB Variations
Color information
#A060C5 (or 0xA060C5) is known color: Amethyst. HEX triplet: A0, 60 and C5. RGB value is (160,96,197). Sum of RGB (Red+Green+Blue) = 160+96+197=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 197 - color contains mainly: blue. Hex color #A060C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A060C5 is #5F9F3A. Grayscale: #7E7E7E. Windows color (decimal): -6266683 or 12935328. OLE color: 12935328.
HSL color Cylindrical-coordinate representation of color #A060C5: hue angle of 278.02º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A060C5 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 96 | 197 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.23 |
| HSL | 278.02º | 0.47% | 0.57% | - |
| HSV(B) | 278.02º | 0.51% | 0.77% | - |
| XYZ | 28.76 | 19.87 | 55.14 | - |
| YUV | 126.65 | 167.7 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 197 | 0.19 | 0.51 | 0 | 0.23 | 278.02 | 0.47 | 0.57 |
| Hex | A0 | 60 | C5 | 13 | 33 | 0 | 17 | 116 | 2F | 39 |
| Octal | 240 | 140 | 305 | 23 | 63 | 0 | 27 | 426 | 57 | 71 |
| Binary | 10100000 | 1100000 | 11000101 | 10011 | 110011 | 0 | 10111 | 100010110 | 101111 | 111001 |
Color Harmonies of #A060C5
Complementary color
Monochromatic Colors of #A060C5
Black with #A060C5
Text Example
Text Example
White with #A060C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A060C5; }
p { color: rgb(160,96,197); }
H1.HeaderClassName
{
color: #A060C5;
}
.AnyTagClassName
{
color: #A060C5;
}
</style>
background-color css
<style>
a { background-color: #A060C5; }
a { background-color: rgb(160,96,197); }
div.DivClassName
{
background-color: #A060C5;
}
.BgClassName
{
background-color: #A060C5;
}
</style>
border-color css
<style>
span { border-color: #A060C5; }
span { border-color: rgb(160,96,197); }
td.TdClassName
{
border-color: #A060C5;
}
.TagClassName
{
border-color: #A060C5;
}
</style>