Shades of Amethyst #A25ACD
Tints of Amethyst #A25ACD
RGB
CMYK
RGB Variations
Color information
#A25ACD (or 0xA25ACD) is known color: Amethyst. HEX triplet: A2, 5A and CD. RGB value is (162,90,205). Sum of RGB (Red+Green+Blue) = 162+90+205=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #A25ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ACD is #5DA532. Grayscale: #7C7C7C. Windows color (decimal): -6137139 or 13458082. OLE color: 13458082.
HSL color Cylindrical-coordinate representation of color #A25ACD: hue angle of 277.57º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A25ACD is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 90 | 205 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.20 |
| HSL | 277.57º | 0.53% | 0.58% | - |
| HSV(B) | 277.57º | 0.56% | 0.8% | - |
| XYZ | 29.58 | 19.4 | 59.94 | - |
| YUV | 124.64 | 173.35 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 205 | 0.21 | 0.56 | 0 | 0.20 | 277.57 | 0.53 | 0.58 |
| Hex | A2 | 5A | CD | 15 | 38 | 0 | 14 | 116 | 35 | 3A |
| Octal | 242 | 132 | 315 | 25 | 70 | 0 | 24 | 426 | 65 | 72 |
| Binary | 10100010 | 1011010 | 11001101 | 10101 | 111000 | 0 | 10100 | 100010110 | 110101 | 111010 |
Color Harmonies of #A25ACD
Complementary color
Monochromatic Colors of #A25ACD
Black with #A25ACD
Text Example
Text Example
White with #A25ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25ACD; }
p { color: rgb(162,90,205); }
H1.HeaderClassName
{
color: #A25ACD;
}
.AnyTagClassName
{
color: #A25ACD;
}
</style>
background-color css
<style>
a { background-color: #A25ACD; }
a { background-color: rgb(162,90,205); }
div.DivClassName
{
background-color: #A25ACD;
}
.BgClassName
{
background-color: #A25ACD;
}
</style>
border-color css
<style>
span { border-color: #A25ACD; }
span { border-color: rgb(162,90,205); }
td.TdClassName
{
border-color: #A25ACD;
}
.TagClassName
{
border-color: #A25ACD;
}
</style>