Shades of Amethyst #A963CA
Tints of Amethyst #A963CA
RGB
CMYK
RGB Variations
Color information
#A963CA (or 0xA963CA) is known color: Amethyst. HEX triplet: A9, 63 and CA. RGB value is (169,99,202). Sum of RGB (Red+Green+Blue) = 169+99+202=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #A963CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963CA is #569C35. Grayscale: #838383. Windows color (decimal): -5676086 or 13263785. OLE color: 13263785.
HSL color Cylindrical-coordinate representation of color #A963CA: hue angle of 280.78º 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 #A963CA is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 99 | 202 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.21 |
| HSL | 280.78º | 0.49% | 0.59% | - |
| HSV(B) | 280.78º | 0.51% | 0.79% | - |
| XYZ | 31.48 | 21.62 | 58.39 | - |
| YUV | 131.67 | 167.69 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 202 | 0.16 | 0.51 | 0 | 0.21 | 280.78 | 0.49 | 0.59 |
| Hex | A9 | 63 | CA | 10 | 33 | 0 | 15 | 119 | 31 | 3B |
| Octal | 251 | 143 | 312 | 20 | 63 | 0 | 25 | 431 | 61 | 73 |
| Binary | 10101001 | 1100011 | 11001010 | 10000 | 110011 | 0 | 10101 | 100011001 | 110001 | 111011 |
Color Harmonies of #A963CA
Complementary color
Monochromatic Colors of #A963CA
Black with #A963CA
Text Example
Text Example
White with #A963CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A963CA; }
p { color: rgb(169,99,202); }
H1.HeaderClassName
{
color: #A963CA;
}
.AnyTagClassName
{
color: #A963CA;
}
</style>
background-color css
<style>
a { background-color: #A963CA; }
a { background-color: rgb(169,99,202); }
div.DivClassName
{
background-color: #A963CA;
}
.BgClassName
{
background-color: #A963CA;
}
</style>
border-color css
<style>
span { border-color: #A963CA; }
span { border-color: rgb(169,99,202); }
td.TdClassName
{
border-color: #A963CA;
}
.TagClassName
{
border-color: #A963CA;
}
</style>