Shades of Amethyst #A763DF
Tints of Amethyst #A763DF
RGB
CMYK
RGB Variations
Color information
#A763DF (or 0xA763DF) is known color: Amethyst. HEX triplet: A7, 63 and DF. RGB value is (167,99,223). Sum of RGB (Red+Green+Blue) = 167+99+223=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #A763DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A763DF is #589C20. Grayscale: #858585. Windows color (decimal): -5807137 or 14640039. OLE color: 14640039.
HSL color Cylindrical-coordinate representation of color #A763DF: hue angle of 272.9º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A763DF is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 99 | 223 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.13 |
| HSL | 272.9º | 0.66% | 0.63% | - |
| HSV(B) | 272.9º | 0.56% | 0.87% | - |
| XYZ | 33.72 | 22.47 | 72.37 | - |
| YUV | 133.47 | 178.53 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 99 | 223 | 0.25 | 0.56 | 0 | 0.13 | 272.9 | 0.66 | 0.63 |
| Hex | A7 | 63 | DF | 19 | 38 | 0 | D | 111 | 42 | 3F |
| Octal | 247 | 143 | 337 | 31 | 70 | 0 | 15 | 421 | 102 | 77 |
| Binary | 10100111 | 1100011 | 11011111 | 11001 | 111000 | 0 | 1101 | 100010001 | 1000010 | 111111 |
Color Harmonies of #A763DF
Complementary color
Monochromatic Colors of #A763DF
Black with #A763DF
Text Example
Text Example
White with #A763DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A763DF; }
p { color: rgb(167,99,223); }
H1.HeaderClassName
{
color: #A763DF;
}
.AnyTagClassName
{
color: #A763DF;
}
</style>
background-color css
<style>
a { background-color: #A763DF; }
a { background-color: rgb(167,99,223); }
div.DivClassName
{
background-color: #A763DF;
}
.BgClassName
{
background-color: #A763DF;
}
</style>
border-color css
<style>
span { border-color: #A763DF; }
span { border-color: rgb(167,99,223); }
td.TdClassName
{
border-color: #A763DF;
}
.TagClassName
{
border-color: #A763DF;
}
</style>