Shades of Amethyst #A46ACB
Tints of Amethyst #A46ACB
RGB
CMYK
RGB Variations
Color information
#A46ACB (or 0xA46ACB) is known color: Amethyst. HEX triplet: A4, 6A and CB. RGB value is (164,106,203). Sum of RGB (Red+Green+Blue) = 164+106+203=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #A46ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ACB is #5B9534. Grayscale: #868686. Windows color (decimal): -6001973 or 13331108. OLE color: 13331108.
HSL color Cylindrical-coordinate representation of color #A46ACB: hue angle of 275.88º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A46ACB is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 106 | 203 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.20 |
| HSL | 275.88º | 0.48% | 0.61% | - |
| HSV(B) | 275.88º | 0.48% | 0.8% | - |
| XYZ | 31.24 | 22.51 | 59.2 | - |
| YUV | 134.4 | 166.72 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 106 | 203 | 0.19 | 0.48 | 0 | 0.20 | 275.88 | 0.48 | 0.61 |
| Hex | A4 | 6A | CB | 13 | 30 | 0 | 14 | 114 | 30 | 3D |
| Octal | 244 | 152 | 313 | 23 | 60 | 0 | 24 | 424 | 60 | 75 |
| Binary | 10100100 | 1101010 | 11001011 | 10011 | 110000 | 0 | 10100 | 100010100 | 110000 | 111101 |
Color Harmonies of #A46ACB
Complementary color
Monochromatic Colors of #A46ACB
Black with #A46ACB
Text Example
Text Example
White with #A46ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46ACB; }
p { color: rgb(164,106,203); }
H1.HeaderClassName
{
color: #A46ACB;
}
.AnyTagClassName
{
color: #A46ACB;
}
</style>
background-color css
<style>
a { background-color: #A46ACB; }
a { background-color: rgb(164,106,203); }
div.DivClassName
{
background-color: #A46ACB;
}
.BgClassName
{
background-color: #A46ACB;
}
</style>
border-color css
<style>
span { border-color: #A46ACB; }
span { border-color: rgb(164,106,203); }
td.TdClassName
{
border-color: #A46ACB;
}
.TagClassName
{
border-color: #A46ACB;
}
</style>