Shades of Amethyst #AC65CF
Tints of Amethyst #AC65CF
RGB
CMYK
RGB Variations
Color information
#AC65CF (or 0xAC65CF) is known color: Amethyst. HEX triplet: AC, 65 and CF. RGB value is (172,101,207). Sum of RGB (Red+Green+Blue) = 172+101+207=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC65CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65CF is #539A30. Grayscale: #858585. Windows color (decimal): -5478961 or 13591980. OLE color: 13591980.
HSL color Cylindrical-coordinate representation of color #AC65CF: hue angle of 280.19º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC65CF is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 101 | 207 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.19 |
| HSL | 280.19º | 0.52% | 0.6% | - |
| HSV(B) | 280.19º | 0.51% | 0.81% | - |
| XYZ | 32.93 | 22.58 | 61.65 | - |
| YUV | 134.31 | 169.02 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 207 | 0.17 | 0.51 | 0 | 0.19 | 280.19 | 0.52 | 0.6 |
| Hex | AC | 65 | CF | 11 | 33 | 0 | 13 | 118 | 34 | 3C |
| Octal | 254 | 145 | 317 | 21 | 63 | 0 | 23 | 430 | 64 | 74 |
| Binary | 10101100 | 1100101 | 11001111 | 10001 | 110011 | 0 | 10011 | 100011000 | 110100 | 111100 |
Color Harmonies of #AC65CF
Complementary color
Monochromatic Colors of #AC65CF
Black with #AC65CF
Text Example
Text Example
White with #AC65CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC65CF; }
p { color: rgb(172,101,207); }
H1.HeaderClassName
{
color: #AC65CF;
}
.AnyTagClassName
{
color: #AC65CF;
}
</style>
background-color css
<style>
a { background-color: #AC65CF; }
a { background-color: rgb(172,101,207); }
div.DivClassName
{
background-color: #AC65CF;
}
.BgClassName
{
background-color: #AC65CF;
}
</style>
border-color css
<style>
span { border-color: #AC65CF; }
span { border-color: rgb(172,101,207); }
td.TdClassName
{
border-color: #AC65CF;
}
.TagClassName
{
border-color: #AC65CF;
}
</style>