Shades of Amethyst #A25AD2
Tints of Amethyst #A25AD2
RGB
CMYK
RGB Variations
Color information
#A25AD2 (or 0xA25AD2) is known color: Amethyst. HEX triplet: A2, 5A and D2. RGB value is (162,90,210). Sum of RGB (Red+Green+Blue) = 162+90+210=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 210 (82.42% from 255 or 45.45% from 462); Max value from RGB is 210 - color contains mainly: blue. Hex color #A25AD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25AD2 is #5DA52D. Grayscale: #7C7C7C. Windows color (decimal): -6137134 or 13785762. OLE color: 13785762.
HSL color Cylindrical-coordinate representation of color #A25AD2: hue angle of 276º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A25AD2 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 90 | 210 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.18 |
| HSL | 276º | 0.57% | 0.59% | - |
| HSV(B) | 276º | 0.57% | 0.82% | - |
| XYZ | 30.19 | 19.65 | 63.17 | - |
| YUV | 125.21 | 175.85 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 210 | 0.23 | 0.57 | 0 | 0.18 | 276 | 0.57 | 0.59 |
| Hex | A2 | 5A | D2 | 17 | 39 | 0 | 12 | 114 | 39 | 3B |
| Octal | 242 | 132 | 322 | 27 | 71 | 0 | 22 | 424 | 71 | 73 |
| Binary | 10100010 | 1011010 | 11010010 | 10111 | 111001 | 0 | 10010 | 100010100 | 111001 | 111011 |
Color Harmonies of #A25AD2
Complementary color
Monochromatic Colors of #A25AD2
Black with #A25AD2
Text Example
Text Example
White with #A25AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25AD2; }
p { color: rgb(162,90,210); }
H1.HeaderClassName
{
color: #A25AD2;
}
.AnyTagClassName
{
color: #A25AD2;
}
</style>
background-color css
<style>
a { background-color: #A25AD2; }
a { background-color: rgb(162,90,210); }
div.DivClassName
{
background-color: #A25AD2;
}
.BgClassName
{
background-color: #A25AD2;
}
</style>
border-color css
<style>
span { border-color: #A25AD2; }
span { border-color: rgb(162,90,210); }
td.TdClassName
{
border-color: #A25AD2;
}
.TagClassName
{
border-color: #A25AD2;
}
</style>