Shades of Amethyst #A25FCC
Tints of Amethyst #A25FCC
RGB
CMYK
RGB Variations
Color information
#A25FCC (or 0xA25FCC) is known color: Amethyst. HEX triplet: A2, 5F and CC. RGB value is (162,95,204). Sum of RGB (Red+Green+Blue) = 162+95+204=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #A25FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FCC is #5DA033. Grayscale: #7F7F7F. Windows color (decimal): -6135860 or 13393826. OLE color: 13393826.
HSL color Cylindrical-coordinate representation of color #A25FCC: hue angle of 276.88º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A25FCC is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 95 | 204 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.2 |
| HSL | 276.88º | 0.52% | 0.59% | - |
| HSV(B) | 276.88º | 0.53% | 0.8% | - |
| XYZ | 29.89 | 20.23 | 59.46 | - |
| YUV | 127.46 | 171.2 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 204 | 0.21 | 0.53 | 0 | 0.2 | 276.88 | 0.52 | 0.59 |
| Hex | A2 | 5F | CC | 15 | 35 | 0 | 14 | 115 | 34 | 3B |
| Octal | 242 | 137 | 314 | 25 | 65 | 0 | 24 | 425 | 64 | 73 |
| Binary | 10100010 | 1011111 | 11001100 | 10101 | 110101 | 0 | 10100 | 100010101 | 110100 | 111011 |
Color Harmonies of #A25FCC
Complementary color
Monochromatic Colors of #A25FCC
Black with #A25FCC
Text Example
Text Example
White with #A25FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25FCC; }
p { color: rgb(162,95,204); }
H1.HeaderClassName
{
color: #A25FCC;
}
.AnyTagClassName
{
color: #A25FCC;
}
</style>
background-color css
<style>
a { background-color: #A25FCC; }
a { background-color: rgb(162,95,204); }
div.DivClassName
{
background-color: #A25FCC;
}
.BgClassName
{
background-color: #A25FCC;
}
</style>
border-color css
<style>
span { border-color: #A25FCC; }
span { border-color: rgb(162,95,204); }
td.TdClassName
{
border-color: #A25FCC;
}
.TagClassName
{
border-color: #A25FCC;
}
</style>