Shades of Amethyst #AD7AD5
Tints of Amethyst #AD7AD5
RGB
CMYK
RGB Variations
Color information
#AD7AD5 (or 0xAD7AD5) is known color: Amethyst. HEX triplet: AD, 7A and D5. RGB value is (173,122,213). Sum of RGB (Red+Green+Blue) = 173+122+213=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD7AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7AD5 is #52852A. Grayscale: #939393. Windows color (decimal): -5408043 or 13990573. OLE color: 13990573.
HSL color Cylindrical-coordinate representation of color #AD7AD5: hue angle of 273.63º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD7AD5 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 122 | 213 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.16 |
| HSL | 273.63º | 0.52% | 0.66% | - |
| HSV(B) | 273.63º | 0.43% | 0.84% | - |
| XYZ | 36.2 | 27.61 | 66.37 | - |
| YUV | 147.62 | 164.9 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 213 | 0.19 | 0.43 | 0 | 0.16 | 273.63 | 0.52 | 0.66 |
| Hex | AD | 7A | D5 | 13 | 2B | 0 | 10 | 112 | 34 | 42 |
| Octal | 255 | 172 | 325 | 23 | 53 | 0 | 20 | 422 | 64 | 102 |
| Binary | 10101101 | 1111010 | 11010101 | 10011 | 101011 | 0 | 10000 | 100010010 | 110100 | 1000010 |
Color Harmonies of #AD7AD5
Complementary color
Monochromatic Colors of #AD7AD5
Black with #AD7AD5
Text Example
Text Example
White with #AD7AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7AD5; }
p { color: rgb(173,122,213); }
H1.HeaderClassName
{
color: #AD7AD5;
}
.AnyTagClassName
{
color: #AD7AD5;
}
</style>
background-color css
<style>
a { background-color: #AD7AD5; }
a { background-color: rgb(173,122,213); }
div.DivClassName
{
background-color: #AD7AD5;
}
.BgClassName
{
background-color: #AD7AD5;
}
</style>
border-color css
<style>
span { border-color: #AD7AD5; }
span { border-color: rgb(173,122,213); }
td.TdClassName
{
border-color: #AD7AD5;
}
.TagClassName
{
border-color: #AD7AD5;
}
</style>