Shades of Amethyst #A46BC4
Tints of Amethyst #A46BC4
RGB
CMYK
RGB Variations
Color information
#A46BC4 (or 0xA46BC4) is known color: Amethyst. HEX triplet: A4, 6B and C4. RGB value is (164,107,196). Sum of RGB (Red+Green+Blue) = 164+107+196=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 196 - color contains mainly: blue. Hex color #A46BC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46BC4 is #5B943B. Grayscale: #858585. Windows color (decimal): -6001724 or 12872612. OLE color: 12872612.
HSL color Cylindrical-coordinate representation of color #A46BC4: hue angle of 278.43º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A46BC4 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 107 | 196 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.23 |
| HSL | 278.43º | 0.43% | 0.59% | - |
| HSV(B) | 278.43º | 0.45% | 0.77% | - |
| XYZ | 30.53 | 22.39 | 54.94 | - |
| YUV | 134.19 | 162.88 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 196 | 0.16 | 0.45 | 0 | 0.23 | 278.43 | 0.43 | 0.59 |
| Hex | A4 | 6B | C4 | 10 | 2D | 0 | 17 | 116 | 2B | 3B |
| Octal | 244 | 153 | 304 | 20 | 55 | 0 | 27 | 426 | 53 | 73 |
| Binary | 10100100 | 1101011 | 11000100 | 10000 | 101101 | 0 | 10111 | 100010110 | 101011 | 111011 |
Color Harmonies of #A46BC4
Complementary color
Monochromatic Colors of #A46BC4
Black with #A46BC4
Text Example
Text Example
White with #A46BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46BC4; }
p { color: rgb(164,107,196); }
H1.HeaderClassName
{
color: #A46BC4;
}
.AnyTagClassName
{
color: #A46BC4;
}
</style>
background-color css
<style>
a { background-color: #A46BC4; }
a { background-color: rgb(164,107,196); }
div.DivClassName
{
background-color: #A46BC4;
}
.BgClassName
{
background-color: #A46BC4;
}
</style>
border-color css
<style>
span { border-color: #A46BC4; }
span { border-color: rgb(164,107,196); }
td.TdClassName
{
border-color: #A46BC4;
}
.TagClassName
{
border-color: #A46BC4;
}
</style>