Shades of Amethyst #A75CDD
Tints of Amethyst #A75CDD
RGB
CMYK
RGB Variations
Color information
#A75CDD (or 0xA75CDD) is known color: Amethyst. HEX triplet: A7, 5C and DD. RGB value is (167,92,221). Sum of RGB (Red+Green+Blue) = 167+92+221=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #A75CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75CDD is #58A322. Grayscale: #808080. Windows color (decimal): -5808931 or 14507175. OLE color: 14507175.
HSL color Cylindrical-coordinate representation of color #A75CDD: hue angle of 274.88º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A75CDD is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 92 | 221 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.13 |
| HSL | 274.88º | 0.65% | 0.61% | - |
| HSV(B) | 274.88º | 0.58% | 0.87% | - |
| XYZ | 32.81 | 21.09 | 70.75 | - |
| YUV | 129.13 | 179.85 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 92 | 221 | 0.24 | 0.58 | 0 | 0.13 | 274.88 | 0.65 | 0.61 |
| Hex | A7 | 5C | DD | 18 | 3A | 0 | D | 113 | 41 | 3D |
| Octal | 247 | 134 | 335 | 30 | 72 | 0 | 15 | 423 | 101 | 75 |
| Binary | 10100111 | 1011100 | 11011101 | 11000 | 111010 | 0 | 1101 | 100010011 | 1000001 | 111101 |
Color Harmonies of #A75CDD
Complementary color
Monochromatic Colors of #A75CDD
Black with #A75CDD
Text Example
Text Example
White with #A75CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75CDD; }
p { color: rgb(167,92,221); }
H1.HeaderClassName
{
color: #A75CDD;
}
.AnyTagClassName
{
color: #A75CDD;
}
</style>
background-color css
<style>
a { background-color: #A75CDD; }
a { background-color: rgb(167,92,221); }
div.DivClassName
{
background-color: #A75CDD;
}
.BgClassName
{
background-color: #A75CDD;
}
</style>
border-color css
<style>
span { border-color: #A75CDD; }
span { border-color: rgb(167,92,221); }
td.TdClassName
{
border-color: #A75CDD;
}
.TagClassName
{
border-color: #A75CDD;
}
</style>