Shades of Amethyst #AD6BE3
Tints of Amethyst #AD6BE3
RGB
CMYK
RGB Variations
Color information
#AD6BE3 (or 0xAD6BE3) is known color: Amethyst. HEX triplet: AD, 6B and E3. RGB value is (173,107,227). Sum of RGB (Red+Green+Blue) = 173+107+227=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 227 (89.06% from 255 or 44.77% from 507); Max value from RGB is 227 - color contains mainly: blue. Hex color #AD6BE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6BE3 is #52941C. Grayscale: #8C8C8C. Windows color (decimal): -5411869 or 14904237. OLE color: 14904237.
HSL color Cylindrical-coordinate representation of color #AD6BE3: hue angle of 273º degrees, saturation: 0.68, 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 #AD6BE3 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 107 | 227 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.11 |
| HSL | 273º | 0.68% | 0.65% | - |
| HSV(B) | 273º | 0.53% | 0.89% | - |
| XYZ | 36.36 | 24.95 | 75.57 | - |
| YUV | 140.41 | 176.87 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 227 | 0.24 | 0.53 | 0 | 0.11 | 273 | 0.68 | 0.65 |
| Hex | AD | 6B | E3 | 18 | 35 | 0 | B | 111 | 44 | 41 |
| Octal | 255 | 153 | 343 | 30 | 65 | 0 | 13 | 421 | 104 | 101 |
| Binary | 10101101 | 1101011 | 11100011 | 11000 | 110101 | 0 | 1011 | 100010001 | 1000100 | 1000001 |
Color Harmonies of #AD6BE3
Complementary color
Monochromatic Colors of #AD6BE3
Black with #AD6BE3
Text Example
Text Example
White with #AD6BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6BE3; }
p { color: rgb(173,107,227); }
H1.HeaderClassName
{
color: #AD6BE3;
}
.AnyTagClassName
{
color: #AD6BE3;
}
</style>
background-color css
<style>
a { background-color: #AD6BE3; }
a { background-color: rgb(173,107,227); }
div.DivClassName
{
background-color: #AD6BE3;
}
.BgClassName
{
background-color: #AD6BE3;
}
</style>
border-color css
<style>
span { border-color: #AD6BE3; }
span { border-color: rgb(173,107,227); }
td.TdClassName
{
border-color: #AD6BE3;
}
.TagClassName
{
border-color: #AD6BE3;
}
</style>