Shades of Amethyst #A46FCB
Tints of Amethyst #A46FCB
RGB
CMYK
RGB Variations
Color information
#A46FCB (or 0xA46FCB) is known color: Amethyst. HEX triplet: A4, 6F and CB. RGB value is (164,111,203). Sum of RGB (Red+Green+Blue) = 164+111+203=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #A46FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46FCB is #5B9034. Grayscale: #898989. Windows color (decimal): -6000693 or 13332388. OLE color: 13332388.
HSL color Cylindrical-coordinate representation of color #A46FCB: hue angle of 274.57º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A46FCB is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 111 | 203 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.20 |
| HSL | 274.57º | 0.47% | 0.62% | - |
| HSV(B) | 274.57º | 0.45% | 0.8% | - |
| XYZ | 31.77 | 23.57 | 59.38 | - |
| YUV | 137.34 | 165.06 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 203 | 0.19 | 0.45 | 0 | 0.20 | 274.57 | 0.47 | 0.62 |
| Hex | A4 | 6F | CB | 13 | 2D | 0 | 14 | 113 | 2F | 3E |
| Octal | 244 | 157 | 313 | 23 | 55 | 0 | 24 | 423 | 57 | 76 |
| Binary | 10100100 | 1101111 | 11001011 | 10011 | 101101 | 0 | 10100 | 100010011 | 101111 | 111110 |
Color Harmonies of #A46FCB
Complementary color
Monochromatic Colors of #A46FCB
Black with #A46FCB
Text Example
Text Example
White with #A46FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46FCB; }
p { color: rgb(164,111,203); }
H1.HeaderClassName
{
color: #A46FCB;
}
.AnyTagClassName
{
color: #A46FCB;
}
</style>
background-color css
<style>
a { background-color: #A46FCB; }
a { background-color: rgb(164,111,203); }
div.DivClassName
{
background-color: #A46FCB;
}
.BgClassName
{
background-color: #A46FCB;
}
</style>
border-color css
<style>
span { border-color: #A46FCB; }
span { border-color: rgb(164,111,203); }
td.TdClassName
{
border-color: #A46FCB;
}
.TagClassName
{
border-color: #A46FCB;
}
</style>