Shades of Amethyst #A06EC5
Tints of Amethyst #A06EC5
RGB
CMYK
RGB Variations
Color information
#A06EC5 (or 0xA06EC5) is known color: Amethyst. HEX triplet: A0, 6E and C5. RGB value is (160,110,197). Sum of RGB (Red+Green+Blue) = 160+110+197=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 197 - color contains mainly: blue. Hex color #A06EC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06EC5 is #5F913A. Grayscale: #868686. Windows color (decimal): -6263099 or 12938912. OLE color: 12938912.
HSL color Cylindrical-coordinate representation of color #A06EC5: hue angle of 274.48º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A06EC5 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 110 | 197 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.23 |
| HSL | 274.48º | 0.43% | 0.6% | - |
| HSV(B) | 274.48º | 0.44% | 0.77% | - |
| XYZ | 30.15 | 22.66 | 55.61 | - |
| YUV | 134.87 | 163.07 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 197 | 0.19 | 0.44 | 0 | 0.23 | 274.48 | 0.43 | 0.6 |
| Hex | A0 | 6E | C5 | 13 | 2C | 0 | 17 | 112 | 2B | 3C |
| Octal | 240 | 156 | 305 | 23 | 54 | 0 | 27 | 422 | 53 | 74 |
| Binary | 10100000 | 1101110 | 11000101 | 10011 | 101100 | 0 | 10111 | 100010010 | 101011 | 111100 |
Color Harmonies of #A06EC5
Complementary color
Monochromatic Colors of #A06EC5
Black with #A06EC5
Text Example
Text Example
White with #A06EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06EC5; }
p { color: rgb(160,110,197); }
H1.HeaderClassName
{
color: #A06EC5;
}
.AnyTagClassName
{
color: #A06EC5;
}
</style>
background-color css
<style>
a { background-color: #A06EC5; }
a { background-color: rgb(160,110,197); }
div.DivClassName
{
background-color: #A06EC5;
}
.BgClassName
{
background-color: #A06EC5;
}
</style>
border-color css
<style>
span { border-color: #A06EC5; }
span { border-color: rgb(160,110,197); }
td.TdClassName
{
border-color: #A06EC5;
}
.TagClassName
{
border-color: #A06EC5;
}
</style>