Shades of Amethyst #A75DDC
Tints of Amethyst #A75DDC
RGB
CMYK
RGB Variations
Color information
#A75DDC (or 0xA75DDC) is known color: Amethyst. HEX triplet: A7, 5D and DC. RGB value is (167,93,220). Sum of RGB (Red+Green+Blue) = 167+93+220=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #A75DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75DDC is #58A223. Grayscale: #818181. Windows color (decimal): -5808676 or 14441895. OLE color: 14441895.
HSL color Cylindrical-coordinate representation of color #A75DDC: hue angle of 274.96º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A75DDC is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 93 | 220 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.14 |
| HSL | 274.96º | 0.64% | 0.61% | - |
| HSV(B) | 274.96º | 0.58% | 0.86% | - |
| XYZ | 32.77 | 21.21 | 70.08 | - |
| YUV | 129.6 | 179.02 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 93 | 220 | 0.24 | 0.58 | 0 | 0.14 | 274.96 | 0.64 | 0.61 |
| Hex | A7 | 5D | DC | 18 | 3A | 0 | E | 113 | 40 | 3D |
| Octal | 247 | 135 | 334 | 30 | 72 | 0 | 16 | 423 | 100 | 75 |
| Binary | 10100111 | 1011101 | 11011100 | 11000 | 111010 | 0 | 1110 | 100010011 | 1000000 | 111101 |
Color Harmonies of #A75DDC
Complementary color
Monochromatic Colors of #A75DDC
Black with #A75DDC
Text Example
Text Example
White with #A75DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75DDC; }
p { color: rgb(167,93,220); }
H1.HeaderClassName
{
color: #A75DDC;
}
.AnyTagClassName
{
color: #A75DDC;
}
</style>
background-color css
<style>
a { background-color: #A75DDC; }
a { background-color: rgb(167,93,220); }
div.DivClassName
{
background-color: #A75DDC;
}
.BgClassName
{
background-color: #A75DDC;
}
</style>
border-color css
<style>
span { border-color: #A75DDC; }
span { border-color: rgb(167,93,220); }
td.TdClassName
{
border-color: #A75DDC;
}
.TagClassName
{
border-color: #A75DDC;
}
</style>