Shades of Amethyst #A75BCD
Tints of Amethyst #A75BCD
RGB
CMYK
RGB Variations
Color information
#A75BCD (or 0xA75BCD) is known color: Amethyst. HEX triplet: A7, 5B and CD. RGB value is (167,91,205). Sum of RGB (Red+Green+Blue) = 167+91+205=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #A75BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75BCD is #58A432. Grayscale: #7E7E7E. Windows color (decimal): -5809203 or 13458343. OLE color: 13458343.
HSL color Cylindrical-coordinate representation of color #A75BCD: hue angle of 280º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A75BCD is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 91 | 205 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.20 |
| HSL | 280º | 0.53% | 0.58% | - |
| HSV(B) | 280º | 0.56% | 0.8% | - |
| XYZ | 30.7 | 20.11 | 60.02 | - |
| YUV | 126.72 | 172.18 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 91 | 205 | 0.19 | 0.56 | 0 | 0.20 | 280 | 0.53 | 0.58 |
| Hex | A7 | 5B | CD | 13 | 38 | 0 | 14 | 118 | 35 | 3A |
| Octal | 247 | 133 | 315 | 23 | 70 | 0 | 24 | 430 | 65 | 72 |
| Binary | 10100111 | 1011011 | 11001101 | 10011 | 111000 | 0 | 10100 | 100011000 | 110101 | 111010 |
Color Harmonies of #A75BCD
Complementary color
Monochromatic Colors of #A75BCD
Black with #A75BCD
Text Example
Text Example
White with #A75BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75BCD; }
p { color: rgb(167,91,205); }
H1.HeaderClassName
{
color: #A75BCD;
}
.AnyTagClassName
{
color: #A75BCD;
}
</style>
background-color css
<style>
a { background-color: #A75BCD; }
a { background-color: rgb(167,91,205); }
div.DivClassName
{
background-color: #A75BCD;
}
.BgClassName
{
background-color: #A75BCD;
}
</style>
border-color css
<style>
span { border-color: #A75BCD; }
span { border-color: rgb(167,91,205); }
td.TdClassName
{
border-color: #A75BCD;
}
.TagClassName
{
border-color: #A75BCD;
}
</style>