Shades of Amethyst #A967CC
Tints of Amethyst #A967CC
RGB
CMYK
RGB Variations
Color information
#A967CC (or 0xA967CC) is known color: Amethyst. HEX triplet: A9, 67 and CC. RGB value is (169,103,204). Sum of RGB (Red+Green+Blue) = 169+103+204=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #A967CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A967CC is #569833. Grayscale: #858585. Windows color (decimal): -5675060 or 13395881. OLE color: 13395881.
HSL color Cylindrical-coordinate representation of color #A967CC: hue angle of 279.21º 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 #A967CC is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 103 | 204 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.2 |
| HSL | 279.21º | 0.5% | 0.6% | - |
| HSV(B) | 279.21º | 0.5% | 0.8% | - |
| XYZ | 32.11 | 22.5 | 59.78 | - |
| YUV | 134.25 | 167.37 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 103 | 204 | 0.17 | 0.50 | 0 | 0.2 | 279.21 | 0.5 | 0.6 |
| Hex | A9 | 67 | CC | 11 | 32 | 0 | 14 | 117 | 32 | 3C |
| Octal | 251 | 147 | 314 | 21 | 62 | 0 | 24 | 427 | 62 | 74 |
| Binary | 10101001 | 1100111 | 11001100 | 10001 | 110010 | 0 | 10100 | 100010111 | 110010 | 111100 |
Color Harmonies of #A967CC
Complementary color
Monochromatic Colors of #A967CC
Black with #A967CC
Text Example
Text Example
White with #A967CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A967CC; }
p { color: rgb(169,103,204); }
H1.HeaderClassName
{
color: #A967CC;
}
.AnyTagClassName
{
color: #A967CC;
}
</style>
background-color css
<style>
a { background-color: #A967CC; }
a { background-color: rgb(169,103,204); }
div.DivClassName
{
background-color: #A967CC;
}
.BgClassName
{
background-color: #A967CC;
}
</style>
border-color css
<style>
span { border-color: #A967CC; }
span { border-color: rgb(169,103,204); }
td.TdClassName
{
border-color: #A967CC;
}
.TagClassName
{
border-color: #A967CC;
}
</style>