Shades of Amethyst #AC65DF
Tints of Amethyst #AC65DF
RGB
CMYK
RGB Variations
Color information
#AC65DF (or 0xAC65DF) is known color: Amethyst. HEX triplet: AC, 65 and DF. RGB value is (172,101,223). Sum of RGB (Red+Green+Blue) = 172+101+223=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC65DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65DF is #539A20. Grayscale: #878787. Windows color (decimal): -5478945 or 14640556. OLE color: 14640556.
HSL color Cylindrical-coordinate representation of color #AC65DF: hue angle of 274.92º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC65DF is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 101 | 223 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.13 |
| HSL | 274.92º | 0.66% | 0.64% | - |
| HSV(B) | 274.92º | 0.55% | 0.87% | - |
| XYZ | 34.99 | 23.41 | 72.49 | - |
| YUV | 136.14 | 177.02 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 223 | 0.23 | 0.55 | 0 | 0.13 | 274.92 | 0.66 | 0.64 |
| Hex | AC | 65 | DF | 17 | 37 | 0 | D | 113 | 42 | 40 |
| Octal | 254 | 145 | 337 | 27 | 67 | 0 | 15 | 423 | 102 | 100 |
| Binary | 10101100 | 1100101 | 11011111 | 10111 | 110111 | 0 | 1101 | 100010011 | 1000010 | 1000000 |
Color Harmonies of #AC65DF
Complementary color
Monochromatic Colors of #AC65DF
Black with #AC65DF
Text Example
Text Example
White with #AC65DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC65DF; }
p { color: rgb(172,101,223); }
H1.HeaderClassName
{
color: #AC65DF;
}
.AnyTagClassName
{
color: #AC65DF;
}
</style>
background-color css
<style>
a { background-color: #AC65DF; }
a { background-color: rgb(172,101,223); }
div.DivClassName
{
background-color: #AC65DF;
}
.BgClassName
{
background-color: #AC65DF;
}
</style>
border-color css
<style>
span { border-color: #AC65DF; }
span { border-color: rgb(172,101,223); }
td.TdClassName
{
border-color: #AC65DF;
}
.TagClassName
{
border-color: #AC65DF;
}
</style>