Shades of Amethyst #A763CF
Tints of Amethyst #A763CF
RGB
CMYK
RGB Variations
Color information
#A763CF (or 0xA763CF) is known color: Amethyst. HEX triplet: A7, 63 and CF. RGB value is (167,99,207). Sum of RGB (Red+Green+Blue) = 167+99+207=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #A763CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A763CF is #589C30. Grayscale: #838383. Windows color (decimal): -5807153 or 13591463. OLE color: 13591463.
HSL color Cylindrical-coordinate representation of color #A763CF: hue angle of 277.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A763CF is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 99 | 207 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.19 |
| HSL | 277.78º | 0.53% | 0.6% | - |
| HSV(B) | 277.78º | 0.52% | 0.81% | - |
| XYZ | 31.66 | 21.64 | 61.54 | - |
| YUV | 131.64 | 170.53 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 99 | 207 | 0.19 | 0.52 | 0 | 0.19 | 277.78 | 0.53 | 0.6 |
| Hex | A7 | 63 | CF | 13 | 34 | 0 | 13 | 116 | 35 | 3C |
| Octal | 247 | 143 | 317 | 23 | 64 | 0 | 23 | 426 | 65 | 74 |
| Binary | 10100111 | 1100011 | 11001111 | 10011 | 110100 | 0 | 10011 | 100010110 | 110101 | 111100 |
Color Harmonies of #A763CF
Complementary color
Monochromatic Colors of #A763CF
Black with #A763CF
Text Example
Text Example
White with #A763CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A763CF; }
p { color: rgb(167,99,207); }
H1.HeaderClassName
{
color: #A763CF;
}
.AnyTagClassName
{
color: #A763CF;
}
</style>
background-color css
<style>
a { background-color: #A763CF; }
a { background-color: rgb(167,99,207); }
div.DivClassName
{
background-color: #A763CF;
}
.BgClassName
{
background-color: #A763CF;
}
</style>
border-color css
<style>
span { border-color: #A763CF; }
span { border-color: rgb(167,99,207); }
td.TdClassName
{
border-color: #A763CF;
}
.TagClassName
{
border-color: #A763CF;
}
</style>