Shades of Amethyst #A46FCC
Tints of Amethyst #A46FCC
RGB
CMYK
RGB Variations
Color information
#A46FCC (or 0xA46FCC) is known color: Amethyst. HEX triplet: A4, 6F and CC. RGB value is (164,111,204). Sum of RGB (Red+Green+Blue) = 164+111+204=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 111 (43.75% from 255 or 23.17% 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 #A46FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46FCC is #5B9033. Grayscale: #898989. Windows color (decimal): -6000692 or 13397924. OLE color: 13397924.
HSL color Cylindrical-coordinate representation of color #A46FCC: hue angle of 274.19º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A46FCC is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 111 | 204 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.2 |
| HSL | 274.19º | 0.48% | 0.62% | - |
| HSV(B) | 274.19º | 0.46% | 0.8% | - |
| XYZ | 31.89 | 23.62 | 60.01 | - |
| YUV | 137.45 | 165.56 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 204 | 0.20 | 0.46 | 0 | 0.2 | 274.19 | 0.48 | 0.62 |
| Hex | A4 | 6F | CC | 14 | 2E | 0 | 14 | 112 | 30 | 3E |
| Octal | 244 | 157 | 314 | 24 | 56 | 0 | 24 | 422 | 60 | 76 |
| Binary | 10100100 | 1101111 | 11001100 | 10100 | 101110 | 0 | 10100 | 100010010 | 110000 | 111110 |
Color Harmonies of #A46FCC
Complementary color
Monochromatic Colors of #A46FCC
Black with #A46FCC
Text Example
Text Example
White with #A46FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46FCC; }
p { color: rgb(164,111,204); }
H1.HeaderClassName
{
color: #A46FCC;
}
.AnyTagClassName
{
color: #A46FCC;
}
</style>
background-color css
<style>
a { background-color: #A46FCC; }
a { background-color: rgb(164,111,204); }
div.DivClassName
{
background-color: #A46FCC;
}
.BgClassName
{
background-color: #A46FCC;
}
</style>
border-color css
<style>
span { border-color: #A46FCC; }
span { border-color: rgb(164,111,204); }
td.TdClassName
{
border-color: #A46FCC;
}
.TagClassName
{
border-color: #A46FCC;
}
</style>