Shades of Amethyst #A870DA
Tints of Amethyst #A870DA
RGB
CMYK
RGB Variations
Color information
#A870DA (or 0xA870DA) is known color: Amethyst. HEX triplet: A8, 70 and DA. RGB value is (168,112,218). Sum of RGB (Red+Green+Blue) = 168+112+218=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #A870DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A870DA is #578F25. Grayscale: #8C8C8C. Windows color (decimal): -5738278 or 14315688. OLE color: 14315688.
HSL color Cylindrical-coordinate representation of color #A870DA: hue angle of 271.7º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A870DA is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 112 | 218 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.15 |
| HSL | 271.7º | 0.59% | 0.65% | - |
| HSV(B) | 271.7º | 0.49% | 0.85% | - |
| XYZ | 34.6 | 24.98 | 69.33 | - |
| YUV | 140.83 | 171.55 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 218 | 0.23 | 0.49 | 0 | 0.15 | 271.7 | 0.59 | 0.65 |
| Hex | A8 | 70 | DA | 17 | 31 | 0 | F | 110 | 3B | 41 |
| Octal | 250 | 160 | 332 | 27 | 61 | 0 | 17 | 420 | 73 | 101 |
| Binary | 10101000 | 1110000 | 11011010 | 10111 | 110001 | 0 | 1111 | 100010000 | 111011 | 1000001 |
Color Harmonies of #A870DA
Complementary color
Monochromatic Colors of #A870DA
Black with #A870DA
Text Example
Text Example
White with #A870DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A870DA; }
p { color: rgb(168,112,218); }
H1.HeaderClassName
{
color: #A870DA;
}
.AnyTagClassName
{
color: #A870DA;
}
</style>
background-color css
<style>
a { background-color: #A870DA; }
a { background-color: rgb(168,112,218); }
div.DivClassName
{
background-color: #A870DA;
}
.BgClassName
{
background-color: #A870DA;
}
</style>
border-color css
<style>
span { border-color: #A870DA; }
span { border-color: rgb(168,112,218); }
td.TdClassName
{
border-color: #A870DA;
}
.TagClassName
{
border-color: #A870DA;
}
</style>