Shades of Amethyst #A75EDB
Tints of Amethyst #A75EDB
RGB
CMYK
RGB Variations
Color information
#A75EDB (or 0xA75EDB) is known color: Amethyst. HEX triplet: A7, 5E and DB. RGB value is (167,94,219). Sum of RGB (Red+Green+Blue) = 167+94+219=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #A75EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75EDB is #58A124. Grayscale: #818181. Windows color (decimal): -5808421 or 14376615. OLE color: 14376615.
HSL color Cylindrical-coordinate representation of color #A75EDB: hue angle of 275.04º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A75EDB is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 94 | 219 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.14 |
| HSL | 275.04º | 0.63% | 0.61% | - |
| HSV(B) | 275.04º | 0.57% | 0.86% | - |
| XYZ | 32.73 | 21.34 | 69.41 | - |
| YUV | 130.08 | 178.18 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 94 | 219 | 0.24 | 0.57 | 0 | 0.14 | 275.04 | 0.63 | 0.61 |
| Hex | A7 | 5E | DB | 18 | 39 | 0 | E | 113 | 3F | 3D |
| Octal | 247 | 136 | 333 | 30 | 71 | 0 | 16 | 423 | 77 | 75 |
| Binary | 10100111 | 1011110 | 11011011 | 11000 | 111001 | 0 | 1110 | 100010011 | 111111 | 111101 |
Color Harmonies of #A75EDB
Complementary color
Monochromatic Colors of #A75EDB
Black with #A75EDB
Text Example
Text Example
White with #A75EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75EDB; }
p { color: rgb(167,94,219); }
H1.HeaderClassName
{
color: #A75EDB;
}
.AnyTagClassName
{
color: #A75EDB;
}
</style>
background-color css
<style>
a { background-color: #A75EDB; }
a { background-color: rgb(167,94,219); }
div.DivClassName
{
background-color: #A75EDB;
}
.BgClassName
{
background-color: #A75EDB;
}
</style>
border-color css
<style>
span { border-color: #A75EDB; }
span { border-color: rgb(167,94,219); }
td.TdClassName
{
border-color: #A75EDB;
}
.TagClassName
{
border-color: #A75EDB;
}
</style>