Shades of Amethyst #AD67DC
Tints of Amethyst #AD67DC
RGB
CMYK
RGB Variations
Color information
#AD67DC (or 0xAD67DC) is known color: Amethyst. HEX triplet: AD, 67 and DC. RGB value is (173,103,220). Sum of RGB (Red+Green+Blue) = 173+103+220=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD67DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67DC is #529823. Grayscale: #888888. Windows color (decimal): -5412900 or 14444461. OLE color: 14444461.
HSL color Cylindrical-coordinate representation of color #AD67DC: hue angle of 275.9º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD67DC is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 103 | 220 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.14 |
| HSL | 275.9º | 0.63% | 0.63% | - |
| HSV(B) | 275.9º | 0.53% | 0.86% | - |
| XYZ | 35 | 23.75 | 70.45 | - |
| YUV | 137.27 | 174.69 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 220 | 0.21 | 0.53 | 0 | 0.14 | 275.9 | 0.63 | 0.63 |
| Hex | AD | 67 | DC | 15 | 35 | 0 | E | 114 | 3F | 3F |
| Octal | 255 | 147 | 334 | 25 | 65 | 0 | 16 | 424 | 77 | 77 |
| Binary | 10101101 | 1100111 | 11011100 | 10101 | 110101 | 0 | 1110 | 100010100 | 111111 | 111111 |
Color Harmonies of #AD67DC
Complementary color
Monochromatic Colors of #AD67DC
Black with #AD67DC
Text Example
Text Example
White with #AD67DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD67DC; }
p { color: rgb(173,103,220); }
H1.HeaderClassName
{
color: #AD67DC;
}
.AnyTagClassName
{
color: #AD67DC;
}
</style>
background-color css
<style>
a { background-color: #AD67DC; }
a { background-color: rgb(173,103,220); }
div.DivClassName
{
background-color: #AD67DC;
}
.BgClassName
{
background-color: #AD67DC;
}
</style>
border-color css
<style>
span { border-color: #AD67DC; }
span { border-color: rgb(173,103,220); }
td.TdClassName
{
border-color: #AD67DC;
}
.TagClassName
{
border-color: #AD67DC;
}
</style>