Shades of Amethyst #A071D1
Tints of Amethyst #A071D1
RGB
CMYK
RGB Variations
Color information
#A071D1 (or 0xA071D1) is known color: Amethyst. HEX triplet: A0, 71 and D1. RGB value is (160,113,209). Sum of RGB (Red+Green+Blue) = 160+113+209=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #A071D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A071D1 is #5F8E2E. Grayscale: #898989. Windows color (decimal): -6262319 or 13726112. OLE color: 13726112.
HSL color Cylindrical-coordinate representation of color #A071D1: hue angle of 269.38º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A071D1 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 113 | 209 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.18 |
| HSL | 269.38º | 0.51% | 0.63% | - |
| HSV(B) | 269.38º | 0.46% | 0.82% | - |
| XYZ | 31.91 | 23.89 | 63.25 | - |
| YUV | 138 | 168.07 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 113 | 209 | 0.23 | 0.46 | 0 | 0.18 | 269.38 | 0.51 | 0.63 |
| Hex | A0 | 71 | D1 | 17 | 2E | 0 | 12 | 10D | 33 | 3F |
| Octal | 240 | 161 | 321 | 27 | 56 | 0 | 22 | 415 | 63 | 77 |
| Binary | 10100000 | 1110001 | 11010001 | 10111 | 101110 | 0 | 10010 | 100001101 | 110011 | 111111 |
Color Harmonies of #A071D1
Complementary color
Monochromatic Colors of #A071D1
Black with #A071D1
Text Example
Text Example
White with #A071D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A071D1; }
p { color: rgb(160,113,209); }
H1.HeaderClassName
{
color: #A071D1;
}
.AnyTagClassName
{
color: #A071D1;
}
</style>
background-color css
<style>
a { background-color: #A071D1; }
a { background-color: rgb(160,113,209); }
div.DivClassName
{
background-color: #A071D1;
}
.BgClassName
{
background-color: #A071D1;
}
</style>
border-color css
<style>
span { border-color: #A071D1; }
span { border-color: rgb(160,113,209); }
td.TdClassName
{
border-color: #A071D1;
}
.TagClassName
{
border-color: #A071D1;
}
</style>