Shades of Amethyst #A06CDA
Tints of Amethyst #A06CDA
RGB
CMYK
RGB Variations
Color information
#A06CDA (or 0xA06CDA) is known color: Amethyst. HEX triplet: A0, 6C and DA. RGB value is (160,108,218). Sum of RGB (Red+Green+Blue) = 160+108+218=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #A06CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CDA is #5F9325. Grayscale: #878787. Windows color (decimal): -6263590 or 14314656. OLE color: 14314656.
HSL color Cylindrical-coordinate representation of color #A06CDA: hue angle of 268.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A06CDA is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 108 | 218 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.15 |
| HSL | 268.36º | 0.6% | 0.64% | - |
| HSV(B) | 268.36º | 0.5% | 0.85% | - |
| XYZ | 32.51 | 23.26 | 69.11 | - |
| YUV | 136.09 | 174.23 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 108 | 218 | 0.27 | 0.50 | 0 | 0.15 | 268.36 | 0.6 | 0.64 |
| Hex | A0 | 6C | DA | 1B | 32 | 0 | F | 10C | 3C | 40 |
| Octal | 240 | 154 | 332 | 33 | 62 | 0 | 17 | 414 | 74 | 100 |
| Binary | 10100000 | 1101100 | 11011010 | 11011 | 110010 | 0 | 1111 | 100001100 | 111100 | 1000000 |
Color Harmonies of #A06CDA
Complementary color
Monochromatic Colors of #A06CDA
Black with #A06CDA
Text Example
Text Example
White with #A06CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06CDA; }
p { color: rgb(160,108,218); }
H1.HeaderClassName
{
color: #A06CDA;
}
.AnyTagClassName
{
color: #A06CDA;
}
</style>
background-color css
<style>
a { background-color: #A06CDA; }
a { background-color: rgb(160,108,218); }
div.DivClassName
{
background-color: #A06CDA;
}
.BgClassName
{
background-color: #A06CDA;
}
</style>
border-color css
<style>
span { border-color: #A06CDA; }
span { border-color: rgb(160,108,218); }
td.TdClassName
{
border-color: #A06CDA;
}
.TagClassName
{
border-color: #A06CDA;
}
</style>