Shades of Amethyst #A259CC
Tints of Amethyst #A259CC
RGB
CMYK
RGB Variations
Color information
#A259CC (or 0xA259CC) is known color: Amethyst. HEX triplet: A2, 59 and CC. RGB value is (162,89,204). Sum of RGB (Red+Green+Blue) = 162+89+204=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #A259CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A259CC is #5DA633. Grayscale: #7B7B7B. Windows color (decimal): -6137396 or 13392290. OLE color: 13392290.
HSL color Cylindrical-coordinate representation of color #A259CC: hue angle of 278.09º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A259CC is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 89 | 204 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.2 |
| HSL | 278.09º | 0.53% | 0.57% | - |
| HSV(B) | 278.09º | 0.56% | 0.8% | - |
| XYZ | 29.37 | 19.19 | 59.28 | - |
| YUV | 123.94 | 173.18 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 204 | 0.21 | 0.56 | 0 | 0.2 | 278.09 | 0.53 | 0.57 |
| Hex | A2 | 59 | CC | 15 | 38 | 0 | 14 | 116 | 35 | 39 |
| Octal | 242 | 131 | 314 | 25 | 70 | 0 | 24 | 426 | 65 | 71 |
| Binary | 10100010 | 1011001 | 11001100 | 10101 | 111000 | 0 | 10100 | 100010110 | 110101 | 111001 |
Color Harmonies of #A259CC
Complementary color
Monochromatic Colors of #A259CC
Black with #A259CC
Text Example
Text Example
White with #A259CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A259CC; }
p { color: rgb(162,89,204); }
H1.HeaderClassName
{
color: #A259CC;
}
.AnyTagClassName
{
color: #A259CC;
}
</style>
background-color css
<style>
a { background-color: #A259CC; }
a { background-color: rgb(162,89,204); }
div.DivClassName
{
background-color: #A259CC;
}
.BgClassName
{
background-color: #A259CC;
}
</style>
border-color css
<style>
span { border-color: #A259CC; }
span { border-color: rgb(162,89,204); }
td.TdClassName
{
border-color: #A259CC;
}
.TagClassName
{
border-color: #A259CC;
}
</style>