Shades of Amethyst #AC78D1
Tints of Amethyst #AC78D1
RGB
CMYK
RGB Variations
Color information
#AC78D1 (or 0xAC78D1) is known color: Amethyst. HEX triplet: AC, 78 and D1. RGB value is (172,120,209). Sum of RGB (Red+Green+Blue) = 172+120+209=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC78D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC78D1 is #53872E. Grayscale: #919191. Windows color (decimal): -5474095 or 13727916. OLE color: 13727916.
HSL color Cylindrical-coordinate representation of color #AC78D1: hue angle of 275.06º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC78D1 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 120 | 209 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.18 |
| HSL | 275.06º | 0.49% | 0.65% | - |
| HSV(B) | 275.06º | 0.43% | 0.82% | - |
| XYZ | 35.24 | 26.81 | 63.64 | - |
| YUV | 145.69 | 163.73 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 209 | 0.18 | 0.43 | 0 | 0.18 | 275.06 | 0.49 | 0.65 |
| Hex | AC | 78 | D1 | 12 | 2B | 0 | 12 | 113 | 31 | 41 |
| Octal | 254 | 170 | 321 | 22 | 53 | 0 | 22 | 423 | 61 | 101 |
| Binary | 10101100 | 1111000 | 11010001 | 10010 | 101011 | 0 | 10010 | 100010011 | 110001 | 1000001 |
Color Harmonies of #AC78D1
Complementary color
Monochromatic Colors of #AC78D1
Black with #AC78D1
Text Example
Text Example
White with #AC78D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC78D1; }
p { color: rgb(172,120,209); }
H1.HeaderClassName
{
color: #AC78D1;
}
.AnyTagClassName
{
color: #AC78D1;
}
</style>
background-color css
<style>
a { background-color: #AC78D1; }
a { background-color: rgb(172,120,209); }
div.DivClassName
{
background-color: #AC78D1;
}
.BgClassName
{
background-color: #AC78D1;
}
</style>
border-color css
<style>
span { border-color: #AC78D1; }
span { border-color: rgb(172,120,209); }
td.TdClassName
{
border-color: #AC78D1;
}
.TagClassName
{
border-color: #AC78D1;
}
</style>