Shades of Amethyst #A471D7
Tints of Amethyst #A471D7
RGB
CMYK
RGB Variations
Color information
#A471D7 (or 0xA471D7) is known color: Amethyst. HEX triplet: A4, 71 and D7. RGB value is (164,113,215). Sum of RGB (Red+Green+Blue) = 164+113+215=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #A471D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471D7 is #5B8E28. Grayscale: #8B8B8B. Windows color (decimal): -6000169 or 14119332. OLE color: 14119332.
HSL color Cylindrical-coordinate representation of color #A471D7: hue angle of 270º 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 #A471D7 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 113 | 215 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.16 |
| HSL | 270º | 0.56% | 0.64% | - |
| HSV(B) | 270º | 0.47% | 0.84% | - |
| XYZ | 33.48 | 24.61 | 67.28 | - |
| YUV | 139.88 | 170.4 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 215 | 0.24 | 0.47 | 0 | 0.16 | 270 | 0.56 | 0.64 |
| Hex | A4 | 71 | D7 | 18 | 2F | 0 | 10 | 10E | 38 | 40 |
| Octal | 244 | 161 | 327 | 30 | 57 | 0 | 20 | 416 | 70 | 100 |
| Binary | 10100100 | 1110001 | 11010111 | 11000 | 101111 | 0 | 10000 | 100001110 | 111000 | 1000000 |
Color Harmonies of #A471D7
Complementary color
Monochromatic Colors of #A471D7
Black with #A471D7
Text Example
Text Example
White with #A471D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A471D7; }
p { color: rgb(164,113,215); }
H1.HeaderClassName
{
color: #A471D7;
}
.AnyTagClassName
{
color: #A471D7;
}
</style>
background-color css
<style>
a { background-color: #A471D7; }
a { background-color: rgb(164,113,215); }
div.DivClassName
{
background-color: #A471D7;
}
.BgClassName
{
background-color: #A471D7;
}
</style>
border-color css
<style>
span { border-color: #A471D7; }
span { border-color: rgb(164,113,215); }
td.TdClassName
{
border-color: #A471D7;
}
.TagClassName
{
border-color: #A471D7;
}
</style>