Shades of Amethyst #A259CD
Tints of Amethyst #A259CD
RGB
CMYK
RGB Variations
Color information
#A259CD (or 0xA259CD) is known color: Amethyst. HEX triplet: A2, 59 and CD. RGB value is (162,89,205). Sum of RGB (Red+Green+Blue) = 162+89+205=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #A259CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A259CD is #5DA632. Grayscale: #7B7B7B. Windows color (decimal): -6137395 or 13457826. OLE color: 13457826.
HSL color Cylindrical-coordinate representation of color #A259CD: hue angle of 277.76º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A259CD is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 89 | 205 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.20 |
| HSL | 277.76º | 0.54% | 0.58% | - |
| HSV(B) | 277.76º | 0.57% | 0.8% | - |
| XYZ | 29.49 | 19.23 | 59.92 | - |
| YUV | 124.05 | 173.68 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 205 | 0.21 | 0.57 | 0 | 0.20 | 277.76 | 0.54 | 0.58 |
| Hex | A2 | 59 | CD | 15 | 39 | 0 | 14 | 116 | 36 | 3A |
| Octal | 242 | 131 | 315 | 25 | 71 | 0 | 24 | 426 | 66 | 72 |
| Binary | 10100010 | 1011001 | 11001101 | 10101 | 111001 | 0 | 10100 | 100010110 | 110110 | 111010 |
Color Harmonies of #A259CD
Complementary color
Monochromatic Colors of #A259CD
Black with #A259CD
Text Example
Text Example
White with #A259CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A259CD; }
p { color: rgb(162,89,205); }
H1.HeaderClassName
{
color: #A259CD;
}
.AnyTagClassName
{
color: #A259CD;
}
</style>
background-color css
<style>
a { background-color: #A259CD; }
a { background-color: rgb(162,89,205); }
div.DivClassName
{
background-color: #A259CD;
}
.BgClassName
{
background-color: #A259CD;
}
</style>
border-color css
<style>
span { border-color: #A259CD; }
span { border-color: rgb(162,89,205); }
td.TdClassName
{
border-color: #A259CD;
}
.TagClassName
{
border-color: #A259CD;
}
</style>