Shades of Amethyst #A75AD3
Tints of Amethyst #A75AD3
RGB
CMYK
RGB Variations
Color information
#A75AD3 (or 0xA75AD3) is known color: Amethyst. HEX triplet: A7, 5A and D3. RGB value is (167,90,211). Sum of RGB (Red+Green+Blue) = 167+90+211=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 211 (82.81% from 255 or 45.09% from 468); Max value from RGB is 211 - color contains mainly: blue. Hex color #A75AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75AD3 is #58A52C. Grayscale: #7E7E7E. Windows color (decimal): -5809453 or 13851303. OLE color: 13851303.
HSL color Cylindrical-coordinate representation of color #A75AD3: hue angle of 278.18º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A75AD3 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 90 | 211 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.17 |
| HSL | 278.18º | 0.58% | 0.59% | - |
| HSV(B) | 278.18º | 0.57% | 0.83% | - |
| XYZ | 31.35 | 20.23 | 63.88 | - |
| YUV | 126.82 | 175.51 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 90 | 211 | 0.21 | 0.57 | 0 | 0.17 | 278.18 | 0.58 | 0.59 |
| Hex | A7 | 5A | D3 | 15 | 39 | 0 | 11 | 116 | 3A | 3B |
| Octal | 247 | 132 | 323 | 25 | 71 | 0 | 21 | 426 | 72 | 73 |
| Binary | 10100111 | 1011010 | 11010011 | 10101 | 111001 | 0 | 10001 | 100010110 | 111010 | 111011 |
Color Harmonies of #A75AD3
Complementary color
Monochromatic Colors of #A75AD3
Black with #A75AD3
Text Example
Text Example
White with #A75AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75AD3; }
p { color: rgb(167,90,211); }
H1.HeaderClassName
{
color: #A75AD3;
}
.AnyTagClassName
{
color: #A75AD3;
}
</style>
background-color css
<style>
a { background-color: #A75AD3; }
a { background-color: rgb(167,90,211); }
div.DivClassName
{
background-color: #A75AD3;
}
.BgClassName
{
background-color: #A75AD3;
}
</style>
border-color css
<style>
span { border-color: #A75AD3; }
span { border-color: rgb(167,90,211); }
td.TdClassName
{
border-color: #A75AD3;
}
.TagClassName
{
border-color: #A75AD3;
}
</style>