Shades of Amethyst #A272C6
Tints of Amethyst #A272C6
RGB
CMYK
RGB Variations
Color information
#A272C6 (or 0xA272C6) is known color: Amethyst. HEX triplet: A2, 72 and C6. RGB value is (162,114,198). Sum of RGB (Red+Green+Blue) = 162+114+198=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 198 - color contains mainly: blue. Hex color #A272C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A272C6 is #5D8D39. Grayscale: #898989. Windows color (decimal): -6131002 or 13005474. OLE color: 13005474.
HSL color Cylindrical-coordinate representation of color #A272C6: hue angle of 274.29º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A272C6 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 114 | 198 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.22 |
| HSL | 274.29º | 0.42% | 0.61% | - |
| HSV(B) | 274.29º | 0.42% | 0.78% | - |
| XYZ | 31.11 | 23.79 | 56.38 | - |
| YUV | 137.93 | 161.9 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 198 | 0.18 | 0.42 | 0 | 0.22 | 274.29 | 0.42 | 0.61 |
| Hex | A2 | 72 | C6 | 12 | 2A | 0 | 16 | 112 | 2A | 3D |
| Octal | 242 | 162 | 306 | 22 | 52 | 0 | 26 | 422 | 52 | 75 |
| Binary | 10100010 | 1110010 | 11000110 | 10010 | 101010 | 0 | 10110 | 100010010 | 101010 | 111101 |
Color Harmonies of #A272C6
Complementary color
Monochromatic Colors of #A272C6
Black with #A272C6
Text Example
Text Example
White with #A272C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A272C6; }
p { color: rgb(162,114,198); }
H1.HeaderClassName
{
color: #A272C6;
}
.AnyTagClassName
{
color: #A272C6;
}
</style>
background-color css
<style>
a { background-color: #A272C6; }
a { background-color: rgb(162,114,198); }
div.DivClassName
{
background-color: #A272C6;
}
.BgClassName
{
background-color: #A272C6;
}
</style>
border-color css
<style>
span { border-color: #A272C6; }
span { border-color: rgb(162,114,198); }
td.TdClassName
{
border-color: #A272C6;
}
.TagClassName
{
border-color: #A272C6;
}
</style>