Shades of Amethyst #A968CC
Tints of Amethyst #A968CC
RGB
CMYK
RGB Variations
Color information
#A968CC (or 0xA968CC) is known color: Amethyst. HEX triplet: A9, 68 and CC. RGB value is (169,104,204). Sum of RGB (Red+Green+Blue) = 169+104+204=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #A968CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A968CC is #569733. Grayscale: #868686. Windows color (decimal): -5674804 or 13396137. OLE color: 13396137.
HSL color Cylindrical-coordinate representation of color #A968CC: hue angle of 279º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A968CC is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 104 | 204 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.2 |
| HSL | 279º | 0.5% | 0.6% | - |
| HSV(B) | 279º | 0.49% | 0.8% | - |
| XYZ | 32.21 | 22.7 | 59.81 | - |
| YUV | 134.84 | 167.03 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 204 | 0.17 | 0.49 | 0 | 0.2 | 279 | 0.5 | 0.6 |
| Hex | A9 | 68 | CC | 11 | 31 | 0 | 14 | 117 | 32 | 3C |
| Octal | 251 | 150 | 314 | 21 | 61 | 0 | 24 | 427 | 62 | 74 |
| Binary | 10101001 | 1101000 | 11001100 | 10001 | 110001 | 0 | 10100 | 100010111 | 110010 | 111100 |
Color Harmonies of #A968CC
Complementary color
Monochromatic Colors of #A968CC
Black with #A968CC
Text Example
Text Example
White with #A968CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A968CC; }
p { color: rgb(169,104,204); }
H1.HeaderClassName
{
color: #A968CC;
}
.AnyTagClassName
{
color: #A968CC;
}
</style>
background-color css
<style>
a { background-color: #A968CC; }
a { background-color: rgb(169,104,204); }
div.DivClassName
{
background-color: #A968CC;
}
.BgClassName
{
background-color: #A968CC;
}
</style>
border-color css
<style>
span { border-color: #A968CC; }
span { border-color: rgb(169,104,204); }
td.TdClassName
{
border-color: #A968CC;
}
.TagClassName
{
border-color: #A968CC;
}
</style>