Shades of Amethyst #A171CB
Tints of Amethyst #A171CB
RGB
CMYK
RGB Variations
Color information
#A171CB (or 0xA171CB) is known color: Amethyst. HEX triplet: A1, 71 and CB. RGB value is (161,113,203). Sum of RGB (Red+Green+Blue) = 161+113+203=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #A171CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A171CB is #5E8E34. Grayscale: #898989. Windows color (decimal): -6196789 or 13332897. OLE color: 13332897.
HSL color Cylindrical-coordinate representation of color #A171CB: hue angle of 272º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A171CB is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 113 | 203 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.20 |
| HSL | 272º | 0.46% | 0.62% | - |
| HSV(B) | 272º | 0.44% | 0.8% | - |
| XYZ | 31.38 | 23.7 | 59.42 | - |
| YUV | 137.61 | 164.9 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 113 | 203 | 0.21 | 0.44 | 0 | 0.20 | 272 | 0.46 | 0.62 |
| Hex | A1 | 71 | CB | 15 | 2C | 0 | 14 | 110 | 2E | 3E |
| Octal | 241 | 161 | 313 | 25 | 54 | 0 | 24 | 420 | 56 | 76 |
| Binary | 10100001 | 1110001 | 11001011 | 10101 | 101100 | 0 | 10100 | 100010000 | 101110 | 111110 |
Color Harmonies of #A171CB
Complementary color
Monochromatic Colors of #A171CB
Black with #A171CB
Text Example
Text Example
White with #A171CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A171CB; }
p { color: rgb(161,113,203); }
H1.HeaderClassName
{
color: #A171CB;
}
.AnyTagClassName
{
color: #A171CB;
}
</style>
background-color css
<style>
a { background-color: #A171CB; }
a { background-color: rgb(161,113,203); }
div.DivClassName
{
background-color: #A171CB;
}
.BgClassName
{
background-color: #A171CB;
}
</style>
border-color css
<style>
span { border-color: #A171CB; }
span { border-color: rgb(161,113,203); }
td.TdClassName
{
border-color: #A171CB;
}
.TagClassName
{
border-color: #A171CB;
}
</style>