Shades of Amethyst #A75ACE
Tints of Amethyst #A75ACE
RGB
CMYK
RGB Variations
Color information
#A75ACE (or 0xA75ACE) is known color: Amethyst. HEX triplet: A7, 5A and CE. RGB value is (167,90,206). Sum of RGB (Red+Green+Blue) = 167+90+206=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #A75ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75ACE is #58A531. Grayscale: #7D7D7D. Windows color (decimal): -5809458 or 13523623. OLE color: 13523623.
HSL color Cylindrical-coordinate representation of color #A75ACE: hue angle of 279.83º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A75ACE is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 90 | 206 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.19 |
| HSL | 279.83º | 0.54% | 0.58% | - |
| HSV(B) | 279.83º | 0.56% | 0.81% | - |
| XYZ | 30.73 | 19.98 | 60.63 | - |
| YUV | 126.25 | 173.01 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 90 | 206 | 0.19 | 0.56 | 0 | 0.19 | 279.83 | 0.54 | 0.58 |
| Hex | A7 | 5A | CE | 13 | 38 | 0 | 13 | 118 | 36 | 3A |
| Octal | 247 | 132 | 316 | 23 | 70 | 0 | 23 | 430 | 66 | 72 |
| Binary | 10100111 | 1011010 | 11001110 | 10011 | 111000 | 0 | 10011 | 100011000 | 110110 | 111010 |
Color Harmonies of #A75ACE
Complementary color
Monochromatic Colors of #A75ACE
Black with #A75ACE
Text Example
Text Example
White with #A75ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75ACE; }
p { color: rgb(167,90,206); }
H1.HeaderClassName
{
color: #A75ACE;
}
.AnyTagClassName
{
color: #A75ACE;
}
</style>
background-color css
<style>
a { background-color: #A75ACE; }
a { background-color: rgb(167,90,206); }
div.DivClassName
{
background-color: #A75ACE;
}
.BgClassName
{
background-color: #A75ACE;
}
</style>
border-color css
<style>
span { border-color: #A75ACE; }
span { border-color: rgb(167,90,206); }
td.TdClassName
{
border-color: #A75ACE;
}
.TagClassName
{
border-color: #A75ACE;
}
</style>