Shades of Amethyst #A765C5
Tints of Amethyst #A765C5
RGB
CMYK
RGB Variations
Color information
#A765C5 (or 0xA765C5) is known color: Amethyst. HEX triplet: A7, 65 and C5. RGB value is (167,101,197). Sum of RGB (Red+Green+Blue) = 167+101+197=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 197 - color contains mainly: blue. Hex color #A765C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A765C5 is #589A3A. Grayscale: #838383. Windows color (decimal): -5806651 or 12936615. OLE color: 12936615.
HSL color Cylindrical-coordinate representation of color #A765C5: hue angle of 281.25º degrees, saturation: 0.45, 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 #A765C5 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 101 | 197 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.23 |
| HSL | 281.25º | 0.45% | 0.58% | - |
| HSV(B) | 281.25º | 0.49% | 0.77% | - |
| XYZ | 30.67 | 21.55 | 55.37 | - |
| YUV | 131.68 | 164.87 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 101 | 197 | 0.15 | 0.49 | 0 | 0.23 | 281.25 | 0.45 | 0.58 |
| Hex | A7 | 65 | C5 | F | 31 | 0 | 17 | 119 | 2D | 3A |
| Octal | 247 | 145 | 305 | 17 | 61 | 0 | 27 | 431 | 55 | 72 |
| Binary | 10100111 | 1100101 | 11000101 | 1111 | 110001 | 0 | 10111 | 100011001 | 101101 | 111010 |
Color Harmonies of #A765C5
Complementary color
Monochromatic Colors of #A765C5
Black with #A765C5
Text Example
Text Example
White with #A765C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A765C5; }
p { color: rgb(167,101,197); }
H1.HeaderClassName
{
color: #A765C5;
}
.AnyTagClassName
{
color: #A765C5;
}
</style>
background-color css
<style>
a { background-color: #A765C5; }
a { background-color: rgb(167,101,197); }
div.DivClassName
{
background-color: #A765C5;
}
.BgClassName
{
background-color: #A765C5;
}
</style>
border-color css
<style>
span { border-color: #A765C5; }
span { border-color: rgb(167,101,197); }
td.TdClassName
{
border-color: #A765C5;
}
.TagClassName
{
border-color: #A765C5;
}
</style>