Shades of Amethyst #A764C5
Tints of Amethyst #A764C5
RGB
CMYK
RGB Variations
Color information
#A764C5 (or 0xA764C5) is known color: Amethyst. HEX triplet: A7, 64 and C5. RGB value is (167,100,197). Sum of RGB (Red+Green+Blue) = 167+100+197=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 197 (77.34% from 255 or 42.46% from 464); Max value from RGB is 197 - color contains mainly: blue. Hex color #A764C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A764C5 is #589B3A. Grayscale: #828282. Windows color (decimal): -5806907 or 12936359. OLE color: 12936359.
HSL color Cylindrical-coordinate representation of color #A764C5: hue angle of 281.44º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A764C5 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 100 | 197 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.23 |
| HSL | 281.44º | 0.46% | 0.58% | - |
| HSV(B) | 281.44º | 0.49% | 0.77% | - |
| XYZ | 30.57 | 21.36 | 55.34 | - |
| YUV | 131.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 100 | 197 | 0.15 | 0.49 | 0 | 0.23 | 281.44 | 0.46 | 0.58 |
| Hex | A7 | 64 | C5 | F | 31 | 0 | 17 | 119 | 2E | 3A |
| Octal | 247 | 144 | 305 | 17 | 61 | 0 | 27 | 431 | 56 | 72 |
| Binary | 10100111 | 1100100 | 11000101 | 1111 | 110001 | 0 | 10111 | 100011001 | 101110 | 111010 |
Color Harmonies of #A764C5
Complementary color
Monochromatic Colors of #A764C5
Black with #A764C5
Text Example
Text Example
White with #A764C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A764C5; }
p { color: rgb(167,100,197); }
H1.HeaderClassName
{
color: #A764C5;
}
.AnyTagClassName
{
color: #A764C5;
}
</style>
background-color css
<style>
a { background-color: #A764C5; }
a { background-color: rgb(167,100,197); }
div.DivClassName
{
background-color: #A764C5;
}
.BgClassName
{
background-color: #A764C5;
}
</style>
border-color css
<style>
span { border-color: #A764C5; }
span { border-color: rgb(167,100,197); }
td.TdClassName
{
border-color: #A764C5;
}
.TagClassName
{
border-color: #A764C5;
}
</style>