Shades of Amethyst #A25FCD
Tints of Amethyst #A25FCD
RGB
CMYK
RGB Variations
Color information
#A25FCD (or 0xA25FCD) is known color: Amethyst. HEX triplet: A2, 5F and CD. RGB value is (162,95,205). Sum of RGB (Red+Green+Blue) = 162+95+205=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #A25FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FCD is #5DA032. Grayscale: #7F7F7F. Windows color (decimal): -6135859 or 13459362. OLE color: 13459362.
HSL color Cylindrical-coordinate representation of color #A25FCD: hue angle of 276.55º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A25FCD is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 95 | 205 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.20 |
| HSL | 276.55º | 0.52% | 0.59% | - |
| HSV(B) | 276.55º | 0.54% | 0.8% | - |
| XYZ | 30.01 | 20.27 | 60.09 | - |
| YUV | 127.57 | 171.7 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 205 | 0.21 | 0.54 | 0 | 0.20 | 276.55 | 0.52 | 0.59 |
| Hex | A2 | 5F | CD | 15 | 36 | 0 | 14 | 115 | 34 | 3B |
| Octal | 242 | 137 | 315 | 25 | 66 | 0 | 24 | 425 | 64 | 73 |
| Binary | 10100010 | 1011111 | 11001101 | 10101 | 110110 | 0 | 10100 | 100010101 | 110100 | 111011 |
Color Harmonies of #A25FCD
Complementary color
Monochromatic Colors of #A25FCD
Black with #A25FCD
Text Example
Text Example
White with #A25FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25FCD; }
p { color: rgb(162,95,205); }
H1.HeaderClassName
{
color: #A25FCD;
}
.AnyTagClassName
{
color: #A25FCD;
}
</style>
background-color css
<style>
a { background-color: #A25FCD; }
a { background-color: rgb(162,95,205); }
div.DivClassName
{
background-color: #A25FCD;
}
.BgClassName
{
background-color: #A25FCD;
}
</style>
border-color css
<style>
span { border-color: #A25FCD; }
span { border-color: rgb(162,95,205); }
td.TdClassName
{
border-color: #A25FCD;
}
.TagClassName
{
border-color: #A25FCD;
}
</style>