Shades of Amethyst #A571D5
Tints of Amethyst #A571D5
RGB
CMYK
RGB Variations
Color information
#A571D5 (or 0xA571D5) is known color: Amethyst. HEX triplet: A5, 71 and D5. RGB value is (165,113,213). Sum of RGB (Red+Green+Blue) = 165+113+213=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #A571D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A571D5 is #5A8E2A. Grayscale: #8B8B8B. Windows color (decimal): -5934635 or 13988261. OLE color: 13988261.
HSL color Cylindrical-coordinate representation of color #A571D5: hue angle of 271.2º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A571D5 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 113 | 213 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.16 |
| HSL | 271.2º | 0.54% | 0.64% | - |
| HSV(B) | 271.2º | 0.47% | 0.84% | - |
| XYZ | 33.43 | 24.61 | 65.94 | - |
| YUV | 139.95 | 169.23 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 113 | 213 | 0.23 | 0.47 | 0 | 0.16 | 271.2 | 0.54 | 0.64 |
| Hex | A5 | 71 | D5 | 17 | 2F | 0 | 10 | 10F | 36 | 40 |
| Octal | 245 | 161 | 325 | 27 | 57 | 0 | 20 | 417 | 66 | 100 |
| Binary | 10100101 | 1110001 | 11010101 | 10111 | 101111 | 0 | 10000 | 100001111 | 110110 | 1000000 |
Color Harmonies of #A571D5
Complementary color
Monochromatic Colors of #A571D5
Black with #A571D5
Text Example
Text Example
White with #A571D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A571D5; }
p { color: rgb(165,113,213); }
H1.HeaderClassName
{
color: #A571D5;
}
.AnyTagClassName
{
color: #A571D5;
}
</style>
background-color css
<style>
a { background-color: #A571D5; }
a { background-color: rgb(165,113,213); }
div.DivClassName
{
background-color: #A571D5;
}
.BgClassName
{
background-color: #A571D5;
}
</style>
border-color css
<style>
span { border-color: #A571D5; }
span { border-color: rgb(165,113,213); }
td.TdClassName
{
border-color: #A571D5;
}
.TagClassName
{
border-color: #A571D5;
}
</style>