Shades of Amethyst #A772C5
Tints of Amethyst #A772C5
RGB
CMYK
RGB Variations
Color information
#A772C5 (or 0xA772C5) is known color: Amethyst. HEX triplet: A7, 72 and C5. RGB value is (167,114,197). Sum of RGB (Red+Green+Blue) = 167+114+197=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 197 - color contains mainly: blue. Hex color #A772C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A772C5 is #588D3A. Grayscale: #8B8B8B. Windows color (decimal): -5803323 or 12939943. OLE color: 12939943.
HSL color Cylindrical-coordinate representation of color #A772C5: hue angle of 278.31º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A772C5 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 114 | 197 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.23 |
| HSL | 278.31º | 0.42% | 0.61% | - |
| HSV(B) | 278.31º | 0.42% | 0.77% | - |
| XYZ | 32.03 | 24.28 | 55.82 | - |
| YUV | 139.31 | 160.56 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 114 | 197 | 0.15 | 0.42 | 0 | 0.23 | 278.31 | 0.42 | 0.61 |
| Hex | A7 | 72 | C5 | F | 2A | 0 | 17 | 116 | 2A | 3D |
| Octal | 247 | 162 | 305 | 17 | 52 | 0 | 27 | 426 | 52 | 75 |
| Binary | 10100111 | 1110010 | 11000101 | 1111 | 101010 | 0 | 10111 | 100010110 | 101010 | 111101 |
Color Harmonies of #A772C5
Complementary color
Monochromatic Colors of #A772C5
Black with #A772C5
Text Example
Text Example
White with #A772C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A772C5; }
p { color: rgb(167,114,197); }
H1.HeaderClassName
{
color: #A772C5;
}
.AnyTagClassName
{
color: #A772C5;
}
</style>
background-color css
<style>
a { background-color: #A772C5; }
a { background-color: rgb(167,114,197); }
div.DivClassName
{
background-color: #A772C5;
}
.BgClassName
{
background-color: #A772C5;
}
</style>
border-color css
<style>
span { border-color: #A772C5; }
span { border-color: rgb(167,114,197); }
td.TdClassName
{
border-color: #A772C5;
}
.TagClassName
{
border-color: #A772C5;
}
</style>