Shades of Amethyst #AC67D0
Tints of Amethyst #AC67D0
RGB
CMYK
RGB Variations
Color information
#AC67D0 (or 0xAC67D0) is known color: Amethyst. HEX triplet: AC, 67 and D0. RGB value is (172,103,208). Sum of RGB (Red+Green+Blue) = 172+103+208=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC67D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC67D0 is #53982F. Grayscale: #878787. Windows color (decimal): -5478448 or 13658028. OLE color: 13658028.
HSL color Cylindrical-coordinate representation of color #AC67D0: hue angle of 279.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC67D0 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 103 | 208 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.18 |
| HSL | 279.43º | 0.53% | 0.61% | - |
| HSV(B) | 279.43º | 0.5% | 0.82% | - |
| XYZ | 33.25 | 23.03 | 62.37 | - |
| YUV | 135.6 | 168.86 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 208 | 0.17 | 0.50 | 0 | 0.18 | 279.43 | 0.53 | 0.61 |
| Hex | AC | 67 | D0 | 11 | 32 | 0 | 12 | 117 | 35 | 3D |
| Octal | 254 | 147 | 320 | 21 | 62 | 0 | 22 | 427 | 65 | 75 |
| Binary | 10101100 | 1100111 | 11010000 | 10001 | 110010 | 0 | 10010 | 100010111 | 110101 | 111101 |
Color Harmonies of #AC67D0
Complementary color
Monochromatic Colors of #AC67D0
Black with #AC67D0
Text Example
Text Example
White with #AC67D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC67D0; }
p { color: rgb(172,103,208); }
H1.HeaderClassName
{
color: #AC67D0;
}
.AnyTagClassName
{
color: #AC67D0;
}
</style>
background-color css
<style>
a { background-color: #AC67D0; }
a { background-color: rgb(172,103,208); }
div.DivClassName
{
background-color: #AC67D0;
}
.BgClassName
{
background-color: #AC67D0;
}
</style>
border-color css
<style>
span { border-color: #AC67D0; }
span { border-color: rgb(172,103,208); }
td.TdClassName
{
border-color: #AC67D0;
}
.TagClassName
{
border-color: #AC67D0;
}
</style>