Shades of Amethyst #A472C9
Tints of Amethyst #A472C9
RGB
CMYK
RGB Variations
Color information
#A472C9 (or 0xA472C9) is known color: Amethyst. HEX triplet: A4, 72 and C9. RGB value is (164,114,201). Sum of RGB (Red+Green+Blue) = 164+114+201=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #A472C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A472C9 is #5B8D36. Grayscale: #8A8A8A. Windows color (decimal): -5999927 or 13202084. OLE color: 13202084.
HSL color Cylindrical-coordinate representation of color #A472C9: hue angle of 274.48º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A472C9 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 114 | 201 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.21 |
| HSL | 274.48º | 0.45% | 0.62% | - |
| HSV(B) | 274.48º | 0.43% | 0.79% | - |
| XYZ | 31.87 | 24.14 | 58.24 | - |
| YUV | 138.87 | 163.07 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 201 | 0.18 | 0.43 | 0 | 0.21 | 274.48 | 0.45 | 0.62 |
| Hex | A4 | 72 | C9 | 12 | 2B | 0 | 15 | 112 | 2D | 3E |
| Octal | 244 | 162 | 311 | 22 | 53 | 0 | 25 | 422 | 55 | 76 |
| Binary | 10100100 | 1110010 | 11001001 | 10010 | 101011 | 0 | 10101 | 100010010 | 101101 | 111110 |
Color Harmonies of #A472C9
Complementary color
Monochromatic Colors of #A472C9
Black with #A472C9
Text Example
Text Example
White with #A472C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A472C9; }
p { color: rgb(164,114,201); }
H1.HeaderClassName
{
color: #A472C9;
}
.AnyTagClassName
{
color: #A472C9;
}
</style>
background-color css
<style>
a { background-color: #A472C9; }
a { background-color: rgb(164,114,201); }
div.DivClassName
{
background-color: #A472C9;
}
.BgClassName
{
background-color: #A472C9;
}
</style>
border-color css
<style>
span { border-color: #A472C9; }
span { border-color: rgb(164,114,201); }
td.TdClassName
{
border-color: #A472C9;
}
.TagClassName
{
border-color: #A472C9;
}
</style>