Shades of Amethyst #AC65E7
Tints of Amethyst #AC65E7
RGB
CMYK
RGB Variations
Color information
#AC65E7 (or 0xAC65E7) is known color: Amethyst. HEX triplet: AC, 65 and E7. RGB value is (172,101,231). Sum of RGB (Red+Green+Blue) = 172+101+231=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC65E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC65E7 is #539A18. Grayscale: #888888. Windows color (decimal): -5478937 or 15164844. OLE color: 15164844.
HSL color Cylindrical-coordinate representation of color #AC65E7: hue angle of 272.77º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC65E7 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 101 | 231 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.09 |
| HSL | 272.77º | 0.73% | 0.65% | - |
| HSV(B) | 272.77º | 0.56% | 0.91% | - |
| XYZ | 36.09 | 23.85 | 78.3 | - |
| YUV | 137.05 | 181.02 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 231 | 0.26 | 0.56 | 0 | 0.09 | 272.77 | 0.73 | 0.65 |
| Hex | AC | 65 | E7 | 1A | 38 | 0 | 9 | 111 | 49 | 41 |
| Octal | 254 | 145 | 347 | 32 | 70 | 0 | 11 | 421 | 111 | 101 |
| Binary | 10101100 | 1100101 | 11100111 | 11010 | 111000 | 0 | 1001 | 100010001 | 1001001 | 1000001 |
Color Harmonies of #AC65E7
Complementary color
Monochromatic Colors of #AC65E7
Black with #AC65E7
Text Example
Text Example
White with #AC65E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC65E7; }
p { color: rgb(172,101,231); }
H1.HeaderClassName
{
color: #AC65E7;
}
.AnyTagClassName
{
color: #AC65E7;
}
</style>
background-color css
<style>
a { background-color: #AC65E7; }
a { background-color: rgb(172,101,231); }
div.DivClassName
{
background-color: #AC65E7;
}
.BgClassName
{
background-color: #AC65E7;
}
</style>
border-color css
<style>
span { border-color: #AC65E7; }
span { border-color: rgb(172,101,231); }
td.TdClassName
{
border-color: #AC65E7;
}
.TagClassName
{
border-color: #AC65E7;
}
</style>