Shades of Amethyst #AD75DB
Tints of Amethyst #AD75DB
RGB
CMYK
RGB Variations
Color information
#AD75DB (or 0xAD75DB) is known color: Amethyst. HEX triplet: AD, 75 and DB. RGB value is (173,117,219). Sum of RGB (Red+Green+Blue) = 173+117+219=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD75DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD75DB is #528A24. Grayscale: #919191. Windows color (decimal): -5409317 or 14382509. OLE color: 14382509.
HSL color Cylindrical-coordinate representation of color #AD75DB: hue angle of 272.94º degrees, saturation: 0.59, 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 #AD75DB is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 117 | 219 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.14 |
| HSL | 272.94º | 0.59% | 0.66% | - |
| HSV(B) | 272.94º | 0.47% | 0.86% | - |
| XYZ | 36.38 | 26.72 | 70.26 | - |
| YUV | 145.37 | 169.55 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 219 | 0.21 | 0.47 | 0 | 0.14 | 272.94 | 0.59 | 0.66 |
| Hex | AD | 75 | DB | 15 | 2F | 0 | E | 111 | 3B | 42 |
| Octal | 255 | 165 | 333 | 25 | 57 | 0 | 16 | 421 | 73 | 102 |
| Binary | 10101101 | 1110101 | 11011011 | 10101 | 101111 | 0 | 1110 | 100010001 | 111011 | 1000010 |
Color Harmonies of #AD75DB
Complementary color
Monochromatic Colors of #AD75DB
Black with #AD75DB
Text Example
Text Example
White with #AD75DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD75DB; }
p { color: rgb(173,117,219); }
H1.HeaderClassName
{
color: #AD75DB;
}
.AnyTagClassName
{
color: #AD75DB;
}
</style>
background-color css
<style>
a { background-color: #AD75DB; }
a { background-color: rgb(173,117,219); }
div.DivClassName
{
background-color: #AD75DB;
}
.BgClassName
{
background-color: #AD75DB;
}
</style>
border-color css
<style>
span { border-color: #AD75DB; }
span { border-color: rgb(173,117,219); }
td.TdClassName
{
border-color: #AD75DB;
}
.TagClassName
{
border-color: #AD75DB;
}
</style>