Shades of Amethyst #A75EE5
Tints of Amethyst #A75EE5
RGB
CMYK
RGB Variations
Color information
#A75EE5 (or 0xA75EE5) is known color: Amethyst. HEX triplet: A7, 5E and E5. RGB value is (167,94,229). Sum of RGB (Red+Green+Blue) = 167+94+229=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 229 - color contains mainly: blue. Hex color #A75EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75EE5 is #58A11A. Grayscale: #828282. Windows color (decimal): -5808411 or 15031975. OLE color: 15031975.
HSL color Cylindrical-coordinate representation of color #A75EE5: hue angle of 272.44º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A75EE5 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 94 | 229 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.10 |
| HSL | 272.44º | 0.72% | 0.63% | - |
| HSV(B) | 272.44º | 0.59% | 0.9% | - |
| XYZ | 34.08 | 21.88 | 76.56 | - |
| YUV | 131.22 | 183.18 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 94 | 229 | 0.27 | 0.59 | 0 | 0.10 | 272.44 | 0.72 | 0.63 |
| Hex | A7 | 5E | E5 | 1B | 3B | 0 | A | 110 | 48 | 3F |
| Octal | 247 | 136 | 345 | 33 | 73 | 0 | 12 | 420 | 110 | 77 |
| Binary | 10100111 | 1011110 | 11100101 | 11011 | 111011 | 0 | 1010 | 100010000 | 1001000 | 111111 |
Color Harmonies of #A75EE5
Complementary color
Monochromatic Colors of #A75EE5
Black with #A75EE5
Text Example
Text Example
White with #A75EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75EE5; }
p { color: rgb(167,94,229); }
H1.HeaderClassName
{
color: #A75EE5;
}
.AnyTagClassName
{
color: #A75EE5;
}
</style>
background-color css
<style>
a { background-color: #A75EE5; }
a { background-color: rgb(167,94,229); }
div.DivClassName
{
background-color: #A75EE5;
}
.BgClassName
{
background-color: #A75EE5;
}
</style>
border-color css
<style>
span { border-color: #A75EE5; }
span { border-color: rgb(167,94,229); }
td.TdClassName
{
border-color: #A75EE5;
}
.TagClassName
{
border-color: #A75EE5;
}
</style>