Shades of Amethyst #A25ACC
Tints of Amethyst #A25ACC
RGB
CMYK
RGB Variations
Color information
#A25ACC (or 0xA25ACC) is known color: Amethyst. HEX triplet: A2, 5A and CC. RGB value is (162,90,204). Sum of RGB (Red+Green+Blue) = 162+90+204=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #A25ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ACC is #5DA533. Grayscale: #7C7C7C. Windows color (decimal): -6137140 or 13392546. OLE color: 13392546.
HSL color Cylindrical-coordinate representation of color #A25ACC: hue angle of 277.89º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A25ACC is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 90 | 204 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.2 |
| HSL | 277.89º | 0.53% | 0.58% | - |
| HSV(B) | 277.89º | 0.56% | 0.8% | - |
| XYZ | 29.46 | 19.35 | 59.31 | - |
| YUV | 124.52 | 172.85 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 204 | 0.21 | 0.56 | 0 | 0.2 | 277.89 | 0.53 | 0.58 |
| Hex | A2 | 5A | CC | 15 | 38 | 0 | 14 | 116 | 35 | 3A |
| Octal | 242 | 132 | 314 | 25 | 70 | 0 | 24 | 426 | 65 | 72 |
| Binary | 10100010 | 1011010 | 11001100 | 10101 | 111000 | 0 | 10100 | 100010110 | 110101 | 111010 |
Color Harmonies of #A25ACC
Complementary color
Monochromatic Colors of #A25ACC
Black with #A25ACC
Text Example
Text Example
White with #A25ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25ACC; }
p { color: rgb(162,90,204); }
H1.HeaderClassName
{
color: #A25ACC;
}
.AnyTagClassName
{
color: #A25ACC;
}
</style>
background-color css
<style>
a { background-color: #A25ACC; }
a { background-color: rgb(162,90,204); }
div.DivClassName
{
background-color: #A25ACC;
}
.BgClassName
{
background-color: #A25ACC;
}
</style>
border-color css
<style>
span { border-color: #A25ACC; }
span { border-color: rgb(162,90,204); }
td.TdClassName
{
border-color: #A25ACC;
}
.TagClassName
{
border-color: #A25ACC;
}
</style>