Shades of Amethyst #A25AD0
Tints of Amethyst #A25AD0
RGB
CMYK
RGB Variations
Color information
#A25AD0 (or 0xA25AD0) is known color: Amethyst. HEX triplet: A2, 5A and D0. RGB value is (162,90,208). Sum of RGB (Red+Green+Blue) = 162+90+208=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #A25AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25AD0 is #5DA52F. Grayscale: #7C7C7C. Windows color (decimal): -6137136 or 13654690. OLE color: 13654690.
HSL color Cylindrical-coordinate representation of color #A25AD0: hue angle of 276.61º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A25AD0 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 90 | 208 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.18 |
| HSL | 276.61º | 0.56% | 0.58% | - |
| HSV(B) | 276.61º | 0.57% | 0.82% | - |
| XYZ | 29.94 | 19.55 | 61.87 | - |
| YUV | 124.98 | 174.85 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 208 | 0.22 | 0.57 | 0 | 0.18 | 276.61 | 0.56 | 0.58 |
| Hex | A2 | 5A | D0 | 16 | 39 | 0 | 12 | 115 | 38 | 3A |
| Octal | 242 | 132 | 320 | 26 | 71 | 0 | 22 | 425 | 70 | 72 |
| Binary | 10100010 | 1011010 | 11010000 | 10110 | 111001 | 0 | 10010 | 100010101 | 111000 | 111010 |
Color Harmonies of #A25AD0
Complementary color
Monochromatic Colors of #A25AD0
Black with #A25AD0
Text Example
Text Example
White with #A25AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25AD0; }
p { color: rgb(162,90,208); }
H1.HeaderClassName
{
color: #A25AD0;
}
.AnyTagClassName
{
color: #A25AD0;
}
</style>
background-color css
<style>
a { background-color: #A25AD0; }
a { background-color: rgb(162,90,208); }
div.DivClassName
{
background-color: #A25AD0;
}
.BgClassName
{
background-color: #A25AD0;
}
</style>
border-color css
<style>
span { border-color: #A25AD0; }
span { border-color: rgb(162,90,208); }
td.TdClassName
{
border-color: #A25AD0;
}
.TagClassName
{
border-color: #A25AD0;
}
</style>