Shades of Amethyst #AD6BE2
Tints of Amethyst #AD6BE2
RGB
CMYK
RGB Variations
Color information
#AD6BE2 (or 0xAD6BE2) is known color: Amethyst. HEX triplet: AD, 6B and E2. RGB value is (173,107,226). Sum of RGB (Red+Green+Blue) = 173+107+226=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 226 (88.67% from 255 or 44.66% from 506); Max value from RGB is 226 - color contains mainly: blue. Hex color #AD6BE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6BE2 is #52941D. Grayscale: #8B8B8B. Windows color (decimal): -5411870 or 14838701. OLE color: 14838701.
HSL color Cylindrical-coordinate representation of color #AD6BE2: hue angle of 273.28º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD6BE2 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 107 | 226 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.11 |
| HSL | 273.28º | 0.67% | 0.65% | - |
| HSV(B) | 273.28º | 0.53% | 0.89% | - |
| XYZ | 36.22 | 24.89 | 74.85 | - |
| YUV | 140.3 | 176.37 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 226 | 0.23 | 0.53 | 0 | 0.11 | 273.28 | 0.67 | 0.65 |
| Hex | AD | 6B | E2 | 17 | 35 | 0 | B | 111 | 43 | 41 |
| Octal | 255 | 153 | 342 | 27 | 65 | 0 | 13 | 421 | 103 | 101 |
| Binary | 10101101 | 1101011 | 11100010 | 10111 | 110101 | 0 | 1011 | 100010001 | 1000011 | 1000001 |
Color Harmonies of #AD6BE2
Complementary color
Monochromatic Colors of #AD6BE2
Black with #AD6BE2
Text Example
Text Example
White with #AD6BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6BE2; }
p { color: rgb(173,107,226); }
H1.HeaderClassName
{
color: #AD6BE2;
}
.AnyTagClassName
{
color: #AD6BE2;
}
</style>
background-color css
<style>
a { background-color: #AD6BE2; }
a { background-color: rgb(173,107,226); }
div.DivClassName
{
background-color: #AD6BE2;
}
.BgClassName
{
background-color: #AD6BE2;
}
</style>
border-color css
<style>
span { border-color: #AD6BE2; }
span { border-color: rgb(173,107,226); }
td.TdClassName
{
border-color: #AD6BE2;
}
.TagClassName
{
border-color: #AD6BE2;
}
</style>