Shades of Amethyst #AD69E7
Tints of Amethyst #AD69E7
RGB
CMYK
RGB Variations
Color information
#AD69E7 (or 0xAD69E7) is known color: Amethyst. HEX triplet: AD, 69 and E7. RGB value is (173,105,231). Sum of RGB (Red+Green+Blue) = 173+105+231=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 231 (90.62% from 255 or 45.38% from 509); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD69E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD69E7 is #529618. Grayscale: #8B8B8B. Windows color (decimal): -5412377 or 15165869. OLE color: 15165869.
HSL color Cylindrical-coordinate representation of color #AD69E7: hue angle of 272.38º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD69E7 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 105 | 231 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.09 |
| HSL | 272.38º | 0.72% | 0.66% | - |
| HSV(B) | 272.38º | 0.55% | 0.91% | - |
| XYZ | 36.71 | 24.76 | 78.45 | - |
| YUV | 139.7 | 179.53 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 231 | 0.25 | 0.55 | 0 | 0.09 | 272.38 | 0.72 | 0.66 |
| Hex | AD | 69 | E7 | 19 | 37 | 0 | 9 | 110 | 48 | 42 |
| Octal | 255 | 151 | 347 | 31 | 67 | 0 | 11 | 420 | 110 | 102 |
| Binary | 10101101 | 1101001 | 11100111 | 11001 | 110111 | 0 | 1001 | 100010000 | 1001000 | 1000010 |
Color Harmonies of #AD69E7
Complementary color
Monochromatic Colors of #AD69E7
Black with #AD69E7
Text Example
Text Example
White with #AD69E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD69E7; }
p { color: rgb(173,105,231); }
H1.HeaderClassName
{
color: #AD69E7;
}
.AnyTagClassName
{
color: #AD69E7;
}
</style>
background-color css
<style>
a { background-color: #AD69E7; }
a { background-color: rgb(173,105,231); }
div.DivClassName
{
background-color: #AD69E7;
}
.BgClassName
{
background-color: #AD69E7;
}
</style>
border-color css
<style>
span { border-color: #AD69E7; }
span { border-color: rgb(173,105,231); }
td.TdClassName
{
border-color: #AD69E7;
}
.TagClassName
{
border-color: #AD69E7;
}
</style>