Shades of Amethyst #AC75DB
Tints of Amethyst #AC75DB
RGB
CMYK
RGB Variations
Color information
#AC75DB (or 0xAC75DB) is known color: Amethyst. HEX triplet: AC, 75 and DB. RGB value is (172,117,219). Sum of RGB (Red+Green+Blue) = 172+117+219=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC75DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC75DB is #538A24. Grayscale: #909090. Windows color (decimal): -5474853 or 14382508. OLE color: 14382508.
HSL color Cylindrical-coordinate representation of color #AC75DB: hue angle of 272.35º 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 #AC75DB is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 117 | 219 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.14 |
| HSL | 272.35º | 0.59% | 0.66% | - |
| HSV(B) | 272.35º | 0.47% | 0.86% | - |
| XYZ | 36.16 | 26.61 | 70.25 | - |
| YUV | 145.07 | 169.72 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 219 | 0.21 | 0.47 | 0 | 0.14 | 272.35 | 0.59 | 0.66 |
| Hex | AC | 75 | DB | 15 | 2F | 0 | E | 110 | 3B | 42 |
| Octal | 254 | 165 | 333 | 25 | 57 | 0 | 16 | 420 | 73 | 102 |
| Binary | 10101100 | 1110101 | 11011011 | 10101 | 101111 | 0 | 1110 | 100010000 | 111011 | 1000010 |
Color Harmonies of #AC75DB
Complementary color
Monochromatic Colors of #AC75DB
Black with #AC75DB
Text Example
Text Example
White with #AC75DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC75DB; }
p { color: rgb(172,117,219); }
H1.HeaderClassName
{
color: #AC75DB;
}
.AnyTagClassName
{
color: #AC75DB;
}
</style>
background-color css
<style>
a { background-color: #AC75DB; }
a { background-color: rgb(172,117,219); }
div.DivClassName
{
background-color: #AC75DB;
}
.BgClassName
{
background-color: #AC75DB;
}
</style>
border-color css
<style>
span { border-color: #AC75DB; }
span { border-color: rgb(172,117,219); }
td.TdClassName
{
border-color: #AC75DB;
}
.TagClassName
{
border-color: #AC75DB;
}
</style>