Shades of Amethyst #A768D1
Tints of Amethyst #A768D1
RGB
CMYK
RGB Variations
Color information
#A768D1 (or 0xA768D1) is known color: Amethyst. HEX triplet: A7, 68 and D1. RGB value is (167,104,209). Sum of RGB (Red+Green+Blue) = 167+104+209=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #A768D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A768D1 is #58972E. Grayscale: #868686. Windows color (decimal): -5805871 or 13723815. OLE color: 13723815.
HSL color Cylindrical-coordinate representation of color #A768D1: hue angle of 276º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A768D1 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 104 | 209 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.18 |
| HSL | 276º | 0.53% | 0.61% | - |
| HSV(B) | 276º | 0.5% | 0.82% | - |
| XYZ | 32.4 | 22.72 | 63 | - |
| YUV | 134.81 | 169.87 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 104 | 209 | 0.20 | 0.50 | 0 | 0.18 | 276 | 0.53 | 0.61 |
| Hex | A7 | 68 | D1 | 14 | 32 | 0 | 12 | 114 | 35 | 3D |
| Octal | 247 | 150 | 321 | 24 | 62 | 0 | 22 | 424 | 65 | 75 |
| Binary | 10100111 | 1101000 | 11010001 | 10100 | 110010 | 0 | 10010 | 100010100 | 110101 | 111101 |
Color Harmonies of #A768D1
Complementary color
Monochromatic Colors of #A768D1
Black with #A768D1
Text Example
Text Example
White with #A768D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A768D1; }
p { color: rgb(167,104,209); }
H1.HeaderClassName
{
color: #A768D1;
}
.AnyTagClassName
{
color: #A768D1;
}
</style>
background-color css
<style>
a { background-color: #A768D1; }
a { background-color: rgb(167,104,209); }
div.DivClassName
{
background-color: #A768D1;
}
.BgClassName
{
background-color: #A768D1;
}
</style>
border-color css
<style>
span { border-color: #A768D1; }
span { border-color: rgb(167,104,209); }
td.TdClassName
{
border-color: #A768D1;
}
.TagClassName
{
border-color: #A768D1;
}
</style>