Shades of Amethyst #A25BCC
Tints of Amethyst #A25BCC
RGB
CMYK
RGB Variations
Color information
#A25BCC (or 0xA25BCC) is known color: Amethyst. HEX triplet: A2, 5B and CC. RGB value is (162,91,204). Sum of RGB (Red+Green+Blue) = 162+91+204=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #A25BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BCC is #5DA433. Grayscale: #7C7C7C. Windows color (decimal): -6136884 or 13392802. OLE color: 13392802.
HSL color Cylindrical-coordinate representation of color #A25BCC: hue angle of 277.7º 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 #A25BCC is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 91 | 204 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.2 |
| HSL | 277.7º | 0.53% | 0.58% | - |
| HSV(B) | 277.7º | 0.55% | 0.8% | - |
| XYZ | 29.54 | 19.52 | 59.34 | - |
| YUV | 125.11 | 172.52 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 204 | 0.21 | 0.55 | 0 | 0.2 | 277.7 | 0.53 | 0.58 |
| Hex | A2 | 5B | CC | 15 | 37 | 0 | 14 | 116 | 35 | 3A |
| Octal | 242 | 133 | 314 | 25 | 67 | 0 | 24 | 426 | 65 | 72 |
| Binary | 10100010 | 1011011 | 11001100 | 10101 | 110111 | 0 | 10100 | 100010110 | 110101 | 111010 |
Color Harmonies of #A25BCC
Complementary color
Monochromatic Colors of #A25BCC
Black with #A25BCC
Text Example
Text Example
White with #A25BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25BCC; }
p { color: rgb(162,91,204); }
H1.HeaderClassName
{
color: #A25BCC;
}
.AnyTagClassName
{
color: #A25BCC;
}
</style>
background-color css
<style>
a { background-color: #A25BCC; }
a { background-color: rgb(162,91,204); }
div.DivClassName
{
background-color: #A25BCC;
}
.BgClassName
{
background-color: #A25BCC;
}
</style>
border-color css
<style>
span { border-color: #A25BCC; }
span { border-color: rgb(162,91,204); }
td.TdClassName
{
border-color: #A25BCC;
}
.TagClassName
{
border-color: #A25BCC;
}
</style>