Shades of Amethyst #A970DC
Tints of Amethyst #A970DC
RGB
CMYK
RGB Variations
Color information
#A970DC (or 0xA970DC) is known color: Amethyst. HEX triplet: A9, 70 and DC. RGB value is (169,112,220). Sum of RGB (Red+Green+Blue) = 169+112+220=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #A970DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A970DC is #568F23. Grayscale: #8C8C8C. Windows color (decimal): -5672740 or 14446761. OLE color: 14446761.
HSL color Cylindrical-coordinate representation of color #A970DC: hue angle of 271.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A970DC is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 112 | 220 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.14 |
| HSL | 271.67º | 0.61% | 0.65% | - |
| HSV(B) | 271.67º | 0.49% | 0.86% | - |
| XYZ | 35.07 | 25.19 | 70.72 | - |
| YUV | 141.36 | 172.38 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 220 | 0.23 | 0.49 | 0 | 0.14 | 271.67 | 0.61 | 0.65 |
| Hex | A9 | 70 | DC | 17 | 31 | 0 | E | 110 | 3D | 41 |
| Octal | 251 | 160 | 334 | 27 | 61 | 0 | 16 | 420 | 75 | 101 |
| Binary | 10101001 | 1110000 | 11011100 | 10111 | 110001 | 0 | 1110 | 100010000 | 111101 | 1000001 |
Color Harmonies of #A970DC
Complementary color
Monochromatic Colors of #A970DC
Black with #A970DC
Text Example
Text Example
White with #A970DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A970DC; }
p { color: rgb(169,112,220); }
H1.HeaderClassName
{
color: #A970DC;
}
.AnyTagClassName
{
color: #A970DC;
}
</style>
background-color css
<style>
a { background-color: #A970DC; }
a { background-color: rgb(169,112,220); }
div.DivClassName
{
background-color: #A970DC;
}
.BgClassName
{
background-color: #A970DC;
}
</style>
border-color css
<style>
span { border-color: #A970DC; }
span { border-color: rgb(169,112,220); }
td.TdClassName
{
border-color: #A970DC;
}
.TagClassName
{
border-color: #A970DC;
}
</style>