Shades of Amethyst #AC65E3
Tints of Amethyst #AC65E3
RGB
CMYK
RGB Variations
Color information
#AC65E3 (or 0xAC65E3) is known color: Amethyst. HEX triplet: AC, 65 and E3. RGB value is (172,101,227). Sum of RGB (Red+Green+Blue) = 172+101+227=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 227 (89.06% from 255 or 45.4% from 500); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC65E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65E3 is #539A1C. Grayscale: #888888. Windows color (decimal): -5478941 or 14902700. OLE color: 14902700.
HSL color Cylindrical-coordinate representation of color #AC65E3: hue angle of 273.81º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC65E3 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 101 | 227 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.11 |
| HSL | 273.81º | 0.69% | 0.64% | - |
| HSV(B) | 273.81º | 0.56% | 0.89% | - |
| XYZ | 35.53 | 23.62 | 75.36 | - |
| YUV | 136.59 | 179.02 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 227 | 0.24 | 0.56 | 0 | 0.11 | 273.81 | 0.69 | 0.64 |
| Hex | AC | 65 | E3 | 18 | 38 | 0 | B | 112 | 45 | 40 |
| Octal | 254 | 145 | 343 | 30 | 70 | 0 | 13 | 422 | 105 | 100 |
| Binary | 10101100 | 1100101 | 11100011 | 11000 | 111000 | 0 | 1011 | 100010010 | 1000101 | 1000000 |
Color Harmonies of #AC65E3
Complementary color
Monochromatic Colors of #AC65E3
Black with #AC65E3
Text Example
Text Example
White with #AC65E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC65E3; }
p { color: rgb(172,101,227); }
H1.HeaderClassName
{
color: #AC65E3;
}
.AnyTagClassName
{
color: #AC65E3;
}
</style>
background-color css
<style>
a { background-color: #AC65E3; }
a { background-color: rgb(172,101,227); }
div.DivClassName
{
background-color: #AC65E3;
}
.BgClassName
{
background-color: #AC65E3;
}
</style>
border-color css
<style>
span { border-color: #AC65E3; }
span { border-color: rgb(172,101,227); }
td.TdClassName
{
border-color: #AC65E3;
}
.TagClassName
{
border-color: #AC65E3;
}
</style>