Shades of Amethyst #A46CCB
Tints of Amethyst #A46CCB
RGB
CMYK
RGB Variations
Color information
#A46CCB (or 0xA46CCB) is known color: Amethyst. HEX triplet: A4, 6C and CB. RGB value is (164,108,203). Sum of RGB (Red+Green+Blue) = 164+108+203=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #A46CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CCB is #5B9334. Grayscale: #878787. Windows color (decimal): -6001461 or 13331620. OLE color: 13331620.
HSL color Cylindrical-coordinate representation of color #A46CCB: hue angle of 275.37º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A46CCB is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 108 | 203 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.20 |
| HSL | 275.37º | 0.48% | 0.61% | - |
| HSV(B) | 275.37º | 0.47% | 0.8% | - |
| XYZ | 31.45 | 22.93 | 59.27 | - |
| YUV | 135.57 | 166.05 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 203 | 0.19 | 0.47 | 0 | 0.20 | 275.37 | 0.48 | 0.61 |
| Hex | A4 | 6C | CB | 13 | 2F | 0 | 14 | 113 | 30 | 3D |
| Octal | 244 | 154 | 313 | 23 | 57 | 0 | 24 | 423 | 60 | 75 |
| Binary | 10100100 | 1101100 | 11001011 | 10011 | 101111 | 0 | 10100 | 100010011 | 110000 | 111101 |
Color Harmonies of #A46CCB
Complementary color
Monochromatic Colors of #A46CCB
Black with #A46CCB
Text Example
Text Example
White with #A46CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46CCB; }
p { color: rgb(164,108,203); }
H1.HeaderClassName
{
color: #A46CCB;
}
.AnyTagClassName
{
color: #A46CCB;
}
</style>
background-color css
<style>
a { background-color: #A46CCB; }
a { background-color: rgb(164,108,203); }
div.DivClassName
{
background-color: #A46CCB;
}
.BgClassName
{
background-color: #A46CCB;
}
</style>
border-color css
<style>
span { border-color: #A46CCB; }
span { border-color: rgb(164,108,203); }
td.TdClassName
{
border-color: #A46CCB;
}
.TagClassName
{
border-color: #A46CCB;
}
</style>