Shades of Amethyst #A862D9
Tints of Amethyst #A862D9
RGB
CMYK
RGB Variations
Color information
#A862D9 (or 0xA862D9) is known color: Amethyst. HEX triplet: A8, 62 and D9. RGB value is (168,98,217). Sum of RGB (Red+Green+Blue) = 168+98+217=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 217 - color contains mainly: blue. Hex color #A862D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A862D9 is #579D26. Grayscale: #848484. Windows color (decimal): -5741863 or 14246568. OLE color: 14246568.
HSL color Cylindrical-coordinate representation of color #A862D9: hue angle of 275.29º degrees, saturation: 0.61, 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 #A862D9 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 98 | 217 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.15 |
| HSL | 275.29º | 0.61% | 0.62% | - |
| HSV(B) | 275.29º | 0.55% | 0.85% | - |
| XYZ | 33.04 | 22.07 | 68.16 | - |
| YUV | 132.5 | 175.69 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 98 | 217 | 0.23 | 0.55 | 0 | 0.15 | 275.29 | 0.61 | 0.62 |
| Hex | A8 | 62 | D9 | 17 | 37 | 0 | F | 113 | 3D | 3E |
| Octal | 250 | 142 | 331 | 27 | 67 | 0 | 17 | 423 | 75 | 76 |
| Binary | 10101000 | 1100010 | 11011001 | 10111 | 110111 | 0 | 1111 | 100010011 | 111101 | 111110 |
Color Harmonies of #A862D9
Complementary color
Monochromatic Colors of #A862D9
Black with #A862D9
Text Example
Text Example
White with #A862D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A862D9; }
p { color: rgb(168,98,217); }
H1.HeaderClassName
{
color: #A862D9;
}
.AnyTagClassName
{
color: #A862D9;
}
</style>
background-color css
<style>
a { background-color: #A862D9; }
a { background-color: rgb(168,98,217); }
div.DivClassName
{
background-color: #A862D9;
}
.BgClassName
{
background-color: #A862D9;
}
</style>
border-color css
<style>
span { border-color: #A862D9; }
span { border-color: rgb(168,98,217); }
td.TdClassName
{
border-color: #A862D9;
}
.TagClassName
{
border-color: #A862D9;
}
</style>