Shades of Amethyst #A75AD6
Tints of Amethyst #A75AD6
RGB
CMYK
RGB Variations
Color information
#A75AD6 (or 0xA75AD6) is known color: Amethyst. HEX triplet: A7, 5A and D6. RGB value is (167,90,214). Sum of RGB (Red+Green+Blue) = 167+90+214=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 214 - color contains mainly: blue. Hex color #A75AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75AD6 is #58A529. Grayscale: #7E7E7E. Windows color (decimal): -5809450 or 14047911. OLE color: 14047911.
HSL color Cylindrical-coordinate representation of color #A75AD6: hue angle of 277.26º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A75AD6 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 90 | 214 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.16 |
| HSL | 277.26º | 0.6% | 0.6% | - |
| HSV(B) | 277.26º | 0.58% | 0.84% | - |
| XYZ | 31.73 | 20.38 | 65.88 | - |
| YUV | 127.16 | 177.01 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 90 | 214 | 0.22 | 0.58 | 0 | 0.16 | 277.26 | 0.6 | 0.6 |
| Hex | A7 | 5A | D6 | 16 | 3A | 0 | 10 | 115 | 3C | 3C |
| Octal | 247 | 132 | 326 | 26 | 72 | 0 | 20 | 425 | 74 | 74 |
| Binary | 10100111 | 1011010 | 11010110 | 10110 | 111010 | 0 | 10000 | 100010101 | 111100 | 111100 |
Color Harmonies of #A75AD6
Complementary color
Monochromatic Colors of #A75AD6
Black with #A75AD6
Text Example
Text Example
White with #A75AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75AD6; }
p { color: rgb(167,90,214); }
H1.HeaderClassName
{
color: #A75AD6;
}
.AnyTagClassName
{
color: #A75AD6;
}
</style>
background-color css
<style>
a { background-color: #A75AD6; }
a { background-color: rgb(167,90,214); }
div.DivClassName
{
background-color: #A75AD6;
}
.BgClassName
{
background-color: #A75AD6;
}
</style>
border-color css
<style>
span { border-color: #A75AD6; }
span { border-color: rgb(167,90,214); }
td.TdClassName
{
border-color: #A75AD6;
}
.TagClassName
{
border-color: #A75AD6;
}
</style>