Shades of Amethyst #A16BCC
Tints of Amethyst #A16BCC
RGB
CMYK
RGB Variations
Color information
#A16BCC (or 0xA16BCC) is known color: Amethyst. HEX triplet: A1, 6B and CC. RGB value is (161,107,204). Sum of RGB (Red+Green+Blue) = 161+107+204=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #A16BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16BCC is #5E9433. Grayscale: #858585. Windows color (decimal): -6198324 or 13396897. OLE color: 13396897.
HSL color Cylindrical-coordinate representation of color #A16BCC: hue angle of 273.4º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A16BCC is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 107 | 204 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.2 |
| HSL | 273.4º | 0.49% | 0.61% | - |
| HSV(B) | 273.4º | 0.48% | 0.8% | - |
| XYZ | 30.85 | 22.45 | 59.83 | - |
| YUV | 134.2 | 167.39 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 204 | 0.21 | 0.48 | 0 | 0.2 | 273.4 | 0.49 | 0.61 |
| Hex | A1 | 6B | CC | 15 | 30 | 0 | 14 | 111 | 31 | 3D |
| Octal | 241 | 153 | 314 | 25 | 60 | 0 | 24 | 421 | 61 | 75 |
| Binary | 10100001 | 1101011 | 11001100 | 10101 | 110000 | 0 | 10100 | 100010001 | 110001 | 111101 |
Color Harmonies of #A16BCC
Complementary color
Monochromatic Colors of #A16BCC
Black with #A16BCC
Text Example
Text Example
White with #A16BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16BCC; }
p { color: rgb(161,107,204); }
H1.HeaderClassName
{
color: #A16BCC;
}
.AnyTagClassName
{
color: #A16BCC;
}
</style>
background-color css
<style>
a { background-color: #A16BCC; }
a { background-color: rgb(161,107,204); }
div.DivClassName
{
background-color: #A16BCC;
}
.BgClassName
{
background-color: #A16BCC;
}
</style>
border-color css
<style>
span { border-color: #A16BCC; }
span { border-color: rgb(161,107,204); }
td.TdClassName
{
border-color: #A16BCC;
}
.TagClassName
{
border-color: #A16BCC;
}
</style>