Shades of Amethyst #A962DF
Tints of Amethyst #A962DF
RGB
CMYK
RGB Variations
Color information
#A962DF (or 0xA962DF) is known color: Amethyst. HEX triplet: A9, 62 and DF. RGB value is (169,98,223). Sum of RGB (Red+Green+Blue) = 169+98+223=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #A962DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A962DF is #569D20. Grayscale: #858585. Windows color (decimal): -5676321 or 14639785. OLE color: 14639785.
HSL color Cylindrical-coordinate representation of color #A962DF: hue angle of 274.08º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A962DF is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 98 | 223 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.13 |
| HSL | 274.08º | 0.66% | 0.63% | - |
| HSV(B) | 274.08º | 0.56% | 0.87% | - |
| XYZ | 34.05 | 22.5 | 72.36 | - |
| YUV | 133.48 | 178.52 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 98 | 223 | 0.24 | 0.56 | 0 | 0.13 | 274.08 | 0.66 | 0.63 |
| Hex | A9 | 62 | DF | 18 | 38 | 0 | D | 112 | 42 | 3F |
| Octal | 251 | 142 | 337 | 30 | 70 | 0 | 15 | 422 | 102 | 77 |
| Binary | 10101001 | 1100010 | 11011111 | 11000 | 111000 | 0 | 1101 | 100010010 | 1000010 | 111111 |
Color Harmonies of #A962DF
Complementary color
Monochromatic Colors of #A962DF
Black with #A962DF
Text Example
Text Example
White with #A962DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A962DF; }
p { color: rgb(169,98,223); }
H1.HeaderClassName
{
color: #A962DF;
}
.AnyTagClassName
{
color: #A962DF;
}
</style>
background-color css
<style>
a { background-color: #A962DF; }
a { background-color: rgb(169,98,223); }
div.DivClassName
{
background-color: #A962DF;
}
.BgClassName
{
background-color: #A962DF;
}
</style>
border-color css
<style>
span { border-color: #A962DF; }
span { border-color: rgb(169,98,223); }
td.TdClassName
{
border-color: #A962DF;
}
.TagClassName
{
border-color: #A962DF;
}
</style>