Shades of Amethyst #AD75DF
Tints of Amethyst #AD75DF
RGB
CMYK
RGB Variations
Color information
#AD75DF (or 0xAD75DF) is known color: Amethyst. HEX triplet: AD, 75 and DF. RGB value is (173,117,223). Sum of RGB (Red+Green+Blue) = 173+117+223=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD75DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD75DF is #528A20. Grayscale: #919191. Windows color (decimal): -5409313 or 14644653. OLE color: 14644653.
HSL color Cylindrical-coordinate representation of color #AD75DF: hue angle of 271.7º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD75DF is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 117 | 223 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.13 |
| HSL | 271.7º | 0.62% | 0.67% | - |
| HSV(B) | 271.7º | 0.48% | 0.87% | - |
| XYZ | 36.91 | 26.93 | 73.07 | - |
| YUV | 145.83 | 171.55 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 223 | 0.22 | 0.48 | 0 | 0.13 | 271.7 | 0.62 | 0.67 |
| Hex | AD | 75 | DF | 16 | 30 | 0 | D | 110 | 3E | 43 |
| Octal | 255 | 165 | 337 | 26 | 60 | 0 | 15 | 420 | 76 | 103 |
| Binary | 10101101 | 1110101 | 11011111 | 10110 | 110000 | 0 | 1101 | 100010000 | 111110 | 1000011 |
Color Harmonies of #AD75DF
Complementary color
Monochromatic Colors of #AD75DF
Black with #AD75DF
Text Example
Text Example
White with #AD75DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD75DF; }
p { color: rgb(173,117,223); }
H1.HeaderClassName
{
color: #AD75DF;
}
.AnyTagClassName
{
color: #AD75DF;
}
</style>
background-color css
<style>
a { background-color: #AD75DF; }
a { background-color: rgb(173,117,223); }
div.DivClassName
{
background-color: #AD75DF;
}
.BgClassName
{
background-color: #AD75DF;
}
</style>
border-color css
<style>
span { border-color: #AD75DF; }
span { border-color: rgb(173,117,223); }
td.TdClassName
{
border-color: #AD75DF;
}
.TagClassName
{
border-color: #AD75DF;
}
</style>