Shades of Amethyst #A46ECB
Tints of Amethyst #A46ECB
RGB
CMYK
RGB Variations
Color information
#A46ECB (or 0xA46ECB) is known color: Amethyst. HEX triplet: A4, 6E and CB. RGB value is (164,110,203). Sum of RGB (Red+Green+Blue) = 164+110+203=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #A46ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ECB is #5B9134. Grayscale: #888888. Windows color (decimal): -6000949 or 13332132. OLE color: 13332132.
HSL color Cylindrical-coordinate representation of color #A46ECB: hue angle of 274.84º 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 #A46ECB is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 110 | 203 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.20 |
| HSL | 274.84º | 0.47% | 0.61% | - |
| HSV(B) | 274.84º | 0.46% | 0.8% | - |
| XYZ | 31.67 | 23.36 | 59.34 | - |
| YUV | 136.75 | 165.39 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 203 | 0.19 | 0.46 | 0 | 0.20 | 274.84 | 0.47 | 0.61 |
| Hex | A4 | 6E | CB | 13 | 2E | 0 | 14 | 113 | 2F | 3D |
| Octal | 244 | 156 | 313 | 23 | 56 | 0 | 24 | 423 | 57 | 75 |
| Binary | 10100100 | 1101110 | 11001011 | 10011 | 101110 | 0 | 10100 | 100010011 | 101111 | 111101 |
Color Harmonies of #A46ECB
Complementary color
Monochromatic Colors of #A46ECB
Black with #A46ECB
Text Example
Text Example
White with #A46ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46ECB; }
p { color: rgb(164,110,203); }
H1.HeaderClassName
{
color: #A46ECB;
}
.AnyTagClassName
{
color: #A46ECB;
}
</style>
background-color css
<style>
a { background-color: #A46ECB; }
a { background-color: rgb(164,110,203); }
div.DivClassName
{
background-color: #A46ECB;
}
.BgClassName
{
background-color: #A46ECB;
}
</style>
border-color css
<style>
span { border-color: #A46ECB; }
span { border-color: rgb(164,110,203); }
td.TdClassName
{
border-color: #A46ECB;
}
.TagClassName
{
border-color: #A46ECB;
}
</style>