Shades of Amethyst #A06FC0
Tints of Amethyst #A06FC0
RGB
CMYK
RGB Variations
Color information
#A06FC0 (or 0xA06FC0) is known color: Amethyst. HEX triplet: A0, 6F and C0. RGB value is (160,111,192). Sum of RGB (Red+Green+Blue) = 160+111+192=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 192 - color contains mainly: blue. Hex color #A06FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FC0 is #5F903F. Grayscale: #868686. Windows color (decimal): -6262848 or 12611488. OLE color: 12611488.
HSL color Cylindrical-coordinate representation of color #A06FC0: hue angle of 276.3º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A06FC0 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 111 | 192 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.25 |
| HSL | 276.3º | 0.39% | 0.59% | - |
| HSV(B) | 276.3º | 0.42% | 0.75% | - |
| XYZ | 29.7 | 22.65 | 52.68 | - |
| YUV | 134.89 | 160.23 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 192 | 0.17 | 0.42 | 0 | 0.25 | 276.3 | 0.39 | 0.59 |
| Hex | A0 | 6F | C0 | 11 | 2A | 0 | 19 | 114 | 27 | 3B |
| Octal | 240 | 157 | 300 | 21 | 52 | 0 | 31 | 424 | 47 | 73 |
| Binary | 10100000 | 1101111 | 11000000 | 10001 | 101010 | 0 | 11001 | 100010100 | 100111 | 111011 |
Color Harmonies of #A06FC0
Complementary color
Monochromatic Colors of #A06FC0
Black with #A06FC0
Text Example
Text Example
White with #A06FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06FC0; }
p { color: rgb(160,111,192); }
H1.HeaderClassName
{
color: #A06FC0;
}
.AnyTagClassName
{
color: #A06FC0;
}
</style>
background-color css
<style>
a { background-color: #A06FC0; }
a { background-color: rgb(160,111,192); }
div.DivClassName
{
background-color: #A06FC0;
}
.BgClassName
{
background-color: #A06FC0;
}
</style>
border-color css
<style>
span { border-color: #A06FC0; }
span { border-color: rgb(160,111,192); }
td.TdClassName
{
border-color: #A06FC0;
}
.TagClassName
{
border-color: #A06FC0;
}
</style>