Shades of Amethyst #A75EDD
Tints of Amethyst #A75EDD
RGB
CMYK
RGB Variations
Color information
#A75EDD (or 0xA75EDD) is known color: Amethyst. HEX triplet: A7, 5E and DD. RGB value is (167,94,221). Sum of RGB (Red+Green+Blue) = 167+94+221=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #A75EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75EDD is #58A122. Grayscale: #818181. Windows color (decimal): -5808419 or 14507687. OLE color: 14507687.
HSL color Cylindrical-coordinate representation of color #A75EDD: hue angle of 274.49º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A75EDD is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 94 | 221 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.13 |
| HSL | 274.49º | 0.65% | 0.62% | - |
| HSV(B) | 274.49º | 0.57% | 0.87% | - |
| XYZ | 32.99 | 21.44 | 70.81 | - |
| YUV | 130.31 | 179.18 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 94 | 221 | 0.24 | 0.57 | 0 | 0.13 | 274.49 | 0.65 | 0.62 |
| Hex | A7 | 5E | DD | 18 | 39 | 0 | D | 112 | 41 | 3E |
| Octal | 247 | 136 | 335 | 30 | 71 | 0 | 15 | 422 | 101 | 76 |
| Binary | 10100111 | 1011110 | 11011101 | 11000 | 111001 | 0 | 1101 | 100010010 | 1000001 | 111110 |
Color Harmonies of #A75EDD
Complementary color
Monochromatic Colors of #A75EDD
Black with #A75EDD
Text Example
Text Example
White with #A75EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75EDD; }
p { color: rgb(167,94,221); }
H1.HeaderClassName
{
color: #A75EDD;
}
.AnyTagClassName
{
color: #A75EDD;
}
</style>
background-color css
<style>
a { background-color: #A75EDD; }
a { background-color: rgb(167,94,221); }
div.DivClassName
{
background-color: #A75EDD;
}
.BgClassName
{
background-color: #A75EDD;
}
</style>
border-color css
<style>
span { border-color: #A75EDD; }
span { border-color: rgb(167,94,221); }
td.TdClassName
{
border-color: #A75EDD;
}
.TagClassName
{
border-color: #A75EDD;
}
</style>