Shades of Amethyst #A471CA
Tints of Amethyst #A471CA
RGB
CMYK
RGB Variations
Color information
#A471CA (or 0xA471CA) is known color: Amethyst. HEX triplet: A4, 71 and CA. RGB value is (164,113,202). Sum of RGB (Red+Green+Blue) = 164+113+202=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #A471CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471CA is #5B8E35. Grayscale: #8A8A8A. Windows color (decimal): -6000182 or 13267364. OLE color: 13267364.
HSL color Cylindrical-coordinate representation of color #A471CA: hue angle of 274.38º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A471CA is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 113 | 202 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.21 |
| HSL | 274.38º | 0.46% | 0.62% | - |
| HSV(B) | 274.38º | 0.44% | 0.79% | - |
| XYZ | 31.88 | 23.97 | 58.82 | - |
| YUV | 138.4 | 163.9 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 202 | 0.19 | 0.44 | 0 | 0.21 | 274.38 | 0.46 | 0.62 |
| Hex | A4 | 71 | CA | 13 | 2C | 0 | 15 | 112 | 2E | 3E |
| Octal | 244 | 161 | 312 | 23 | 54 | 0 | 25 | 422 | 56 | 76 |
| Binary | 10100100 | 1110001 | 11001010 | 10011 | 101100 | 0 | 10101 | 100010010 | 101110 | 111110 |
Color Harmonies of #A471CA
Complementary color
Monochromatic Colors of #A471CA
Black with #A471CA
Text Example
Text Example
White with #A471CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A471CA; }
p { color: rgb(164,113,202); }
H1.HeaderClassName
{
color: #A471CA;
}
.AnyTagClassName
{
color: #A471CA;
}
</style>
background-color css
<style>
a { background-color: #A471CA; }
a { background-color: rgb(164,113,202); }
div.DivClassName
{
background-color: #A471CA;
}
.BgClassName
{
background-color: #A471CA;
}
</style>
border-color css
<style>
span { border-color: #A471CA; }
span { border-color: rgb(164,113,202); }
td.TdClassName
{
border-color: #A471CA;
}
.TagClassName
{
border-color: #A471CA;
}
</style>