Shades of Amethyst #A75ADD
Tints of Amethyst #A75ADD
RGB
CMYK
RGB Variations
Color information
#A75ADD (or 0xA75ADD) is known color: Amethyst. HEX triplet: A7, 5A and DD. RGB value is (167,90,221). Sum of RGB (Red+Green+Blue) = 167+90+221=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #A75ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75ADD is #58A522. Grayscale: #7F7F7F. Windows color (decimal): -5809443 or 14506663. OLE color: 14506663.
HSL color Cylindrical-coordinate representation of color #A75ADD: hue angle of 275.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A75ADD is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 90 | 221 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.13 |
| HSL | 275.27º | 0.66% | 0.61% | - |
| HSV(B) | 275.27º | 0.59% | 0.87% | - |
| XYZ | 32.64 | 20.75 | 70.69 | - |
| YUV | 127.96 | 180.51 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 90 | 221 | 0.24 | 0.59 | 0 | 0.13 | 275.27 | 0.66 | 0.61 |
| Hex | A7 | 5A | DD | 18 | 3B | 0 | D | 113 | 42 | 3D |
| Octal | 247 | 132 | 335 | 30 | 73 | 0 | 15 | 423 | 102 | 75 |
| Binary | 10100111 | 1011010 | 11011101 | 11000 | 111011 | 0 | 1101 | 100010011 | 1000010 | 111101 |
Color Harmonies of #A75ADD
Complementary color
Monochromatic Colors of #A75ADD
Black with #A75ADD
Text Example
Text Example
White with #A75ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75ADD; }
p { color: rgb(167,90,221); }
H1.HeaderClassName
{
color: #A75ADD;
}
.AnyTagClassName
{
color: #A75ADD;
}
</style>
background-color css
<style>
a { background-color: #A75ADD; }
a { background-color: rgb(167,90,221); }
div.DivClassName
{
background-color: #A75ADD;
}
.BgClassName
{
background-color: #A75ADD;
}
</style>
border-color css
<style>
span { border-color: #A75ADD; }
span { border-color: rgb(167,90,221); }
td.TdClassName
{
border-color: #A75ADD;
}
.TagClassName
{
border-color: #A75ADD;
}
</style>