Shades of Amethyst #AD68D2
Tints of Amethyst #AD68D2
RGB
CMYK
RGB Variations
Color information
#AD68D2 (or 0xAD68D2) is known color: Amethyst. HEX triplet: AD, 68 and D2. RGB value is (173,104,210). Sum of RGB (Red+Green+Blue) = 173+104+210=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 210 - color contains mainly: blue. Hex color #AD68D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68D2 is #52972D. Grayscale: #888888. Windows color (decimal): -5412654 or 13789357. OLE color: 13789357.
HSL color Cylindrical-coordinate representation of color #AD68D2: hue angle of 279.06º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD68D2 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 104 | 210 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.18 |
| HSL | 279.06º | 0.54% | 0.62% | - |
| HSV(B) | 279.06º | 0.5% | 0.82% | - |
| XYZ | 33.82 | 23.44 | 63.71 | - |
| YUV | 136.72 | 169.36 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 210 | 0.18 | 0.50 | 0 | 0.18 | 279.06 | 0.54 | 0.62 |
| Hex | AD | 68 | D2 | 12 | 32 | 0 | 12 | 117 | 36 | 3E |
| Octal | 255 | 150 | 322 | 22 | 62 | 0 | 22 | 427 | 66 | 76 |
| Binary | 10101101 | 1101000 | 11010010 | 10010 | 110010 | 0 | 10010 | 100010111 | 110110 | 111110 |
Color Harmonies of #AD68D2
Complementary color
Monochromatic Colors of #AD68D2
Black with #AD68D2
Text Example
Text Example
White with #AD68D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD68D2; }
p { color: rgb(173,104,210); }
H1.HeaderClassName
{
color: #AD68D2;
}
.AnyTagClassName
{
color: #AD68D2;
}
</style>
background-color css
<style>
a { background-color: #AD68D2; }
a { background-color: rgb(173,104,210); }
div.DivClassName
{
background-color: #AD68D2;
}
.BgClassName
{
background-color: #AD68D2;
}
</style>
border-color css
<style>
span { border-color: #AD68D2; }
span { border-color: rgb(173,104,210); }
td.TdClassName
{
border-color: #AD68D2;
}
.TagClassName
{
border-color: #AD68D2;
}
</style>