Shades of Amethyst #A772CF
Tints of Amethyst #A772CF
RGB
CMYK
RGB Variations
Color information
#A772CF (or 0xA772CF) is known color: Amethyst. HEX triplet: A7, 72 and CF. RGB value is (167,114,207). Sum of RGB (Red+Green+Blue) = 167+114+207=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #A772CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A772CF is #588D30. Grayscale: #8C8C8C. Windows color (decimal): -5803313 or 13595303. OLE color: 13595303.
HSL color Cylindrical-coordinate representation of color #A772CF: hue angle of 274.19º 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 #A772CF is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 114 | 207 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.19 |
| HSL | 274.19º | 0.49% | 0.63% | - |
| HSV(B) | 274.19º | 0.45% | 0.81% | - |
| XYZ | 33.22 | 24.76 | 62.06 | - |
| YUV | 140.45 | 165.56 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 114 | 207 | 0.19 | 0.45 | 0 | 0.19 | 274.19 | 0.49 | 0.63 |
| Hex | A7 | 72 | CF | 13 | 2D | 0 | 13 | 112 | 31 | 3F |
| Octal | 247 | 162 | 317 | 23 | 55 | 0 | 23 | 422 | 61 | 77 |
| Binary | 10100111 | 1110010 | 11001111 | 10011 | 101101 | 0 | 10011 | 100010010 | 110001 | 111111 |
Color Harmonies of #A772CF
Complementary color
Monochromatic Colors of #A772CF
Black with #A772CF
Text Example
Text Example
White with #A772CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A772CF; }
p { color: rgb(167,114,207); }
H1.HeaderClassName
{
color: #A772CF;
}
.AnyTagClassName
{
color: #A772CF;
}
</style>
background-color css
<style>
a { background-color: #A772CF; }
a { background-color: rgb(167,114,207); }
div.DivClassName
{
background-color: #A772CF;
}
.BgClassName
{
background-color: #A772CF;
}
</style>
border-color css
<style>
span { border-color: #A772CF; }
span { border-color: rgb(167,114,207); }
td.TdClassName
{
border-color: #A772CF;
}
.TagClassName
{
border-color: #A772CF;
}
</style>