Shades of Amethyst #A46CCC
Tints of Amethyst #A46CCC
RGB
CMYK
RGB Variations
Color information
#A46CCC (or 0xA46CCC) is known color: Amethyst. HEX triplet: A4, 6C and CC. RGB value is (164,108,204). Sum of RGB (Red+Green+Blue) = 164+108+204=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #A46CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CCC is #5B9333. Grayscale: #878787. Windows color (decimal): -6001460 or 13397156. OLE color: 13397156.
HSL color Cylindrical-coordinate representation of color #A46CCC: hue angle of 275º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A46CCC is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 108 | 204 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.2 |
| HSL | 275º | 0.48% | 0.61% | - |
| HSV(B) | 275º | 0.47% | 0.8% | - |
| XYZ | 31.57 | 22.98 | 59.9 | - |
| YUV | 135.69 | 166.55 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 204 | 0.20 | 0.47 | 0 | 0.2 | 275 | 0.48 | 0.61 |
| Hex | A4 | 6C | CC | 14 | 2F | 0 | 14 | 113 | 30 | 3D |
| Octal | 244 | 154 | 314 | 24 | 57 | 0 | 24 | 423 | 60 | 75 |
| Binary | 10100100 | 1101100 | 11001100 | 10100 | 101111 | 0 | 10100 | 100010011 | 110000 | 111101 |
Color Harmonies of #A46CCC
Complementary color
Monochromatic Colors of #A46CCC
Black with #A46CCC
Text Example
Text Example
White with #A46CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46CCC; }
p { color: rgb(164,108,204); }
H1.HeaderClassName
{
color: #A46CCC;
}
.AnyTagClassName
{
color: #A46CCC;
}
</style>
background-color css
<style>
a { background-color: #A46CCC; }
a { background-color: rgb(164,108,204); }
div.DivClassName
{
background-color: #A46CCC;
}
.BgClassName
{
background-color: #A46CCC;
}
</style>
border-color css
<style>
span { border-color: #A46CCC; }
span { border-color: rgb(164,108,204); }
td.TdClassName
{
border-color: #A46CCC;
}
.TagClassName
{
border-color: #A46CCC;
}
</style>