Shades of Amethyst #AD67D2
Tints of Amethyst #AD67D2
RGB
CMYK
RGB Variations
Color information
#AD67D2 (or 0xAD67D2) is known color: Amethyst. HEX triplet: AD, 67 and D2. RGB value is (173,103,210). Sum of RGB (Red+Green+Blue) = 173+103+210=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 210 - color contains mainly: blue. Hex color #AD67D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67D2 is #52982D. Grayscale: #878787. Windows color (decimal): -5412910 or 13789101. OLE color: 13789101.
HSL color Cylindrical-coordinate representation of color #AD67D2: hue angle of 279.25º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD67D2 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 103 | 210 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.18 |
| HSL | 279.25º | 0.54% | 0.61% | - |
| HSV(B) | 279.25º | 0.51% | 0.82% | - |
| XYZ | 33.72 | 23.24 | 63.68 | - |
| YUV | 136.13 | 169.69 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 210 | 0.18 | 0.51 | 0 | 0.18 | 279.25 | 0.54 | 0.61 |
| Hex | AD | 67 | D2 | 12 | 33 | 0 | 12 | 117 | 36 | 3D |
| Octal | 255 | 147 | 322 | 22 | 63 | 0 | 22 | 427 | 66 | 75 |
| Binary | 10101101 | 1100111 | 11010010 | 10010 | 110011 | 0 | 10010 | 100010111 | 110110 | 111101 |
Color Harmonies of #AD67D2
Complementary color
Monochromatic Colors of #AD67D2
Black with #AD67D2
Text Example
Text Example
White with #AD67D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD67D2; }
p { color: rgb(173,103,210); }
H1.HeaderClassName
{
color: #AD67D2;
}
.AnyTagClassName
{
color: #AD67D2;
}
</style>
background-color css
<style>
a { background-color: #AD67D2; }
a { background-color: rgb(173,103,210); }
div.DivClassName
{
background-color: #AD67D2;
}
.BgClassName
{
background-color: #AD67D2;
}
</style>
border-color css
<style>
span { border-color: #AD67D2; }
span { border-color: rgb(173,103,210); }
td.TdClassName
{
border-color: #AD67D2;
}
.TagClassName
{
border-color: #AD67D2;
}
</style>