Shades of Amethyst #A970DD
Tints of Amethyst #A970DD
RGB
CMYK
RGB Variations
Color information
#A970DD (or 0xA970DD) is known color: Amethyst. HEX triplet: A9, 70 and DD. RGB value is (169,112,221). Sum of RGB (Red+Green+Blue) = 169+112+221=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #A970DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A970DD is #568F22. Grayscale: #8D8D8D. Windows color (decimal): -5672739 or 14512297. OLE color: 14512297.
HSL color Cylindrical-coordinate representation of color #A970DD: hue angle of 271.38º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A970DD is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 112 | 221 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.13 |
| HSL | 271.38º | 0.62% | 0.65% | - |
| HSV(B) | 271.38º | 0.49% | 0.87% | - |
| XYZ | 35.21 | 25.24 | 71.42 | - |
| YUV | 141.47 | 172.88 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 221 | 0.24 | 0.49 | 0 | 0.13 | 271.38 | 0.62 | 0.65 |
| Hex | A9 | 70 | DD | 18 | 31 | 0 | D | 10F | 3E | 41 |
| Octal | 251 | 160 | 335 | 30 | 61 | 0 | 15 | 417 | 76 | 101 |
| Binary | 10101001 | 1110000 | 11011101 | 11000 | 110001 | 0 | 1101 | 100001111 | 111110 | 1000001 |
Color Harmonies of #A970DD
Complementary color
Monochromatic Colors of #A970DD
Black with #A970DD
Text Example
Text Example
White with #A970DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A970DD; }
p { color: rgb(169,112,221); }
H1.HeaderClassName
{
color: #A970DD;
}
.AnyTagClassName
{
color: #A970DD;
}
</style>
background-color css
<style>
a { background-color: #A970DD; }
a { background-color: rgb(169,112,221); }
div.DivClassName
{
background-color: #A970DD;
}
.BgClassName
{
background-color: #A970DD;
}
</style>
border-color css
<style>
span { border-color: #A970DD; }
span { border-color: rgb(169,112,221); }
td.TdClassName
{
border-color: #A970DD;
}
.TagClassName
{
border-color: #A970DD;
}
</style>