Shades of Amethyst #A667DD
Tints of Amethyst #A667DD
RGB
CMYK
RGB Variations
Color information
#A667DD (or 0xA667DD) is known color: Amethyst. HEX triplet: A6, 67 and DD. RGB value is (166,103,221). Sum of RGB (Red+Green+Blue) = 166+103+221=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #A667DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A667DD is #599822. Grayscale: #868686. Windows color (decimal): -5871651 or 14509990. OLE color: 14509990.
HSL color Cylindrical-coordinate representation of color #A667DD: hue angle of 272.03º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A667DD is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 103 | 221 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.13 |
| HSL | 272.03º | 0.63% | 0.64% | - |
| HSV(B) | 272.03º | 0.53% | 0.87% | - |
| XYZ | 33.63 | 23.03 | 71.08 | - |
| YUV | 135.29 | 176.37 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 221 | 0.25 | 0.53 | 0 | 0.13 | 272.03 | 0.63 | 0.64 |
| Hex | A6 | 67 | DD | 19 | 35 | 0 | D | 110 | 3F | 40 |
| Octal | 246 | 147 | 335 | 31 | 65 | 0 | 15 | 420 | 77 | 100 |
| Binary | 10100110 | 1100111 | 11011101 | 11001 | 110101 | 0 | 1101 | 100010000 | 111111 | 1000000 |
Color Harmonies of #A667DD
Complementary color
Monochromatic Colors of #A667DD
Black with #A667DD
Text Example
Text Example
White with #A667DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A667DD; }
p { color: rgb(166,103,221); }
H1.HeaderClassName
{
color: #A667DD;
}
.AnyTagClassName
{
color: #A667DD;
}
</style>
background-color css
<style>
a { background-color: #A667DD; }
a { background-color: rgb(166,103,221); }
div.DivClassName
{
background-color: #A667DD;
}
.BgClassName
{
background-color: #A667DD;
}
</style>
border-color css
<style>
span { border-color: #A667DD; }
span { border-color: rgb(166,103,221); }
td.TdClassName
{
border-color: #A667DD;
}
.TagClassName
{
border-color: #A667DD;
}
</style>