Shades of Amethyst #A46DCB
Tints of Amethyst #A46DCB
RGB
CMYK
RGB Variations
Color information
#A46DCB (or 0xA46DCB) is known color: Amethyst. HEX triplet: A4, 6D and CB. RGB value is (164,109,203). Sum of RGB (Red+Green+Blue) = 164+109+203=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #A46DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46DCB is #5B9234. Grayscale: #878787. Windows color (decimal): -6001205 or 13331876. OLE color: 13331876.
HSL color Cylindrical-coordinate representation of color #A46DCB: hue angle of 275.11º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A46DCB is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 109 | 203 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.20 |
| HSL | 275.11º | 0.47% | 0.61% | - |
| HSV(B) | 275.11º | 0.46% | 0.8% | - |
| XYZ | 31.56 | 23.14 | 59.3 | - |
| YUV | 136.16 | 165.72 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 203 | 0.19 | 0.46 | 0 | 0.20 | 275.11 | 0.47 | 0.61 |
| Hex | A4 | 6D | CB | 13 | 2E | 0 | 14 | 113 | 2F | 3D |
| Octal | 244 | 155 | 313 | 23 | 56 | 0 | 24 | 423 | 57 | 75 |
| Binary | 10100100 | 1101101 | 11001011 | 10011 | 101110 | 0 | 10100 | 100010011 | 101111 | 111101 |
Color Harmonies of #A46DCB
Complementary color
Monochromatic Colors of #A46DCB
Black with #A46DCB
Text Example
Text Example
White with #A46DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46DCB; }
p { color: rgb(164,109,203); }
H1.HeaderClassName
{
color: #A46DCB;
}
.AnyTagClassName
{
color: #A46DCB;
}
</style>
background-color css
<style>
a { background-color: #A46DCB; }
a { background-color: rgb(164,109,203); }
div.DivClassName
{
background-color: #A46DCB;
}
.BgClassName
{
background-color: #A46DCB;
}
</style>
border-color css
<style>
span { border-color: #A46DCB; }
span { border-color: rgb(164,109,203); }
td.TdClassName
{
border-color: #A46DCB;
}
.TagClassName
{
border-color: #A46DCB;
}
</style>