Shades of Amethyst #A471D5
Tints of Amethyst #A471D5
RGB
CMYK
RGB Variations
Color information
#A471D5 (or 0xA471D5) is known color: Amethyst. HEX triplet: A4, 71 and D5. RGB value is (164,113,213). Sum of RGB (Red+Green+Blue) = 164+113+213=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 213 - color contains mainly: blue. Hex color #A471D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471D5 is #5B8E2A. Grayscale: #8B8B8B. Windows color (decimal): -6000171 or 13988260. OLE color: 13988260.
HSL color Cylindrical-coordinate representation of color #A471D5: hue angle of 270.6º 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 #A471D5 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 113 | 213 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.16 |
| HSL | 270.6º | 0.54% | 0.64% | - |
| HSV(B) | 270.6º | 0.47% | 0.84% | - |
| XYZ | 33.23 | 24.51 | 65.93 | - |
| YUV | 139.65 | 169.4 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 213 | 0.23 | 0.47 | 0 | 0.16 | 270.6 | 0.54 | 0.64 |
| Hex | A4 | 71 | D5 | 17 | 2F | 0 | 10 | 10F | 36 | 40 |
| Octal | 244 | 161 | 325 | 27 | 57 | 0 | 20 | 417 | 66 | 100 |
| Binary | 10100100 | 1110001 | 11010101 | 10111 | 101111 | 0 | 10000 | 100001111 | 110110 | 1000000 |
Color Harmonies of #A471D5
Complementary color
Monochromatic Colors of #A471D5
Black with #A471D5
Text Example
Text Example
White with #A471D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A471D5; }
p { color: rgb(164,113,213); }
H1.HeaderClassName
{
color: #A471D5;
}
.AnyTagClassName
{
color: #A471D5;
}
</style>
background-color css
<style>
a { background-color: #A471D5; }
a { background-color: rgb(164,113,213); }
div.DivClassName
{
background-color: #A471D5;
}
.BgClassName
{
background-color: #A471D5;
}
</style>
border-color css
<style>
span { border-color: #A471D5; }
span { border-color: rgb(164,113,213); }
td.TdClassName
{
border-color: #A471D5;
}
.TagClassName
{
border-color: #A471D5;
}
</style>