Shades of Amethyst #A967DC
Tints of Amethyst #A967DC
RGB
CMYK
RGB Variations
Color information
#A967DC (or 0xA967DC) is known color: Amethyst. HEX triplet: A9, 67 and DC. RGB value is (169,103,220). Sum of RGB (Red+Green+Blue) = 169+103+220=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #A967DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A967DC is #569823. Grayscale: #878787. Windows color (decimal): -5675044 or 14444457. OLE color: 14444457.
HSL color Cylindrical-coordinate representation of color #A967DC: hue angle of 273.85º 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 #A967DC is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 103 | 220 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.14 |
| HSL | 273.85º | 0.63% | 0.63% | - |
| HSV(B) | 273.85º | 0.53% | 0.86% | - |
| XYZ | 34.13 | 23.3 | 70.41 | - |
| YUV | 136.07 | 175.37 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 103 | 220 | 0.23 | 0.53 | 0 | 0.14 | 273.85 | 0.63 | 0.63 |
| Hex | A9 | 67 | DC | 17 | 35 | 0 | E | 112 | 3F | 3F |
| Octal | 251 | 147 | 334 | 27 | 65 | 0 | 16 | 422 | 77 | 77 |
| Binary | 10101001 | 1100111 | 11011100 | 10111 | 110101 | 0 | 1110 | 100010010 | 111111 | 111111 |
Color Harmonies of #A967DC
Complementary color
Monochromatic Colors of #A967DC
Black with #A967DC
Text Example
Text Example
White with #A967DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A967DC; }
p { color: rgb(169,103,220); }
H1.HeaderClassName
{
color: #A967DC;
}
.AnyTagClassName
{
color: #A967DC;
}
</style>
background-color css
<style>
a { background-color: #A967DC; }
a { background-color: rgb(169,103,220); }
div.DivClassName
{
background-color: #A967DC;
}
.BgClassName
{
background-color: #A967DC;
}
</style>
border-color css
<style>
span { border-color: #A967DC; }
span { border-color: rgb(169,103,220); }
td.TdClassName
{
border-color: #A967DC;
}
.TagClassName
{
border-color: #A967DC;
}
</style>