Shades of Amethyst #A667DC
Tints of Amethyst #A667DC
RGB
CMYK
RGB Variations
Color information
#A667DC (or 0xA667DC) is known color: Amethyst. HEX triplet: A6, 67 and DC. RGB value is (166,103,220). Sum of RGB (Red+Green+Blue) = 166+103+220=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #A667DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A667DC is #599823. Grayscale: #868686. Windows color (decimal): -5871652 or 14444454. OLE color: 14444454.
HSL color Cylindrical-coordinate representation of color #A667DC: hue angle of 272.31º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A667DC is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 103 | 220 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.14 |
| HSL | 272.31º | 0.63% | 0.63% | - |
| HSV(B) | 272.31º | 0.53% | 0.86% | - |
| XYZ | 33.49 | 22.97 | 70.38 | - |
| YUV | 135.18 | 175.87 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 220 | 0.25 | 0.53 | 0 | 0.14 | 272.31 | 0.63 | 0.63 |
| Hex | A6 | 67 | DC | 19 | 35 | 0 | E | 110 | 3F | 3F |
| Octal | 246 | 147 | 334 | 31 | 65 | 0 | 16 | 420 | 77 | 77 |
| Binary | 10100110 | 1100111 | 11011100 | 11001 | 110101 | 0 | 1110 | 100010000 | 111111 | 111111 |
Color Harmonies of #A667DC
Complementary color
Monochromatic Colors of #A667DC
Black with #A667DC
Text Example
Text Example
White with #A667DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A667DC; }
p { color: rgb(166,103,220); }
H1.HeaderClassName
{
color: #A667DC;
}
.AnyTagClassName
{
color: #A667DC;
}
</style>
background-color css
<style>
a { background-color: #A667DC; }
a { background-color: rgb(166,103,220); }
div.DivClassName
{
background-color: #A667DC;
}
.BgClassName
{
background-color: #A667DC;
}
</style>
border-color css
<style>
span { border-color: #A667DC; }
span { border-color: rgb(166,103,220); }
td.TdClassName
{
border-color: #A667DC;
}
.TagClassName
{
border-color: #A667DC;
}
</style>