Shades of Amethyst #A962CF
Tints of Amethyst #A962CF
RGB
CMYK
RGB Variations
Color information
#A962CF (or 0xA962CF) is known color: Amethyst. HEX triplet: A9, 62 and CF. RGB value is (169,98,207). Sum of RGB (Red+Green+Blue) = 169+98+207=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #A962CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A962CF is #569D30. Grayscale: #838383. Windows color (decimal): -5676337 or 13591209. OLE color: 13591209.
HSL color Cylindrical-coordinate representation of color #A962CF: hue angle of 279.08º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A962CF is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 98 | 207 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.19 |
| HSL | 279.08º | 0.53% | 0.6% | - |
| HSV(B) | 279.08º | 0.53% | 0.81% | - |
| XYZ | 31.99 | 21.68 | 61.53 | - |
| YUV | 131.66 | 170.52 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 98 | 207 | 0.18 | 0.53 | 0 | 0.19 | 279.08 | 0.53 | 0.6 |
| Hex | A9 | 62 | CF | 12 | 35 | 0 | 13 | 117 | 35 | 3C |
| Octal | 251 | 142 | 317 | 22 | 65 | 0 | 23 | 427 | 65 | 74 |
| Binary | 10101001 | 1100010 | 11001111 | 10010 | 110101 | 0 | 10011 | 100010111 | 110101 | 111100 |
Color Harmonies of #A962CF
Complementary color
Monochromatic Colors of #A962CF
Black with #A962CF
Text Example
Text Example
White with #A962CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A962CF; }
p { color: rgb(169,98,207); }
H1.HeaderClassName
{
color: #A962CF;
}
.AnyTagClassName
{
color: #A962CF;
}
</style>
background-color css
<style>
a { background-color: #A962CF; }
a { background-color: rgb(169,98,207); }
div.DivClassName
{
background-color: #A962CF;
}
.BgClassName
{
background-color: #A962CF;
}
</style>
border-color css
<style>
span { border-color: #A962CF; }
span { border-color: rgb(169,98,207); }
td.TdClassName
{
border-color: #A962CF;
}
.TagClassName
{
border-color: #A962CF;
}
</style>