Shades of Amethyst #AC67CC
Tints of Amethyst #AC67CC
RGB
CMYK
RGB Variations
Color information
#AC67CC (or 0xAC67CC) is known color: Amethyst. HEX triplet: AC, 67 and CC. RGB value is (172,103,204). Sum of RGB (Red+Green+Blue) = 172+103+204=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC67CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC67CC is #539833. Grayscale: #868686. Windows color (decimal): -5478452 or 13395884. OLE color: 13395884.
HSL color Cylindrical-coordinate representation of color #AC67CC: hue angle of 280.99º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC67CC is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 103 | 204 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.2 |
| HSL | 280.99º | 0.5% | 0.6% | - |
| HSV(B) | 280.99º | 0.5% | 0.8% | - |
| XYZ | 32.76 | 22.83 | 59.81 | - |
| YUV | 135.15 | 166.86 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 204 | 0.16 | 0.50 | 0 | 0.2 | 280.99 | 0.5 | 0.6 |
| Hex | AC | 67 | CC | 10 | 32 | 0 | 14 | 119 | 32 | 3C |
| Octal | 254 | 147 | 314 | 20 | 62 | 0 | 24 | 431 | 62 | 74 |
| Binary | 10101100 | 1100111 | 11001100 | 10000 | 110010 | 0 | 10100 | 100011001 | 110010 | 111100 |
Color Harmonies of #AC67CC
Complementary color
Monochromatic Colors of #AC67CC
Black with #AC67CC
Text Example
Text Example
White with #AC67CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC67CC; }
p { color: rgb(172,103,204); }
H1.HeaderClassName
{
color: #AC67CC;
}
.AnyTagClassName
{
color: #AC67CC;
}
</style>
background-color css
<style>
a { background-color: #AC67CC; }
a { background-color: rgb(172,103,204); }
div.DivClassName
{
background-color: #AC67CC;
}
.BgClassName
{
background-color: #AC67CC;
}
</style>
border-color css
<style>
span { border-color: #AC67CC; }
span { border-color: rgb(172,103,204); }
td.TdClassName
{
border-color: #AC67CC;
}
.TagClassName
{
border-color: #AC67CC;
}
</style>