Shades of Amethyst #A25CD3
Tints of Amethyst #A25CD3
RGB
CMYK
RGB Variations
Color information
#A25CD3 (or 0xA25CD3) is known color: Amethyst. HEX triplet: A2, 5C and D3. RGB value is (162,92,211). Sum of RGB (Red+Green+Blue) = 162+92+211=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 211 - color contains mainly: blue. Hex color #A25CD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25CD3 is #5DA32C. Grayscale: #7E7E7E. Windows color (decimal): -6136621 or 13851810. OLE color: 13851810.
HSL color Cylindrical-coordinate representation of color #A25CD3: hue angle of 275.29º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A25CD3 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 92 | 211 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.17 |
| HSL | 275.29º | 0.57% | 0.59% | - |
| HSV(B) | 275.29º | 0.56% | 0.83% | - |
| XYZ | 30.49 | 20.04 | 63.89 | - |
| YUV | 126.5 | 175.69 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 92 | 211 | 0.23 | 0.56 | 0 | 0.17 | 275.29 | 0.57 | 0.59 |
| Hex | A2 | 5C | D3 | 17 | 38 | 0 | 11 | 113 | 39 | 3B |
| Octal | 242 | 134 | 323 | 27 | 70 | 0 | 21 | 423 | 71 | 73 |
| Binary | 10100010 | 1011100 | 11010011 | 10111 | 111000 | 0 | 10001 | 100010011 | 111001 | 111011 |
Color Harmonies of #A25CD3
Complementary color
Monochromatic Colors of #A25CD3
Black with #A25CD3
Text Example
Text Example
White with #A25CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25CD3; }
p { color: rgb(162,92,211); }
H1.HeaderClassName
{
color: #A25CD3;
}
.AnyTagClassName
{
color: #A25CD3;
}
</style>
background-color css
<style>
a { background-color: #A25CD3; }
a { background-color: rgb(162,92,211); }
div.DivClassName
{
background-color: #A25CD3;
}
.BgClassName
{
background-color: #A25CD3;
}
</style>
border-color css
<style>
span { border-color: #A25CD3; }
span { border-color: rgb(162,92,211); }
td.TdClassName
{
border-color: #A25CD3;
}
.TagClassName
{
border-color: #A25CD3;
}
</style>