Shades of Amethyst #A16CCD
Tints of Amethyst #A16CCD
RGB
CMYK
RGB Variations
Color information
#A16CCD (or 0xA16CCD) is known color: Amethyst. HEX triplet: A1, 6C and CD. RGB value is (161,108,205). Sum of RGB (Red+Green+Blue) = 161+108+205=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #A16CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CCD is #5E9332. Grayscale: #868686. Windows color (decimal): -6198067 or 13462689. OLE color: 13462689.
HSL color Cylindrical-coordinate representation of color #A16CCD: hue angle of 272.78º degrees, saturation: 0.49, 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 #A16CCD is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 108 | 205 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.20 |
| HSL | 272.78º | 0.49% | 0.61% | - |
| HSV(B) | 272.78º | 0.47% | 0.8% | - |
| XYZ | 31.08 | 22.71 | 60.5 | - |
| YUV | 134.91 | 167.56 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 205 | 0.21 | 0.47 | 0 | 0.20 | 272.78 | 0.49 | 0.61 |
| Hex | A1 | 6C | CD | 15 | 2F | 0 | 14 | 111 | 31 | 3D |
| Octal | 241 | 154 | 315 | 25 | 57 | 0 | 24 | 421 | 61 | 75 |
| Binary | 10100001 | 1101100 | 11001101 | 10101 | 101111 | 0 | 10100 | 100010001 | 110001 | 111101 |
Color Harmonies of #A16CCD
Complementary color
Monochromatic Colors of #A16CCD
Black with #A16CCD
Text Example
Text Example
White with #A16CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16CCD; }
p { color: rgb(161,108,205); }
H1.HeaderClassName
{
color: #A16CCD;
}
.AnyTagClassName
{
color: #A16CCD;
}
</style>
background-color css
<style>
a { background-color: #A16CCD; }
a { background-color: rgb(161,108,205); }
div.DivClassName
{
background-color: #A16CCD;
}
.BgClassName
{
background-color: #A16CCD;
}
</style>
border-color css
<style>
span { border-color: #A16CCD; }
span { border-color: rgb(161,108,205); }
td.TdClassName
{
border-color: #A16CCD;
}
.TagClassName
{
border-color: #A16CCD;
}
</style>