Shades of Amethyst #AC6EE1
Tints of Amethyst #AC6EE1
RGB
CMYK
RGB Variations
Color information
#AC6EE1 (or 0xAC6EE1) is known color: Amethyst. HEX triplet: AC, 6E and E1. RGB value is (172,110,225). Sum of RGB (Red+Green+Blue) = 172+110+225=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC6EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6EE1 is #53911E. Grayscale: #8D8D8D. Windows color (decimal): -5476639 or 14773932. OLE color: 14773932.
HSL color Cylindrical-coordinate representation of color #AC6EE1: hue angle of 272.35º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC6EE1 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 172 | 110 | 225 | - |
CMYK | 0.24 | 0.51 | 0 | 0.12 |
HSL | 272.35º | 0.66% | 0.66% | - |
HSV(B) | 272.35º | 0.51% | 0.88% | - |
XYZ | 36.18 | 25.36 | 74.22 | - |
YUV | 141.65 | 175.04 | 149.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 110 | 225 | 0.24 | 0.51 | 0 | 0.12 | 272.35 | 0.66 | 0.66 |
Hex | AC | 6E | E1 | 18 | 33 | 0 | C | 110 | 42 | 42 |
Octal | 254 | 156 | 341 | 30 | 63 | 0 | 14 | 420 | 102 | 102 |
Binary | 10101100 | 1101110 | 11100001 | 11000 | 110011 | 0 | 1100 | 100010000 | 1000010 | 1000010 |
Color Harmonies of #AC6EE1
Complementary color
Monochromatic Colors of #AC6EE1
Black with #AC6EE1
Text Example
Text Example
White with #AC6EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6EE1; }
p { color: rgb(172,110,225); }
H1.HeaderClassName
{
color: #AC6EE1;
}
.AnyTagClassName
{
color: #AC6EE1;
}
</style>
background-color css
<style>
a { background-color: #AC6EE1; }
a { background-color: rgb(172,110,225); }
div.DivClassName
{
background-color: #AC6EE1;
}
.BgClassName
{
background-color: #AC6EE1;
}
</style>
border-color css
<style>
span { border-color: #AC6EE1; }
span { border-color: rgb(172,110,225); }
td.TdClassName
{
border-color: #AC6EE1;
}
.TagClassName
{
border-color: #AC6EE1;
}
</style>