Shades of Amethyst #A967CD
Tints of Amethyst #A967CD
RGB
CMYK
RGB Variations
Color information
#A967CD (or 0xA967CD) is known color: Amethyst. HEX triplet: A9, 67 and CD. RGB value is (169,103,205). Sum of RGB (Red+Green+Blue) = 169+103+205=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #A967CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A967CD is #569832. Grayscale: #868686. Windows color (decimal): -5675059 or 13461417. OLE color: 13461417.
HSL color Cylindrical-coordinate representation of color #A967CD: hue angle of 278.82º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A967CD is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 103 | 205 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.20 |
| HSL | 278.82º | 0.5% | 0.6% | - |
| HSV(B) | 278.82º | 0.5% | 0.8% | - |
| XYZ | 32.23 | 22.54 | 60.41 | - |
| YUV | 134.36 | 167.87 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 103 | 205 | 0.18 | 0.50 | 0 | 0.20 | 278.82 | 0.5 | 0.6 |
| Hex | A9 | 67 | CD | 12 | 32 | 0 | 14 | 117 | 32 | 3C |
| Octal | 251 | 147 | 315 | 22 | 62 | 0 | 24 | 427 | 62 | 74 |
| Binary | 10101001 | 1100111 | 11001101 | 10010 | 110010 | 0 | 10100 | 100010111 | 110010 | 111100 |
Color Harmonies of #A967CD
Complementary color
Monochromatic Colors of #A967CD
Black with #A967CD
Text Example
Text Example
White with #A967CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A967CD; }
p { color: rgb(169,103,205); }
H1.HeaderClassName
{
color: #A967CD;
}
.AnyTagClassName
{
color: #A967CD;
}
</style>
background-color css
<style>
a { background-color: #A967CD; }
a { background-color: rgb(169,103,205); }
div.DivClassName
{
background-color: #A967CD;
}
.BgClassName
{
background-color: #A967CD;
}
</style>
border-color css
<style>
span { border-color: #A967CD; }
span { border-color: rgb(169,103,205); }
td.TdClassName
{
border-color: #A967CD;
}
.TagClassName
{
border-color: #A967CD;
}
</style>