Shades of Amethyst #A760CF
Tints of Amethyst #A760CF
RGB
CMYK
RGB Variations
Color information
#A760CF (or 0xA760CF) is known color: Amethyst. HEX triplet: A7, 60 and CF. RGB value is (167,96,207). Sum of RGB (Red+Green+Blue) = 167+96+207=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #A760CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A760CF is #589F30. Grayscale: #818181. Windows color (decimal): -5807921 or 13590695. OLE color: 13590695.
HSL color Cylindrical-coordinate representation of color #A760CF: hue angle of 278.38º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A760CF is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 96 | 207 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.19 |
| HSL | 278.38º | 0.54% | 0.59% | - |
| HSV(B) | 278.38º | 0.54% | 0.81% | - |
| XYZ | 31.38 | 21.09 | 61.45 | - |
| YUV | 129.88 | 171.52 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 96 | 207 | 0.19 | 0.54 | 0 | 0.19 | 278.38 | 0.54 | 0.59 |
| Hex | A7 | 60 | CF | 13 | 36 | 0 | 13 | 116 | 36 | 3B |
| Octal | 247 | 140 | 317 | 23 | 66 | 0 | 23 | 426 | 66 | 73 |
| Binary | 10100111 | 1100000 | 11001111 | 10011 | 110110 | 0 | 10011 | 100010110 | 110110 | 111011 |
Color Harmonies of #A760CF
Complementary color
Monochromatic Colors of #A760CF
Black with #A760CF
Text Example
Text Example
White with #A760CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A760CF; }
p { color: rgb(167,96,207); }
H1.HeaderClassName
{
color: #A760CF;
}
.AnyTagClassName
{
color: #A760CF;
}
</style>
background-color css
<style>
a { background-color: #A760CF; }
a { background-color: rgb(167,96,207); }
div.DivClassName
{
background-color: #A760CF;
}
.BgClassName
{
background-color: #A760CF;
}
</style>
border-color css
<style>
span { border-color: #A760CF; }
span { border-color: rgb(167,96,207); }
td.TdClassName
{
border-color: #A760CF;
}
.TagClassName
{
border-color: #A760CF;
}
</style>