Shades of Amethyst #A160CA
Tints of Amethyst #A160CA
RGB
CMYK
RGB Variations
Color information
#A160CA (or 0xA160CA) is known color: Amethyst. HEX triplet: A1, 60 and CA. RGB value is (161,96,202). Sum of RGB (Red+Green+Blue) = 161+96+202=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #A160CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A160CA is #5E9F35. Grayscale: #7F7F7F. Windows color (decimal): -6201142 or 13263009. OLE color: 13263009.
HSL color Cylindrical-coordinate representation of color #A160CA: hue angle of 276.79º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A160CA is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 96 | 202 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.21 |
| HSL | 276.79º | 0.5% | 0.58% | - |
| HSV(B) | 276.79º | 0.52% | 0.79% | - |
| XYZ | 29.54 | 20.21 | 58.22 | - |
| YUV | 127.52 | 170.03 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 202 | 0.20 | 0.52 | 0 | 0.21 | 276.79 | 0.5 | 0.58 |
| Hex | A1 | 60 | CA | 14 | 34 | 0 | 15 | 115 | 32 | 3A |
| Octal | 241 | 140 | 312 | 24 | 64 | 0 | 25 | 425 | 62 | 72 |
| Binary | 10100001 | 1100000 | 11001010 | 10100 | 110100 | 0 | 10101 | 100010101 | 110010 | 111010 |
Color Harmonies of #A160CA
Complementary color
Monochromatic Colors of #A160CA
Black with #A160CA
Text Example
Text Example
White with #A160CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A160CA; }
p { color: rgb(161,96,202); }
H1.HeaderClassName
{
color: #A160CA;
}
.AnyTagClassName
{
color: #A160CA;
}
</style>
background-color css
<style>
a { background-color: #A160CA; }
a { background-color: rgb(161,96,202); }
div.DivClassName
{
background-color: #A160CA;
}
.BgClassName
{
background-color: #A160CA;
}
</style>
border-color css
<style>
span { border-color: #A160CA; }
span { border-color: rgb(161,96,202); }
td.TdClassName
{
border-color: #A160CA;
}
.TagClassName
{
border-color: #A160CA;
}
</style>