Shades of Amethyst #A259D5
Tints of Amethyst #A259D5
RGB
CMYK
RGB Variations
Color information
#A259D5 (or 0xA259D5) is known color: Amethyst. HEX triplet: A2, 59 and D5. RGB value is (162,89,213). Sum of RGB (Red+Green+Blue) = 162+89+213=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #A259D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A259D5 is #5DA62A. Grayscale: #7C7C7C. Windows color (decimal): -6137387 or 13982114. OLE color: 13982114.
HSL color Cylindrical-coordinate representation of color #A259D5: hue angle of 275.32º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A259D5 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 89 | 213 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.16 |
| HSL | 275.32º | 0.6% | 0.59% | - |
| HSV(B) | 275.32º | 0.58% | 0.84% | - |
| XYZ | 30.48 | 19.63 | 65.13 | - |
| YUV | 124.96 | 177.68 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 213 | 0.24 | 0.58 | 0 | 0.16 | 275.32 | 0.6 | 0.59 |
| Hex | A2 | 59 | D5 | 18 | 3A | 0 | 10 | 113 | 3C | 3B |
| Octal | 242 | 131 | 325 | 30 | 72 | 0 | 20 | 423 | 74 | 73 |
| Binary | 10100010 | 1011001 | 11010101 | 11000 | 111010 | 0 | 10000 | 100010011 | 111100 | 111011 |
Color Harmonies of #A259D5
Complementary color
Monochromatic Colors of #A259D5
Black with #A259D5
Text Example
Text Example
White with #A259D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A259D5; }
p { color: rgb(162,89,213); }
H1.HeaderClassName
{
color: #A259D5;
}
.AnyTagClassName
{
color: #A259D5;
}
</style>
background-color css
<style>
a { background-color: #A259D5; }
a { background-color: rgb(162,89,213); }
div.DivClassName
{
background-color: #A259D5;
}
.BgClassName
{
background-color: #A259D5;
}
</style>
border-color css
<style>
span { border-color: #A259D5; }
span { border-color: rgb(162,89,213); }
td.TdClassName
{
border-color: #A259D5;
}
.TagClassName
{
border-color: #A259D5;
}
</style>