Shades of Amethyst #AD69E6
Tints of Amethyst #AD69E6
RGB
CMYK
RGB Variations
Color information
#AD69E6 (or 0xAD69E6) is known color: Amethyst. HEX triplet: AD, 69 and E6. RGB value is (173,105,230). Sum of RGB (Red+Green+Blue) = 173+105+230=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD69E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD69E6 is #529619. Grayscale: #8B8B8B. Windows color (decimal): -5412378 or 15100333. OLE color: 15100333.
HSL color Cylindrical-coordinate representation of color #AD69E6: hue angle of 272.64º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD69E6 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 105 | 230 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.10 |
| HSL | 272.64º | 0.71% | 0.66% | - |
| HSV(B) | 272.64º | 0.54% | 0.9% | - |
| XYZ | 36.57 | 24.7 | 77.7 | - |
| YUV | 139.58 | 179.03 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 230 | 0.25 | 0.54 | 0 | 0.10 | 272.64 | 0.71 | 0.66 |
| Hex | AD | 69 | E6 | 19 | 36 | 0 | A | 111 | 47 | 42 |
| Octal | 255 | 151 | 346 | 31 | 66 | 0 | 12 | 421 | 107 | 102 |
| Binary | 10101101 | 1101001 | 11100110 | 11001 | 110110 | 0 | 1010 | 100010001 | 1000111 | 1000010 |
Color Harmonies of #AD69E6
Complementary color
Monochromatic Colors of #AD69E6
Black with #AD69E6
Text Example
Text Example
White with #AD69E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD69E6; }
p { color: rgb(173,105,230); }
H1.HeaderClassName
{
color: #AD69E6;
}
.AnyTagClassName
{
color: #AD69E6;
}
</style>
background-color css
<style>
a { background-color: #AD69E6; }
a { background-color: rgb(173,105,230); }
div.DivClassName
{
background-color: #AD69E6;
}
.BgClassName
{
background-color: #AD69E6;
}
</style>
border-color css
<style>
span { border-color: #AD69E6; }
span { border-color: rgb(173,105,230); }
td.TdClassName
{
border-color: #AD69E6;
}
.TagClassName
{
border-color: #AD69E6;
}
</style>