Shades of Amethyst #A25AD9
Tints of Amethyst #A25AD9
RGB
CMYK
RGB Variations
Color information
#A25AD9 (or 0xA25AD9) is known color: Amethyst. HEX triplet: A2, 5A and D9. RGB value is (162,90,217). Sum of RGB (Red+Green+Blue) = 162+90+217=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 217 - color contains mainly: blue. Hex color #A25AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25AD9 is #5DA526. Grayscale: #7D7D7D. Windows color (decimal): -6137127 or 14244514. OLE color: 14244514.
HSL color Cylindrical-coordinate representation of color #A25AD9: hue angle of 274.02º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A25AD9 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 90 | 217 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.15 |
| HSL | 274.02º | 0.63% | 0.6% | - |
| HSV(B) | 274.02º | 0.59% | 0.85% | - |
| XYZ | 31.08 | 20 | 67.87 | - |
| YUV | 126.01 | 179.35 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 217 | 0.25 | 0.59 | 0 | 0.15 | 274.02 | 0.63 | 0.6 |
| Hex | A2 | 5A | D9 | 19 | 3B | 0 | F | 112 | 3F | 3C |
| Octal | 242 | 132 | 331 | 31 | 73 | 0 | 17 | 422 | 77 | 74 |
| Binary | 10100010 | 1011010 | 11011001 | 11001 | 111011 | 0 | 1111 | 100010010 | 111111 | 111100 |
Color Harmonies of #A25AD9
Complementary color
Monochromatic Colors of #A25AD9
Black with #A25AD9
Text Example
Text Example
White with #A25AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25AD9; }
p { color: rgb(162,90,217); }
H1.HeaderClassName
{
color: #A25AD9;
}
.AnyTagClassName
{
color: #A25AD9;
}
</style>
background-color css
<style>
a { background-color: #A25AD9; }
a { background-color: rgb(162,90,217); }
div.DivClassName
{
background-color: #A25AD9;
}
.BgClassName
{
background-color: #A25AD9;
}
</style>
border-color css
<style>
span { border-color: #A25AD9; }
span { border-color: rgb(162,90,217); }
td.TdClassName
{
border-color: #A25AD9;
}
.TagClassName
{
border-color: #A25AD9;
}
</style>