Shades of Amethyst #A471C2
Tints of Amethyst #A471C2
RGB
CMYK
RGB Variations
Color information
#A471C2 (or 0xA471C2) is known color: Amethyst. HEX triplet: A4, 71 and C2. RGB value is (164,113,194). Sum of RGB (Red+Green+Blue) = 164+113+194=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 194 - color contains mainly: blue. Hex color #A471C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471C2 is #5B8E3D. Grayscale: #898989. Windows color (decimal): -6000190 or 12743076. OLE color: 12743076.
HSL color Cylindrical-coordinate representation of color #A471C2: hue angle of 277.78º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A471C2 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 113 | 194 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.24 |
| HSL | 277.78º | 0.4% | 0.6% | - |
| HSV(B) | 277.78º | 0.42% | 0.76% | - |
| XYZ | 30.95 | 23.6 | 53.96 | - |
| YUV | 137.48 | 159.9 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 194 | 0.15 | 0.42 | 0 | 0.24 | 277.78 | 0.4 | 0.6 |
| Hex | A4 | 71 | C2 | F | 2A | 0 | 18 | 116 | 28 | 3C |
| Octal | 244 | 161 | 302 | 17 | 52 | 0 | 30 | 426 | 50 | 74 |
| Binary | 10100100 | 1110001 | 11000010 | 1111 | 101010 | 0 | 11000 | 100010110 | 101000 | 111100 |
Color Harmonies of #A471C2
Complementary color
Monochromatic Colors of #A471C2
Black with #A471C2
Text Example
Text Example
White with #A471C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A471C2; }
p { color: rgb(164,113,194); }
H1.HeaderClassName
{
color: #A471C2;
}
.AnyTagClassName
{
color: #A471C2;
}
</style>
background-color css
<style>
a { background-color: #A471C2; }
a { background-color: rgb(164,113,194); }
div.DivClassName
{
background-color: #A471C2;
}
.BgClassName
{
background-color: #A471C2;
}
</style>
border-color css
<style>
span { border-color: #A471C2; }
span { border-color: rgb(164,113,194); }
td.TdClassName
{
border-color: #A471C2;
}
.TagClassName
{
border-color: #A471C2;
}
</style>