Shades of Amethyst #A25CCD
Tints of Amethyst #A25CCD
RGB
CMYK
RGB Variations
Color information
#A25CCD (or 0xA25CCD) is known color: Amethyst. HEX triplet: A2, 5C and CD. RGB value is (162,92,205). Sum of RGB (Red+Green+Blue) = 162+92+205=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #A25CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25CCD is #5DA332. Grayscale: #7D7D7D. Windows color (decimal): -6136627 or 13458594. OLE color: 13458594.
HSL color Cylindrical-coordinate representation of color #A25CCD: hue angle of 277.17º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A25CCD is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 92 | 205 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.20 |
| HSL | 277.17º | 0.53% | 0.58% | - |
| HSV(B) | 277.17º | 0.55% | 0.8% | - |
| XYZ | 29.75 | 19.74 | 60 | - |
| YUV | 125.81 | 172.69 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 92 | 205 | 0.21 | 0.55 | 0 | 0.20 | 277.17 | 0.53 | 0.58 |
| Hex | A2 | 5C | CD | 15 | 37 | 0 | 14 | 115 | 35 | 3A |
| Octal | 242 | 134 | 315 | 25 | 67 | 0 | 24 | 425 | 65 | 72 |
| Binary | 10100010 | 1011100 | 11001101 | 10101 | 110111 | 0 | 10100 | 100010101 | 110101 | 111010 |
Color Harmonies of #A25CCD
Complementary color
Monochromatic Colors of #A25CCD
Black with #A25CCD
Text Example
Text Example
White with #A25CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25CCD; }
p { color: rgb(162,92,205); }
H1.HeaderClassName
{
color: #A25CCD;
}
.AnyTagClassName
{
color: #A25CCD;
}
</style>
background-color css
<style>
a { background-color: #A25CCD; }
a { background-color: rgb(162,92,205); }
div.DivClassName
{
background-color: #A25CCD;
}
.BgClassName
{
background-color: #A25CCD;
}
</style>
border-color css
<style>
span { border-color: #A25CCD; }
span { border-color: rgb(162,92,205); }
td.TdClassName
{
border-color: #A25CCD;
}
.TagClassName
{
border-color: #A25CCD;
}
</style>