Shades of Amethyst #A75FDB
Tints of Amethyst #A75FDB
RGB
CMYK
RGB Variations
Color information
#A75FDB (or 0xA75FDB) is known color: Amethyst. HEX triplet: A7, 5F and DB. RGB value is (167,95,219). Sum of RGB (Red+Green+Blue) = 167+95+219=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #A75FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75FDB is #58A024. Grayscale: #828282. Windows color (decimal): -5808165 or 14376871. OLE color: 14376871.
HSL color Cylindrical-coordinate representation of color #A75FDB: hue angle of 274.84º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A75FDB is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 95 | 219 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.14 |
| HSL | 274.84º | 0.63% | 0.62% | - |
| HSV(B) | 274.84º | 0.57% | 0.86% | - |
| XYZ | 32.81 | 21.51 | 69.44 | - |
| YUV | 130.66 | 177.85 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 95 | 219 | 0.24 | 0.57 | 0 | 0.14 | 274.84 | 0.63 | 0.62 |
| Hex | A7 | 5F | DB | 18 | 39 | 0 | E | 113 | 3F | 3E |
| Octal | 247 | 137 | 333 | 30 | 71 | 0 | 16 | 423 | 77 | 76 |
| Binary | 10100111 | 1011111 | 11011011 | 11000 | 111001 | 0 | 1110 | 100010011 | 111111 | 111110 |
Color Harmonies of #A75FDB
Complementary color
Monochromatic Colors of #A75FDB
Black with #A75FDB
Text Example
Text Example
White with #A75FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75FDB; }
p { color: rgb(167,95,219); }
H1.HeaderClassName
{
color: #A75FDB;
}
.AnyTagClassName
{
color: #A75FDB;
}
</style>
background-color css
<style>
a { background-color: #A75FDB; }
a { background-color: rgb(167,95,219); }
div.DivClassName
{
background-color: #A75FDB;
}
.BgClassName
{
background-color: #A75FDB;
}
</style>
border-color css
<style>
span { border-color: #A75FDB; }
span { border-color: rgb(167,95,219); }
td.TdClassName
{
border-color: #A75FDB;
}
.TagClassName
{
border-color: #A75FDB;
}
</style>