Shades of Amethyst #AD75DC
Tints of Amethyst #AD75DC
RGB
CMYK
RGB Variations
Color information
#AD75DC (or 0xAD75DC) is known color: Amethyst. HEX triplet: AD, 75 and DC. RGB value is (173,117,220). Sum of RGB (Red+Green+Blue) = 173+117+220=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD75DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD75DC is #528A23. Grayscale: #919191. Windows color (decimal): -5409316 or 14448045. OLE color: 14448045.
HSL color Cylindrical-coordinate representation of color #AD75DC: hue angle of 272.62º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD75DC is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 117 | 220 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.14 |
| HSL | 272.62º | 0.6% | 0.66% | - |
| HSV(B) | 272.62º | 0.47% | 0.86% | - |
| XYZ | 36.51 | 26.77 | 70.95 | - |
| YUV | 145.49 | 170.05 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 220 | 0.21 | 0.47 | 0 | 0.14 | 272.62 | 0.6 | 0.66 |
| Hex | AD | 75 | DC | 15 | 2F | 0 | E | 111 | 3C | 42 |
| Octal | 255 | 165 | 334 | 25 | 57 | 0 | 16 | 421 | 74 | 102 |
| Binary | 10101101 | 1110101 | 11011100 | 10101 | 101111 | 0 | 1110 | 100010001 | 111100 | 1000010 |
Color Harmonies of #AD75DC
Complementary color
Monochromatic Colors of #AD75DC
Black with #AD75DC
Text Example
Text Example
White with #AD75DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD75DC; }
p { color: rgb(173,117,220); }
H1.HeaderClassName
{
color: #AD75DC;
}
.AnyTagClassName
{
color: #AD75DC;
}
</style>
background-color css
<style>
a { background-color: #AD75DC; }
a { background-color: rgb(173,117,220); }
div.DivClassName
{
background-color: #AD75DC;
}
.BgClassName
{
background-color: #AD75DC;
}
</style>
border-color css
<style>
span { border-color: #AD75DC; }
span { border-color: rgb(173,117,220); }
td.TdClassName
{
border-color: #AD75DC;
}
.TagClassName
{
border-color: #AD75DC;
}
</style>