Shades of Amethyst #AD67E3
Tints of Amethyst #AD67E3
RGB
CMYK
RGB Variations
Color information
#AD67E3 (or 0xAD67E3) is known color: Amethyst. HEX triplet: AD, 67 and E3. RGB value is (173,103,227). Sum of RGB (Red+Green+Blue) = 173+103+227=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 227 (89.06% from 255 or 45.13% from 503); Max value from RGB is 227 - color contains mainly: blue. Hex color #AD67E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67E3 is #52981C. Grayscale: #898989. Windows color (decimal): -5412893 or 14903213. OLE color: 14903213.
HSL color Cylindrical-coordinate representation of color #AD67E3: hue angle of 273.87º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD67E3 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 103 | 227 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.11 |
| HSL | 273.87º | 0.69% | 0.65% | - |
| HSV(B) | 273.87º | 0.55% | 0.89% | - |
| XYZ | 35.95 | 24.13 | 75.44 | - |
| YUV | 138.07 | 178.19 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 227 | 0.24 | 0.55 | 0 | 0.11 | 273.87 | 0.69 | 0.65 |
| Hex | AD | 67 | E3 | 18 | 37 | 0 | B | 112 | 45 | 41 |
| Octal | 255 | 147 | 343 | 30 | 67 | 0 | 13 | 422 | 105 | 101 |
| Binary | 10101101 | 1100111 | 11100011 | 11000 | 110111 | 0 | 1011 | 100010010 | 1000101 | 1000001 |
Color Harmonies of #AD67E3
Complementary color
Monochromatic Colors of #AD67E3
Black with #AD67E3
Text Example
Text Example
White with #AD67E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD67E3; }
p { color: rgb(173,103,227); }
H1.HeaderClassName
{
color: #AD67E3;
}
.AnyTagClassName
{
color: #AD67E3;
}
</style>
background-color css
<style>
a { background-color: #AD67E3; }
a { background-color: rgb(173,103,227); }
div.DivClassName
{
background-color: #AD67E3;
}
.BgClassName
{
background-color: #AD67E3;
}
</style>
border-color css
<style>
span { border-color: #AD67E3; }
span { border-color: rgb(173,103,227); }
td.TdClassName
{
border-color: #AD67E3;
}
.TagClassName
{
border-color: #AD67E3;
}
</style>