Shades of Amethyst #A75CCD
Tints of Amethyst #A75CCD
RGB
CMYK
RGB Variations
Color information
#A75CCD (or 0xA75CCD) is known color: Amethyst. HEX triplet: A7, 5C and CD. RGB value is (167,92,205). Sum of RGB (Red+Green+Blue) = 167+92+205=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #A75CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75CCD is #58A332. Grayscale: #7E7E7E. Windows color (decimal): -5808947 or 13458599. OLE color: 13458599.
HSL color Cylindrical-coordinate representation of color #A75CCD: hue angle of 279.82º 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 #A75CCD is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 92 | 205 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.20 |
| HSL | 279.82º | 0.53% | 0.58% | - |
| HSV(B) | 279.82º | 0.55% | 0.8% | - |
| XYZ | 30.78 | 20.28 | 60.05 | - |
| YUV | 127.31 | 171.85 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 92 | 205 | 0.19 | 0.55 | 0 | 0.20 | 279.82 | 0.53 | 0.58 |
| Hex | A7 | 5C | CD | 13 | 37 | 0 | 14 | 118 | 35 | 3A |
| Octal | 247 | 134 | 315 | 23 | 67 | 0 | 24 | 430 | 65 | 72 |
| Binary | 10100111 | 1011100 | 11001101 | 10011 | 110111 | 0 | 10100 | 100011000 | 110101 | 111010 |
Color Harmonies of #A75CCD
Complementary color
Monochromatic Colors of #A75CCD
Black with #A75CCD
Text Example
Text Example
White with #A75CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75CCD; }
p { color: rgb(167,92,205); }
H1.HeaderClassName
{
color: #A75CCD;
}
.AnyTagClassName
{
color: #A75CCD;
}
</style>
background-color css
<style>
a { background-color: #A75CCD; }
a { background-color: rgb(167,92,205); }
div.DivClassName
{
background-color: #A75CCD;
}
.BgClassName
{
background-color: #A75CCD;
}
</style>
border-color css
<style>
span { border-color: #A75CCD; }
span { border-color: rgb(167,92,205); }
td.TdClassName
{
border-color: #A75CCD;
}
.TagClassName
{
border-color: #A75CCD;
}
</style>