Shades of Amethyst #A25ACF
Tints of Amethyst #A25ACF
RGB
CMYK
RGB Variations
Color information
#A25ACF (or 0xA25ACF) is known color: Amethyst. HEX triplet: A2, 5A and CF. RGB value is (162,90,207). Sum of RGB (Red+Green+Blue) = 162+90+207=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #A25ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ACF is #5DA530. Grayscale: #7C7C7C. Windows color (decimal): -6137137 or 13589154. OLE color: 13589154.
HSL color Cylindrical-coordinate representation of color #A25ACF: hue angle of 276.92º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A25ACF is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 90 | 207 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.19 |
| HSL | 276.92º | 0.55% | 0.58% | - |
| HSV(B) | 276.92º | 0.57% | 0.81% | - |
| XYZ | 29.82 | 19.5 | 61.22 | - |
| YUV | 124.87 | 174.35 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 207 | 0.22 | 0.57 | 0 | 0.19 | 276.92 | 0.55 | 0.58 |
| Hex | A2 | 5A | CF | 16 | 39 | 0 | 13 | 115 | 37 | 3A |
| Octal | 242 | 132 | 317 | 26 | 71 | 0 | 23 | 425 | 67 | 72 |
| Binary | 10100010 | 1011010 | 11001111 | 10110 | 111001 | 0 | 10011 | 100010101 | 110111 | 111010 |
Color Harmonies of #A25ACF
Complementary color
Monochromatic Colors of #A25ACF
Black with #A25ACF
Text Example
Text Example
White with #A25ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25ACF; }
p { color: rgb(162,90,207); }
H1.HeaderClassName
{
color: #A25ACF;
}
.AnyTagClassName
{
color: #A25ACF;
}
</style>
background-color css
<style>
a { background-color: #A25ACF; }
a { background-color: rgb(162,90,207); }
div.DivClassName
{
background-color: #A25ACF;
}
.BgClassName
{
background-color: #A25ACF;
}
</style>
border-color css
<style>
span { border-color: #A25ACF; }
span { border-color: rgb(162,90,207); }
td.TdClassName
{
border-color: #A25ACF;
}
.TagClassName
{
border-color: #A25ACF;
}
</style>