Shades of Amethyst #AC67D9
Tints of Amethyst #AC67D9
RGB
CMYK
RGB Variations
Color information
#AC67D9 (or 0xAC67D9) is known color: Amethyst. HEX triplet: AC, 67 and D9. RGB value is (172,103,217). Sum of RGB (Red+Green+Blue) = 172+103+217=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC67D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC67D9 is #539826. Grayscale: #888888. Windows color (decimal): -5478439 or 14247852. OLE color: 14247852.
HSL color Cylindrical-coordinate representation of color #AC67D9: hue angle of 276.32º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC67D9 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 103 | 217 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.15 |
| HSL | 276.32º | 0.6% | 0.63% | - |
| HSV(B) | 276.32º | 0.53% | 0.85% | - |
| XYZ | 34.39 | 23.48 | 68.37 | - |
| YUV | 136.63 | 173.36 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 217 | 0.21 | 0.53 | 0 | 0.15 | 276.32 | 0.6 | 0.63 |
| Hex | AC | 67 | D9 | 15 | 35 | 0 | F | 114 | 3C | 3F |
| Octal | 254 | 147 | 331 | 25 | 65 | 0 | 17 | 424 | 74 | 77 |
| Binary | 10101100 | 1100111 | 11011001 | 10101 | 110101 | 0 | 1111 | 100010100 | 111100 | 111111 |
Color Harmonies of #AC67D9
Complementary color
Monochromatic Colors of #AC67D9
Black with #AC67D9
Text Example
Text Example
White with #AC67D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC67D9; }
p { color: rgb(172,103,217); }
H1.HeaderClassName
{
color: #AC67D9;
}
.AnyTagClassName
{
color: #AC67D9;
}
</style>
background-color css
<style>
a { background-color: #AC67D9; }
a { background-color: rgb(172,103,217); }
div.DivClassName
{
background-color: #AC67D9;
}
.BgClassName
{
background-color: #AC67D9;
}
</style>
border-color css
<style>
span { border-color: #AC67D9; }
span { border-color: rgb(172,103,217); }
td.TdClassName
{
border-color: #AC67D9;
}
.TagClassName
{
border-color: #AC67D9;
}
</style>