Shades of Amethyst #AC65D0
Tints of Amethyst #AC65D0
RGB
CMYK
RGB Variations
Color information
#AC65D0 (or 0xAC65D0) is known color: Amethyst. HEX triplet: AC, 65 and D0. RGB value is (172,101,208). Sum of RGB (Red+Green+Blue) = 172+101+208=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC65D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65D0 is #539A2F. Grayscale: #868686. Windows color (decimal): -5478960 or 13657516. OLE color: 13657516.
HSL color Cylindrical-coordinate representation of color #AC65D0: hue angle of 279.81º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC65D0 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 101 | 208 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.18 |
| HSL | 279.81º | 0.53% | 0.61% | - |
| HSV(B) | 279.81º | 0.51% | 0.82% | - |
| XYZ | 33.05 | 22.63 | 62.3 | - |
| YUV | 134.43 | 169.52 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 208 | 0.17 | 0.51 | 0 | 0.18 | 279.81 | 0.53 | 0.61 |
| Hex | AC | 65 | D0 | 11 | 33 | 0 | 12 | 118 | 35 | 3D |
| Octal | 254 | 145 | 320 | 21 | 63 | 0 | 22 | 430 | 65 | 75 |
| Binary | 10101100 | 1100101 | 11010000 | 10001 | 110011 | 0 | 10010 | 100011000 | 110101 | 111101 |
Color Harmonies of #AC65D0
Complementary color
Monochromatic Colors of #AC65D0
Black with #AC65D0
Text Example
Text Example
White with #AC65D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC65D0; }
p { color: rgb(172,101,208); }
H1.HeaderClassName
{
color: #AC65D0;
}
.AnyTagClassName
{
color: #AC65D0;
}
</style>
background-color css
<style>
a { background-color: #AC65D0; }
a { background-color: rgb(172,101,208); }
div.DivClassName
{
background-color: #AC65D0;
}
.BgClassName
{
background-color: #AC65D0;
}
</style>
border-color css
<style>
span { border-color: #AC65D0; }
span { border-color: rgb(172,101,208); }
td.TdClassName
{
border-color: #AC65D0;
}
.TagClassName
{
border-color: #AC65D0;
}
</style>