Shades of Amethyst #A06ADC
Tints of Amethyst #A06ADC
RGB
CMYK
RGB Variations
Color information
#A06ADC (or 0xA06ADC) is known color: Amethyst. HEX triplet: A0, 6A and DC. RGB value is (160,106,220). Sum of RGB (Red+Green+Blue) = 160+106+220=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #A06ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06ADC is #5F9523. Grayscale: #868686. Windows color (decimal): -6264100 or 14445216. OLE color: 14445216.
HSL color Cylindrical-coordinate representation of color #A06ADC: hue angle of 268.42º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A06ADC is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 106 | 220 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.14 |
| HSL | 268.42º | 0.62% | 0.64% | - |
| HSV(B) | 268.42º | 0.52% | 0.86% | - |
| XYZ | 32.57 | 22.95 | 70.42 | - |
| YUV | 135.14 | 175.89 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 220 | 0.27 | 0.52 | 0 | 0.14 | 268.42 | 0.62 | 0.64 |
| Hex | A0 | 6A | DC | 1B | 34 | 0 | E | 10C | 3E | 40 |
| Octal | 240 | 152 | 334 | 33 | 64 | 0 | 16 | 414 | 76 | 100 |
| Binary | 10100000 | 1101010 | 11011100 | 11011 | 110100 | 0 | 1110 | 100001100 | 111110 | 1000000 |
Color Harmonies of #A06ADC
Complementary color
Monochromatic Colors of #A06ADC
Black with #A06ADC
Text Example
Text Example
White with #A06ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06ADC; }
p { color: rgb(160,106,220); }
H1.HeaderClassName
{
color: #A06ADC;
}
.AnyTagClassName
{
color: #A06ADC;
}
</style>
background-color css
<style>
a { background-color: #A06ADC; }
a { background-color: rgb(160,106,220); }
div.DivClassName
{
background-color: #A06ADC;
}
.BgClassName
{
background-color: #A06ADC;
}
</style>
border-color css
<style>
span { border-color: #A06ADC; }
span { border-color: rgb(160,106,220); }
td.TdClassName
{
border-color: #A06ADC;
}
.TagClassName
{
border-color: #A06ADC;
}
</style>