Shades of Amethyst #AD75D5
Tints of Amethyst #AD75D5
RGB
CMYK
RGB Variations
Color information
#AD75D5 (or 0xAD75D5) is known color: Amethyst. HEX triplet: AD, 75 and D5. RGB value is (173,117,213). Sum of RGB (Red+Green+Blue) = 173+117+213=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD75D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD75D5 is #528A2A. Grayscale: #909090. Windows color (decimal): -5409323 or 13989293. OLE color: 13989293.
HSL color Cylindrical-coordinate representation of color #AD75D5: hue angle of 275º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD75D5 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 117 | 213 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.16 |
| HSL | 275º | 0.53% | 0.65% | - |
| HSV(B) | 275º | 0.45% | 0.84% | - |
| XYZ | 35.61 | 26.41 | 66.17 | - |
| YUV | 144.69 | 166.55 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 213 | 0.19 | 0.45 | 0 | 0.16 | 275 | 0.53 | 0.65 |
| Hex | AD | 75 | D5 | 13 | 2D | 0 | 10 | 113 | 35 | 41 |
| Octal | 255 | 165 | 325 | 23 | 55 | 0 | 20 | 423 | 65 | 101 |
| Binary | 10101101 | 1110101 | 11010101 | 10011 | 101101 | 0 | 10000 | 100010011 | 110101 | 1000001 |
Color Harmonies of #AD75D5
Complementary color
Monochromatic Colors of #AD75D5
Black with #AD75D5
Text Example
Text Example
White with #AD75D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD75D5; }
p { color: rgb(173,117,213); }
H1.HeaderClassName
{
color: #AD75D5;
}
.AnyTagClassName
{
color: #AD75D5;
}
</style>
background-color css
<style>
a { background-color: #AD75D5; }
a { background-color: rgb(173,117,213); }
div.DivClassName
{
background-color: #AD75D5;
}
.BgClassName
{
background-color: #AD75D5;
}
</style>
border-color css
<style>
span { border-color: #AD75D5; }
span { border-color: rgb(173,117,213); }
td.TdClassName
{
border-color: #AD75D5;
}
.TagClassName
{
border-color: #AD75D5;
}
</style>