Shades of Amethyst #A960CE
Tints of Amethyst #A960CE
RGB
CMYK
RGB Variations
Color information
#A960CE (or 0xA960CE) is known color: Amethyst. HEX triplet: A9, 60 and CE. RGB value is (169,96,206). Sum of RGB (Red+Green+Blue) = 169+96+206=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #A960CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A960CE is #569F31. Grayscale: #828282. Windows color (decimal): -5676850 or 13525161. OLE color: 13525161.
HSL color Cylindrical-coordinate representation of color #A960CE: hue angle of 279.82º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A960CE is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 96 | 206 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.19 |
| HSL | 279.82º | 0.53% | 0.59% | - |
| HSV(B) | 279.82º | 0.53% | 0.81% | - |
| XYZ | 31.69 | 21.26 | 60.83 | - |
| YUV | 130.37 | 170.68 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 96 | 206 | 0.18 | 0.53 | 0 | 0.19 | 279.82 | 0.53 | 0.59 |
| Hex | A9 | 60 | CE | 12 | 35 | 0 | 13 | 118 | 35 | 3B |
| Octal | 251 | 140 | 316 | 22 | 65 | 0 | 23 | 430 | 65 | 73 |
| Binary | 10101001 | 1100000 | 11001110 | 10010 | 110101 | 0 | 10011 | 100011000 | 110101 | 111011 |
Color Harmonies of #A960CE
Complementary color
Monochromatic Colors of #A960CE
Black with #A960CE
Text Example
Text Example
White with #A960CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A960CE; }
p { color: rgb(169,96,206); }
H1.HeaderClassName
{
color: #A960CE;
}
.AnyTagClassName
{
color: #A960CE;
}
</style>
background-color css
<style>
a { background-color: #A960CE; }
a { background-color: rgb(169,96,206); }
div.DivClassName
{
background-color: #A960CE;
}
.BgClassName
{
background-color: #A960CE;
}
</style>
border-color css
<style>
span { border-color: #A960CE; }
span { border-color: rgb(169,96,206); }
td.TdClassName
{
border-color: #A960CE;
}
.TagClassName
{
border-color: #A960CE;
}
</style>