Shades of Amethyst #A471DA
Tints of Amethyst #A471DA
RGB
CMYK
RGB Variations
Color information
#A471DA (or 0xA471DA) is known color: Amethyst. HEX triplet: A4, 71 and DA. RGB value is (164,113,218). Sum of RGB (Red+Green+Blue) = 164+113+218=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #A471DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471DA is #5B8E25. Grayscale: #8B8B8B. Windows color (decimal): -6000166 or 14315940. OLE color: 14315940.
HSL color Cylindrical-coordinate representation of color #A471DA: hue angle of 269.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A471DA is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 113 | 218 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.15 |
| HSL | 269.14º | 0.59% | 0.65% | - |
| HSV(B) | 269.14º | 0.48% | 0.85% | - |
| XYZ | 33.87 | 24.76 | 69.32 | - |
| YUV | 140.22 | 171.9 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 218 | 0.25 | 0.48 | 0 | 0.15 | 269.14 | 0.59 | 0.65 |
| Hex | A4 | 71 | DA | 19 | 30 | 0 | F | 10D | 3B | 41 |
| Octal | 244 | 161 | 332 | 31 | 60 | 0 | 17 | 415 | 73 | 101 |
| Binary | 10100100 | 1110001 | 11011010 | 11001 | 110000 | 0 | 1111 | 100001101 | 111011 | 1000001 |
Color Harmonies of #A471DA
Complementary color
Monochromatic Colors of #A471DA
Black with #A471DA
Text Example
Text Example
White with #A471DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A471DA; }
p { color: rgb(164,113,218); }
H1.HeaderClassName
{
color: #A471DA;
}
.AnyTagClassName
{
color: #A471DA;
}
</style>
background-color css
<style>
a { background-color: #A471DA; }
a { background-color: rgb(164,113,218); }
div.DivClassName
{
background-color: #A471DA;
}
.BgClassName
{
background-color: #A471DA;
}
</style>
border-color css
<style>
span { border-color: #A471DA; }
span { border-color: rgb(164,113,218); }
td.TdClassName
{
border-color: #A471DA;
}
.TagClassName
{
border-color: #A471DA;
}
</style>