Shades of Amethyst #AC68CF
Tints of Amethyst #AC68CF
RGB
CMYK
RGB Variations
Color information
#AC68CF (or 0xAC68CF) is known color: Amethyst. HEX triplet: AC, 68 and CF. RGB value is (172,104,207). Sum of RGB (Red+Green+Blue) = 172+104+207=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC68CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68CF is #539730. Grayscale: #878787. Windows color (decimal): -5478193 or 13592748. OLE color: 13592748.
HSL color Cylindrical-coordinate representation of color #AC68CF: hue angle of 279.61º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC68CF is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 104 | 207 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.19 |
| HSL | 279.61º | 0.52% | 0.61% | - |
| HSV(B) | 279.61º | 0.5% | 0.81% | - |
| XYZ | 33.23 | 23.18 | 61.75 | - |
| YUV | 136.07 | 168.03 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 207 | 0.17 | 0.50 | 0 | 0.19 | 279.61 | 0.52 | 0.61 |
| Hex | AC | 68 | CF | 11 | 32 | 0 | 13 | 118 | 34 | 3D |
| Octal | 254 | 150 | 317 | 21 | 62 | 0 | 23 | 430 | 64 | 75 |
| Binary | 10101100 | 1101000 | 11001111 | 10001 | 110010 | 0 | 10011 | 100011000 | 110100 | 111101 |
Color Harmonies of #AC68CF
Complementary color
Monochromatic Colors of #AC68CF
Black with #AC68CF
Text Example
Text Example
White with #AC68CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68CF; }
p { color: rgb(172,104,207); }
H1.HeaderClassName
{
color: #AC68CF;
}
.AnyTagClassName
{
color: #AC68CF;
}
</style>
background-color css
<style>
a { background-color: #AC68CF; }
a { background-color: rgb(172,104,207); }
div.DivClassName
{
background-color: #AC68CF;
}
.BgClassName
{
background-color: #AC68CF;
}
</style>
border-color css
<style>
span { border-color: #AC68CF; }
span { border-color: rgb(172,104,207); }
td.TdClassName
{
border-color: #AC68CF;
}
.TagClassName
{
border-color: #AC68CF;
}
</style>