Shades of Amethyst #A962CE
Tints of Amethyst #A962CE
RGB
CMYK
RGB Variations
Color information
#A962CE (or 0xA962CE) is known color: Amethyst. HEX triplet: A9, 62 and CE. RGB value is (169,98,206). Sum of RGB (Red+Green+Blue) = 169+98+206=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #A962CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A962CE is #569D31. Grayscale: #838383. Windows color (decimal): -5676338 or 13525673. OLE color: 13525673.
HSL color Cylindrical-coordinate representation of color #A962CE: hue angle of 279.44º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A962CE is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 98 | 206 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.19 |
| HSL | 279.44º | 0.52% | 0.6% | - |
| HSV(B) | 279.44º | 0.52% | 0.81% | - |
| XYZ | 31.87 | 21.63 | 60.89 | - |
| YUV | 131.54 | 170.02 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 98 | 206 | 0.18 | 0.52 | 0 | 0.19 | 279.44 | 0.52 | 0.6 |
| Hex | A9 | 62 | CE | 12 | 34 | 0 | 13 | 117 | 34 | 3C |
| Octal | 251 | 142 | 316 | 22 | 64 | 0 | 23 | 427 | 64 | 74 |
| Binary | 10101001 | 1100010 | 11001110 | 10010 | 110100 | 0 | 10011 | 100010111 | 110100 | 111100 |
Color Harmonies of #A962CE
Complementary color
Monochromatic Colors of #A962CE
Black with #A962CE
Text Example
Text Example
White with #A962CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A962CE; }
p { color: rgb(169,98,206); }
H1.HeaderClassName
{
color: #A962CE;
}
.AnyTagClassName
{
color: #A962CE;
}
</style>
background-color css
<style>
a { background-color: #A962CE; }
a { background-color: rgb(169,98,206); }
div.DivClassName
{
background-color: #A962CE;
}
.BgClassName
{
background-color: #A962CE;
}
</style>
border-color css
<style>
span { border-color: #A962CE; }
span { border-color: rgb(169,98,206); }
td.TdClassName
{
border-color: #A962CE;
}
.TagClassName
{
border-color: #A962CE;
}
</style>