Shades of Amethyst #A25CCC
Tints of Amethyst #A25CCC
RGB
CMYK
RGB Variations
Color information
#A25CCC (or 0xA25CCC) is known color: Amethyst. HEX triplet: A2, 5C and CC. RGB value is (162,92,204). Sum of RGB (Red+Green+Blue) = 162+92+204=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #A25CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25CCC is #5DA333. Grayscale: #7D7D7D. Windows color (decimal): -6136628 or 13393058. OLE color: 13393058.
HSL color Cylindrical-coordinate representation of color #A25CCC: hue angle of 277.5º degrees, saturation: 0.52, 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 #A25CCC is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 92 | 204 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.2 |
| HSL | 277.5º | 0.52% | 0.58% | - |
| HSV(B) | 277.5º | 0.55% | 0.8% | - |
| XYZ | 29.63 | 19.7 | 59.37 | - |
| YUV | 125.7 | 172.19 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 92 | 204 | 0.21 | 0.55 | 0 | 0.2 | 277.5 | 0.52 | 0.58 |
| Hex | A2 | 5C | CC | 15 | 37 | 0 | 14 | 116 | 34 | 3A |
| Octal | 242 | 134 | 314 | 25 | 67 | 0 | 24 | 426 | 64 | 72 |
| Binary | 10100010 | 1011100 | 11001100 | 10101 | 110111 | 0 | 10100 | 100010110 | 110100 | 111010 |
Color Harmonies of #A25CCC
Complementary color
Monochromatic Colors of #A25CCC
Black with #A25CCC
Text Example
Text Example
White with #A25CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25CCC; }
p { color: rgb(162,92,204); }
H1.HeaderClassName
{
color: #A25CCC;
}
.AnyTagClassName
{
color: #A25CCC;
}
</style>
background-color css
<style>
a { background-color: #A25CCC; }
a { background-color: rgb(162,92,204); }
div.DivClassName
{
background-color: #A25CCC;
}
.BgClassName
{
background-color: #A25CCC;
}
</style>
border-color css
<style>
span { border-color: #A25CCC; }
span { border-color: rgb(162,92,204); }
td.TdClassName
{
border-color: #A25CCC;
}
.TagClassName
{
border-color: #A25CCC;
}
</style>