Shades of Amethyst #A170CB
Tints of Amethyst #A170CB
RGB
CMYK
RGB Variations
Color information
#A170CB (or 0xA170CB) is known color: Amethyst. HEX triplet: A1, 70 and CB. RGB value is (161,112,203). Sum of RGB (Red+Green+Blue) = 161+112+203=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #A170CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A170CB is #5E8F34. Grayscale: #888888. Windows color (decimal): -6197045 or 13332641. OLE color: 13332641.
HSL color Cylindrical-coordinate representation of color #A170CB: hue angle of 272.31º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A170CB is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 112 | 203 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.20 |
| HSL | 272.31º | 0.47% | 0.62% | - |
| HSV(B) | 272.31º | 0.45% | 0.8% | - |
| XYZ | 31.27 | 23.48 | 59.38 | - |
| YUV | 137.03 | 165.23 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 203 | 0.21 | 0.45 | 0 | 0.20 | 272.31 | 0.47 | 0.62 |
| Hex | A1 | 70 | CB | 15 | 2D | 0 | 14 | 110 | 2F | 3E |
| Octal | 241 | 160 | 313 | 25 | 55 | 0 | 24 | 420 | 57 | 76 |
| Binary | 10100001 | 1110000 | 11001011 | 10101 | 101101 | 0 | 10100 | 100010000 | 101111 | 111110 |
Color Harmonies of #A170CB
Complementary color
Monochromatic Colors of #A170CB
Black with #A170CB
Text Example
Text Example
White with #A170CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A170CB; }
p { color: rgb(161,112,203); }
H1.HeaderClassName
{
color: #A170CB;
}
.AnyTagClassName
{
color: #A170CB;
}
</style>
background-color css
<style>
a { background-color: #A170CB; }
a { background-color: rgb(161,112,203); }
div.DivClassName
{
background-color: #A170CB;
}
.BgClassName
{
background-color: #A170CB;
}
</style>
border-color css
<style>
span { border-color: #A170CB; }
span { border-color: rgb(161,112,203); }
td.TdClassName
{
border-color: #A170CB;
}
.TagClassName
{
border-color: #A170CB;
}
</style>