Shades of Amethyst #A768D4
Tints of Amethyst #A768D4
RGB
CMYK
RGB Variations
Color information
#A768D4 (or 0xA768D4) is known color: Amethyst. HEX triplet: A7, 68 and D4. RGB value is (167,104,212). Sum of RGB (Red+Green+Blue) = 167+104+212=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 212 - color contains mainly: blue. Hex color #A768D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A768D4 is #58972B. Grayscale: #868686. Windows color (decimal): -5805868 or 13920423. OLE color: 13920423.
HSL color Cylindrical-coordinate representation of color #A768D4: hue angle of 275º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A768D4 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 104 | 212 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.17 |
| HSL | 275º | 0.56% | 0.62% | - |
| HSV(B) | 275º | 0.51% | 0.83% | - |
| XYZ | 32.77 | 22.87 | 64.97 | - |
| YUV | 135.15 | 171.37 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 104 | 212 | 0.21 | 0.51 | 0 | 0.17 | 275 | 0.56 | 0.62 |
| Hex | A7 | 68 | D4 | 15 | 33 | 0 | 11 | 113 | 38 | 3E |
| Octal | 247 | 150 | 324 | 25 | 63 | 0 | 21 | 423 | 70 | 76 |
| Binary | 10100111 | 1101000 | 11010100 | 10101 | 110011 | 0 | 10001 | 100010011 | 111000 | 111110 |
Color Harmonies of #A768D4
Complementary color
Monochromatic Colors of #A768D4
Black with #A768D4
Text Example
Text Example
White with #A768D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A768D4; }
p { color: rgb(167,104,212); }
H1.HeaderClassName
{
color: #A768D4;
}
.AnyTagClassName
{
color: #A768D4;
}
</style>
background-color css
<style>
a { background-color: #A768D4; }
a { background-color: rgb(167,104,212); }
div.DivClassName
{
background-color: #A768D4;
}
.BgClassName
{
background-color: #A768D4;
}
</style>
border-color css
<style>
span { border-color: #A768D4; }
span { border-color: rgb(167,104,212); }
td.TdClassName
{
border-color: #A768D4;
}
.TagClassName
{
border-color: #A768D4;
}
</style>