Shades of Amethyst #A163CA
Tints of Amethyst #A163CA
RGB
CMYK
RGB Variations
Color information
#A163CA (or 0xA163CA) is known color: Amethyst. HEX triplet: A1, 63 and CA. RGB value is (161,99,202). Sum of RGB (Red+Green+Blue) = 161+99+202=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #A163CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163CA is #5E9C35. Grayscale: #808080. Windows color (decimal): -6200374 or 13263777. OLE color: 13263777.
HSL color Cylindrical-coordinate representation of color #A163CA: hue angle of 276.12º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A163CA is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 99 | 202 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.21 |
| HSL | 276.12º | 0.49% | 0.59% | - |
| HSV(B) | 276.12º | 0.51% | 0.79% | - |
| XYZ | 29.82 | 20.77 | 58.31 | - |
| YUV | 129.28 | 169.04 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 202 | 0.20 | 0.51 | 0 | 0.21 | 276.12 | 0.49 | 0.59 |
| Hex | A1 | 63 | CA | 14 | 33 | 0 | 15 | 114 | 31 | 3B |
| Octal | 241 | 143 | 312 | 24 | 63 | 0 | 25 | 424 | 61 | 73 |
| Binary | 10100001 | 1100011 | 11001010 | 10100 | 110011 | 0 | 10101 | 100010100 | 110001 | 111011 |
Color Harmonies of #A163CA
Complementary color
Monochromatic Colors of #A163CA
Black with #A163CA
Text Example
Text Example
White with #A163CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A163CA; }
p { color: rgb(161,99,202); }
H1.HeaderClassName
{
color: #A163CA;
}
.AnyTagClassName
{
color: #A163CA;
}
</style>
background-color css
<style>
a { background-color: #A163CA; }
a { background-color: rgb(161,99,202); }
div.DivClassName
{
background-color: #A163CA;
}
.BgClassName
{
background-color: #A163CA;
}
</style>
border-color css
<style>
span { border-color: #A163CA; }
span { border-color: rgb(161,99,202); }
td.TdClassName
{
border-color: #A163CA;
}
.TagClassName
{
border-color: #A163CA;
}
</style>