Shades of Amethyst #A571D7
Tints of Amethyst #A571D7
RGB
CMYK
RGB Variations
Color information
#A571D7 (or 0xA571D7) is known color: Amethyst. HEX triplet: A5, 71 and D7. RGB value is (165,113,215). Sum of RGB (Red+Green+Blue) = 165+113+215=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 215 - color contains mainly: blue. Hex color #A571D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A571D7 is #5A8E28. Grayscale: #8B8B8B. Windows color (decimal): -5934633 or 14119333. OLE color: 14119333.
HSL color Cylindrical-coordinate representation of color #A571D7: hue angle of 270.59º degrees, saturation: 0.56, 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 #A571D7 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 113 | 215 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.16 |
| HSL | 270.59º | 0.56% | 0.64% | - |
| HSV(B) | 270.59º | 0.47% | 0.84% | - |
| XYZ | 33.69 | 24.72 | 67.29 | - |
| YUV | 140.18 | 170.23 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 113 | 215 | 0.23 | 0.47 | 0 | 0.16 | 270.59 | 0.56 | 0.64 |
| Hex | A5 | 71 | D7 | 17 | 2F | 0 | 10 | 10F | 38 | 40 |
| Octal | 245 | 161 | 327 | 27 | 57 | 0 | 20 | 417 | 70 | 100 |
| Binary | 10100101 | 1110001 | 11010111 | 10111 | 101111 | 0 | 10000 | 100001111 | 111000 | 1000000 |
Color Harmonies of #A571D7
Complementary color
Monochromatic Colors of #A571D7
Black with #A571D7
Text Example
Text Example
White with #A571D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A571D7; }
p { color: rgb(165,113,215); }
H1.HeaderClassName
{
color: #A571D7;
}
.AnyTagClassName
{
color: #A571D7;
}
</style>
background-color css
<style>
a { background-color: #A571D7; }
a { background-color: rgb(165,113,215); }
div.DivClassName
{
background-color: #A571D7;
}
.BgClassName
{
background-color: #A571D7;
}
</style>
border-color css
<style>
span { border-color: #A571D7; }
span { border-color: rgb(165,113,215); }
td.TdClassName
{
border-color: #A571D7;
}
.TagClassName
{
border-color: #A571D7;
}
</style>