Shades of Amethyst #A960D3
Tints of Amethyst #A960D3
RGB
CMYK
RGB Variations
Color information
#A960D3 (or 0xA960D3) is known color: Amethyst. HEX triplet: A9, 60 and D3. RGB value is (169,96,211). Sum of RGB (Red+Green+Blue) = 169+96+211=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 211 - color contains mainly: blue. Hex color #A960D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A960D3 is #569F2C. Grayscale: #828282. Windows color (decimal): -5676845 or 13852841. OLE color: 13852841.
HSL color Cylindrical-coordinate representation of color #A960D3: hue angle of 278.09º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A960D3 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 169 | 96 | 211 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.17 |
| HSL | 278.09º | 0.57% | 0.6% | - |
| HSV(B) | 278.09º | 0.55% | 0.83% | - |
| XYZ | 32.3 | 21.5 | 64.08 | - |
| YUV | 130.94 | 173.18 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 96 | 211 | 0.20 | 0.55 | 0 | 0.17 | 278.09 | 0.57 | 0.6 |
| Hex | A9 | 60 | D3 | 14 | 37 | 0 | 11 | 116 | 39 | 3C |
| Octal | 251 | 140 | 323 | 24 | 67 | 0 | 21 | 426 | 71 | 74 |
| Binary | 10101001 | 1100000 | 11010011 | 10100 | 110111 | 0 | 10001 | 100010110 | 111001 | 111100 |
Color Harmonies of #A960D3
Complementary color
Monochromatic Colors of #A960D3
Black with #A960D3
Text Example
Text Example
White with #A960D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A960D3; }
p { color: rgb(169,96,211); }
H1.HeaderClassName
{
color: #A960D3;
}
.AnyTagClassName
{
color: #A960D3;
}
</style>
background-color css
<style>
a { background-color: #A960D3; }
a { background-color: rgb(169,96,211); }
div.DivClassName
{
background-color: #A960D3;
}
.BgClassName
{
background-color: #A960D3;
}
</style>
border-color css
<style>
span { border-color: #A960D3; }
span { border-color: rgb(169,96,211); }
td.TdClassName
{
border-color: #A960D3;
}
.TagClassName
{
border-color: #A960D3;
}
</style>