Shades of Amethyst #AC65CE
Tints of Amethyst #AC65CE
RGB
CMYK
RGB Variations
Color information
#AC65CE (or 0xAC65CE) is known color: Amethyst. HEX triplet: AC, 65 and CE. RGB value is (172,101,206). Sum of RGB (Red+Green+Blue) = 172+101+206=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC65CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65CE is #539A31. Grayscale: #858585. Windows color (decimal): -5478962 or 13526444. OLE color: 13526444.
HSL color Cylindrical-coordinate representation of color #AC65CE: hue angle of 280.57º 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 #AC65CE is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 101 | 206 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.19 |
| HSL | 280.57º | 0.52% | 0.6% | - |
| HSV(B) | 280.57º | 0.51% | 0.81% | - |
| XYZ | 32.81 | 22.53 | 61.01 | - |
| YUV | 134.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 206 | 0.17 | 0.51 | 0 | 0.19 | 280.57 | 0.52 | 0.6 |
| Hex | AC | 65 | CE | 11 | 33 | 0 | 13 | 119 | 34 | 3C |
| Octal | 254 | 145 | 316 | 21 | 63 | 0 | 23 | 431 | 64 | 74 |
| Binary | 10101100 | 1100101 | 11001110 | 10001 | 110011 | 0 | 10011 | 100011001 | 110100 | 111100 |
Color Harmonies of #AC65CE
Complementary color
Monochromatic Colors of #AC65CE
Black with #AC65CE
Text Example
Text Example
White with #AC65CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC65CE; }
p { color: rgb(172,101,206); }
H1.HeaderClassName
{
color: #AC65CE;
}
.AnyTagClassName
{
color: #AC65CE;
}
</style>
background-color css
<style>
a { background-color: #AC65CE; }
a { background-color: rgb(172,101,206); }
div.DivClassName
{
background-color: #AC65CE;
}
.BgClassName
{
background-color: #AC65CE;
}
</style>
border-color css
<style>
span { border-color: #AC65CE; }
span { border-color: rgb(172,101,206); }
td.TdClassName
{
border-color: #AC65CE;
}
.TagClassName
{
border-color: #AC65CE;
}
</style>