Shades of Amethyst #AC69E6
Tints of Amethyst #AC69E6
RGB
CMYK
RGB Variations
Color information
#AC69E6 (or 0xAC69E6) is known color: Amethyst. HEX triplet: AC, 69 and E6. RGB value is (172,105,230). Sum of RGB (Red+Green+Blue) = 172+105+230=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC69E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC69E6 is #539619. Grayscale: #8A8A8A. Windows color (decimal): -5477914 or 15100332. OLE color: 15100332.
HSL color Cylindrical-coordinate representation of color #AC69E6: hue angle of 272.16º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC69E6 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 105 | 230 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.10 |
| HSL | 272.16º | 0.71% | 0.66% | - |
| HSV(B) | 272.16º | 0.54% | 0.9% | - |
| XYZ | 36.35 | 24.59 | 77.69 | - |
| YUV | 139.28 | 179.2 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 105 | 230 | 0.25 | 0.54 | 0 | 0.10 | 272.16 | 0.71 | 0.66 |
| Hex | AC | 69 | E6 | 19 | 36 | 0 | A | 110 | 47 | 42 |
| Octal | 254 | 151 | 346 | 31 | 66 | 0 | 12 | 420 | 107 | 102 |
| Binary | 10101100 | 1101001 | 11100110 | 11001 | 110110 | 0 | 1010 | 100010000 | 1000111 | 1000010 |
Color Harmonies of #AC69E6
Complementary color
Monochromatic Colors of #AC69E6
Black with #AC69E6
Text Example
Text Example
White with #AC69E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC69E6; }
p { color: rgb(172,105,230); }
H1.HeaderClassName
{
color: #AC69E6;
}
.AnyTagClassName
{
color: #AC69E6;
}
</style>
background-color css
<style>
a { background-color: #AC69E6; }
a { background-color: rgb(172,105,230); }
div.DivClassName
{
background-color: #AC69E6;
}
.BgClassName
{
background-color: #AC69E6;
}
</style>
border-color css
<style>
span { border-color: #AC69E6; }
span { border-color: rgb(172,105,230); }
td.TdClassName
{
border-color: #AC69E6;
}
.TagClassName
{
border-color: #AC69E6;
}
</style>