Shades of Amethyst #A962DA
Tints of Amethyst #A962DA
RGB
CMYK
RGB Variations
Color information
#A962DA (or 0xA962DA) is known color: Amethyst. HEX triplet: A9, 62 and DA. RGB value is (169,98,218). Sum of RGB (Red+Green+Blue) = 169+98+218=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #A962DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A962DA is #569D25. Grayscale: #848484. Windows color (decimal): -5676326 or 14312105. OLE color: 14312105.
HSL color Cylindrical-coordinate representation of color #A962DA: hue angle of 275.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A962DA is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 98 | 218 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.15 |
| HSL | 275.5º | 0.62% | 0.62% | - |
| HSV(B) | 275.5º | 0.55% | 0.85% | - |
| XYZ | 33.38 | 22.23 | 68.86 | - |
| YUV | 132.91 | 176.02 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 98 | 218 | 0.22 | 0.55 | 0 | 0.15 | 275.5 | 0.62 | 0.62 |
| Hex | A9 | 62 | DA | 16 | 37 | 0 | F | 114 | 3E | 3E |
| Octal | 251 | 142 | 332 | 26 | 67 | 0 | 17 | 424 | 76 | 76 |
| Binary | 10101001 | 1100010 | 11011010 | 10110 | 110111 | 0 | 1111 | 100010100 | 111110 | 111110 |
Color Harmonies of #A962DA
Complementary color
Monochromatic Colors of #A962DA
Black with #A962DA
Text Example
Text Example
White with #A962DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A962DA; }
p { color: rgb(169,98,218); }
H1.HeaderClassName
{
color: #A962DA;
}
.AnyTagClassName
{
color: #A962DA;
}
</style>
background-color css
<style>
a { background-color: #A962DA; }
a { background-color: rgb(169,98,218); }
div.DivClassName
{
background-color: #A962DA;
}
.BgClassName
{
background-color: #A962DA;
}
</style>
border-color css
<style>
span { border-color: #A962DA; }
span { border-color: rgb(169,98,218); }
td.TdClassName
{
border-color: #A962DA;
}
.TagClassName
{
border-color: #A962DA;
}
</style>