Shades of Amethyst #A472CF
Tints of Amethyst #A472CF
RGB
CMYK
RGB Variations
Color information
#A472CF (or 0xA472CF) is known color: Amethyst. HEX triplet: A4, 72 and CF. RGB value is (164,114,207). Sum of RGB (Red+Green+Blue) = 164+114+207=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #A472CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A472CF is #5B8D30. Grayscale: #8B8B8B. Windows color (decimal): -5999921 or 13595300. OLE color: 13595300.
HSL color Cylindrical-coordinate representation of color #A472CF: hue angle of 272.26º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A472CF is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 114 | 207 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.19 |
| HSL | 272.26º | 0.49% | 0.63% | - |
| HSV(B) | 272.26º | 0.45% | 0.81% | - |
| XYZ | 32.59 | 24.43 | 62.03 | - |
| YUV | 139.55 | 166.07 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 207 | 0.21 | 0.45 | 0 | 0.19 | 272.26 | 0.49 | 0.63 |
| Hex | A4 | 72 | CF | 15 | 2D | 0 | 13 | 110 | 31 | 3F |
| Octal | 244 | 162 | 317 | 25 | 55 | 0 | 23 | 420 | 61 | 77 |
| Binary | 10100100 | 1110010 | 11001111 | 10101 | 101101 | 0 | 10011 | 100010000 | 110001 | 111111 |
Color Harmonies of #A472CF
Complementary color
Monochromatic Colors of #A472CF
Black with #A472CF
Text Example
Text Example
White with #A472CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A472CF; }
p { color: rgb(164,114,207); }
H1.HeaderClassName
{
color: #A472CF;
}
.AnyTagClassName
{
color: #A472CF;
}
</style>
background-color css
<style>
a { background-color: #A472CF; }
a { background-color: rgb(164,114,207); }
div.DivClassName
{
background-color: #A472CF;
}
.BgClassName
{
background-color: #A472CF;
}
</style>
border-color css
<style>
span { border-color: #A472CF; }
span { border-color: rgb(164,114,207); }
td.TdClassName
{
border-color: #A472CF;
}
.TagClassName
{
border-color: #A472CF;
}
</style>