Shades of Amethyst #A172CB
Tints of Amethyst #A172CB
RGB
CMYK
RGB Variations
Color information
#A172CB (or 0xA172CB) is known color: Amethyst. HEX triplet: A1, 72 and CB. RGB value is (161,114,203). Sum of RGB (Red+Green+Blue) = 161+114+203=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 114 (44.92% from 255 or 23.85% 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 #A172CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A172CB is #5E8D34. Grayscale: #898989. Windows color (decimal): -6196533 or 13333153. OLE color: 13333153.
HSL color Cylindrical-coordinate representation of color #A172CB: hue angle of 271.69º 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 #A172CB is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 114 | 203 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.20 |
| HSL | 271.69º | 0.46% | 0.62% | - |
| HSV(B) | 271.69º | 0.44% | 0.8% | - |
| XYZ | 31.49 | 23.92 | 59.46 | - |
| YUV | 138.2 | 164.57 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 114 | 203 | 0.21 | 0.44 | 0 | 0.20 | 271.69 | 0.46 | 0.62 |
| Hex | A1 | 72 | CB | 15 | 2C | 0 | 14 | 110 | 2E | 3E |
| Octal | 241 | 162 | 313 | 25 | 54 | 0 | 24 | 420 | 56 | 76 |
| Binary | 10100001 | 1110010 | 11001011 | 10101 | 101100 | 0 | 10100 | 100010000 | 101110 | 111110 |
Color Harmonies of #A172CB
Complementary color
Monochromatic Colors of #A172CB
Black with #A172CB
Text Example
Text Example
White with #A172CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A172CB; }
p { color: rgb(161,114,203); }
H1.HeaderClassName
{
color: #A172CB;
}
.AnyTagClassName
{
color: #A172CB;
}
</style>
background-color css
<style>
a { background-color: #A172CB; }
a { background-color: rgb(161,114,203); }
div.DivClassName
{
background-color: #A172CB;
}
.BgClassName
{
background-color: #A172CB;
}
</style>
border-color css
<style>
span { border-color: #A172CB; }
span { border-color: rgb(161,114,203); }
td.TdClassName
{
border-color: #A172CB;
}
.TagClassName
{
border-color: #A172CB;
}
</style>