Shades of Amethyst #A75DCD
Tints of Amethyst #A75DCD
RGB
CMYK
RGB Variations
Color information
#A75DCD (or 0xA75DCD) is known color: Amethyst. HEX triplet: A7, 5D and CD. RGB value is (167,93,205). Sum of RGB (Red+Green+Blue) = 167+93+205=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #A75DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75DCD is #58A232. Grayscale: #7F7F7F. Windows color (decimal): -5808691 or 13458855. OLE color: 13458855.
HSL color Cylindrical-coordinate representation of color #A75DCD: hue angle of 279.64º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A75DCD is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 93 | 205 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.20 |
| HSL | 279.64º | 0.53% | 0.58% | - |
| HSV(B) | 279.64º | 0.55% | 0.8% | - |
| XYZ | 30.87 | 20.45 | 60.08 | - |
| YUV | 127.89 | 171.52 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 93 | 205 | 0.19 | 0.55 | 0 | 0.20 | 279.64 | 0.53 | 0.58 |
| Hex | A7 | 5D | CD | 13 | 37 | 0 | 14 | 118 | 35 | 3A |
| Octal | 247 | 135 | 315 | 23 | 67 | 0 | 24 | 430 | 65 | 72 |
| Binary | 10100111 | 1011101 | 11001101 | 10011 | 110111 | 0 | 10100 | 100011000 | 110101 | 111010 |
Color Harmonies of #A75DCD
Complementary color
Monochromatic Colors of #A75DCD
Black with #A75DCD
Text Example
Text Example
White with #A75DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75DCD; }
p { color: rgb(167,93,205); }
H1.HeaderClassName
{
color: #A75DCD;
}
.AnyTagClassName
{
color: #A75DCD;
}
</style>
background-color css
<style>
a { background-color: #A75DCD; }
a { background-color: rgb(167,93,205); }
div.DivClassName
{
background-color: #A75DCD;
}
.BgClassName
{
background-color: #A75DCD;
}
</style>
border-color css
<style>
span { border-color: #A75DCD; }
span { border-color: rgb(167,93,205); }
td.TdClassName
{
border-color: #A75DCD;
}
.TagClassName
{
border-color: #A75DCD;
}
</style>