Shades of Amethyst #A06CC1
Tints of Amethyst #A06CC1
RGB
CMYK
RGB Variations
Color information
#A06CC1 (or 0xA06CC1) is known color: Amethyst. HEX triplet: A0, 6C and C1. RGB value is (160,108,193). Sum of RGB (Red+Green+Blue) = 160+108+193=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #A06CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CC1 is #5F933E. Grayscale: #848484. Windows color (decimal): -6263615 or 12676256. OLE color: 12676256.
HSL color Cylindrical-coordinate representation of color #A06CC1: hue angle of 276.71º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A06CC1 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 108 | 193 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.24 |
| HSL | 276.71º | 0.41% | 0.59% | - |
| HSV(B) | 276.71º | 0.44% | 0.76% | - |
| XYZ | 29.49 | 22.05 | 53.15 | - |
| YUV | 133.24 | 161.73 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 108 | 193 | 0.17 | 0.44 | 0 | 0.24 | 276.71 | 0.41 | 0.59 |
| Hex | A0 | 6C | C1 | 11 | 2C | 0 | 18 | 115 | 29 | 3B |
| Octal | 240 | 154 | 301 | 21 | 54 | 0 | 30 | 425 | 51 | 73 |
| Binary | 10100000 | 1101100 | 11000001 | 10001 | 101100 | 0 | 11000 | 100010101 | 101001 | 111011 |
Color Harmonies of #A06CC1
Complementary color
Monochromatic Colors of #A06CC1
Black with #A06CC1
Text Example
Text Example
White with #A06CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06CC1; }
p { color: rgb(160,108,193); }
H1.HeaderClassName
{
color: #A06CC1;
}
.AnyTagClassName
{
color: #A06CC1;
}
</style>
background-color css
<style>
a { background-color: #A06CC1; }
a { background-color: rgb(160,108,193); }
div.DivClassName
{
background-color: #A06CC1;
}
.BgClassName
{
background-color: #A06CC1;
}
</style>
border-color css
<style>
span { border-color: #A06CC1; }
span { border-color: rgb(160,108,193); }
td.TdClassName
{
border-color: #A06CC1;
}
.TagClassName
{
border-color: #A06CC1;
}
</style>