Shades of Amethyst #A968D0
Tints of Amethyst #A968D0
RGB
CMYK
RGB Variations
Color information
#A968D0 (or 0xA968D0) is known color: Amethyst. HEX triplet: A9, 68 and D0. RGB value is (169,104,208). Sum of RGB (Red+Green+Blue) = 169+104+208=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #A968D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A968D0 is #56972F. Grayscale: #868686. Windows color (decimal): -5674800 or 13658281. OLE color: 13658281.
HSL color Cylindrical-coordinate representation of color #A968D0: hue angle of 277.5º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A968D0 is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 104 | 208 | - |
| CMYK | 0.19 | 0.5 | 0 | 0.18 |
| HSL | 277.5º | 0.53% | 0.61% | - |
| HSV(B) | 277.5º | 0.5% | 0.82% | - |
| XYZ | 32.7 | 22.89 | 62.37 | - |
| YUV | 135.29 | 169.03 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 208 | 0.19 | 0.5 | 0 | 0.18 | 277.5 | 0.53 | 0.61 |
| Hex | A9 | 68 | D0 | 13 | 32 | 0 | 12 | 116 | 35 | 3D |
| Octal | 251 | 150 | 320 | 23 | 62 | 0 | 22 | 426 | 65 | 75 |
| Binary | 10101001 | 1101000 | 11010000 | 10011 | 110010 | 0 | 10010 | 100010110 | 110101 | 111101 |
Color Harmonies of #A968D0
Complementary color
Monochromatic Colors of #A968D0
Black with #A968D0
Text Example
Text Example
White with #A968D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A968D0; }
p { color: rgb(169,104,208); }
H1.HeaderClassName
{
color: #A968D0;
}
.AnyTagClassName
{
color: #A968D0;
}
</style>
background-color css
<style>
a { background-color: #A968D0; }
a { background-color: rgb(169,104,208); }
div.DivClassName
{
background-color: #A968D0;
}
.BgClassName
{
background-color: #A968D0;
}
</style>
border-color css
<style>
span { border-color: #A968D0; }
span { border-color: rgb(169,104,208); }
td.TdClassName
{
border-color: #A968D0;
}
.TagClassName
{
border-color: #A968D0;
}
</style>