Shades of Amethyst #A75ECD
Tints of Amethyst #A75ECD
RGB
CMYK
RGB Variations
Color information
#A75ECD (or 0xA75ECD) is known color: Amethyst. HEX triplet: A7, 5E and CD. RGB value is (167,94,205). Sum of RGB (Red+Green+Blue) = 167+94+205=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #A75ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75ECD is #58A132. Grayscale: #808080. Windows color (decimal): -5808435 or 13459111. OLE color: 13459111.
HSL color Cylindrical-coordinate representation of color #A75ECD: hue angle of 279.46º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A75ECD is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 94 | 205 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.20 |
| HSL | 279.46º | 0.53% | 0.59% | - |
| HSV(B) | 279.46º | 0.54% | 0.8% | - |
| XYZ | 30.96 | 20.63 | 60.11 | - |
| YUV | 128.48 | 171.18 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 94 | 205 | 0.19 | 0.54 | 0 | 0.20 | 279.46 | 0.53 | 0.59 |
| Hex | A7 | 5E | CD | 13 | 36 | 0 | 14 | 117 | 35 | 3B |
| Octal | 247 | 136 | 315 | 23 | 66 | 0 | 24 | 427 | 65 | 73 |
| Binary | 10100111 | 1011110 | 11001101 | 10011 | 110110 | 0 | 10100 | 100010111 | 110101 | 111011 |
Color Harmonies of #A75ECD
Complementary color
Monochromatic Colors of #A75ECD
Black with #A75ECD
Text Example
Text Example
White with #A75ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75ECD; }
p { color: rgb(167,94,205); }
H1.HeaderClassName
{
color: #A75ECD;
}
.AnyTagClassName
{
color: #A75ECD;
}
</style>
background-color css
<style>
a { background-color: #A75ECD; }
a { background-color: rgb(167,94,205); }
div.DivClassName
{
background-color: #A75ECD;
}
.BgClassName
{
background-color: #A75ECD;
}
</style>
border-color css
<style>
span { border-color: #A75ECD; }
span { border-color: rgb(167,94,205); }
td.TdClassName
{
border-color: #A75ECD;
}
.TagClassName
{
border-color: #A75ECD;
}
</style>