Shades of Amethyst #AD6AE5
Tints of Amethyst #AD6AE5
RGB
CMYK
RGB Variations
Color information
#AD6AE5 (or 0xAD6AE5) is known color: Amethyst. HEX triplet: AD, 6A and E5. RGB value is (173,106,229). Sum of RGB (Red+Green+Blue) = 173+106+229=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD6AE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6AE5 is #52951A. Grayscale: #8B8B8B. Windows color (decimal): -5412123 or 15035053. OLE color: 15035053.
HSL color Cylindrical-coordinate representation of color #AD6AE5: hue angle of 272.68º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD6AE5 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 106 | 229 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.10 |
| HSL | 272.68º | 0.7% | 0.66% | - |
| HSV(B) | 272.68º | 0.54% | 0.9% | - |
| XYZ | 36.53 | 24.85 | 77 | - |
| YUV | 140.06 | 178.2 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 229 | 0.24 | 0.54 | 0 | 0.10 | 272.68 | 0.7 | 0.66 |
| Hex | AD | 6A | E5 | 18 | 36 | 0 | A | 111 | 46 | 42 |
| Octal | 255 | 152 | 345 | 30 | 66 | 0 | 12 | 421 | 106 | 102 |
| Binary | 10101101 | 1101010 | 11100101 | 11000 | 110110 | 0 | 1010 | 100010001 | 1000110 | 1000010 |
Color Harmonies of #AD6AE5
Complementary color
Monochromatic Colors of #AD6AE5
Black with #AD6AE5
Text Example
Text Example
White with #AD6AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6AE5; }
p { color: rgb(173,106,229); }
H1.HeaderClassName
{
color: #AD6AE5;
}
.AnyTagClassName
{
color: #AD6AE5;
}
</style>
background-color css
<style>
a { background-color: #AD6AE5; }
a { background-color: rgb(173,106,229); }
div.DivClassName
{
background-color: #AD6AE5;
}
.BgClassName
{
background-color: #AD6AE5;
}
</style>
border-color css
<style>
span { border-color: #AD6AE5; }
span { border-color: rgb(173,106,229); }
td.TdClassName
{
border-color: #AD6AE5;
}
.TagClassName
{
border-color: #AD6AE5;
}
</style>