Shades of Amethyst #A25FCF
Tints of Amethyst #A25FCF
RGB
CMYK
RGB Variations
Color information
#A25FCF (or 0xA25FCF) is known color: Amethyst. HEX triplet: A2, 5F and CF. RGB value is (162,95,207). Sum of RGB (Red+Green+Blue) = 162+95+207=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #A25FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FCF is #5DA030. Grayscale: #7F7F7F. Windows color (decimal): -6135857 or 13590434. OLE color: 13590434.
HSL color Cylindrical-coordinate representation of color #A25FCF: hue angle of 275.89º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A25FCF is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 95 | 207 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.19 |
| HSL | 275.89º | 0.54% | 0.59% | - |
| HSV(B) | 275.89º | 0.54% | 0.81% | - |
| XYZ | 30.25 | 20.37 | 61.37 | - |
| YUV | 127.8 | 172.7 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 207 | 0.22 | 0.54 | 0 | 0.19 | 275.89 | 0.54 | 0.59 |
| Hex | A2 | 5F | CF | 16 | 36 | 0 | 13 | 114 | 36 | 3B |
| Octal | 242 | 137 | 317 | 26 | 66 | 0 | 23 | 424 | 66 | 73 |
| Binary | 10100010 | 1011111 | 11001111 | 10110 | 110110 | 0 | 10011 | 100010100 | 110110 | 111011 |
Color Harmonies of #A25FCF
Complementary color
Monochromatic Colors of #A25FCF
Black with #A25FCF
Text Example
Text Example
White with #A25FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25FCF; }
p { color: rgb(162,95,207); }
H1.HeaderClassName
{
color: #A25FCF;
}
.AnyTagClassName
{
color: #A25FCF;
}
</style>
background-color css
<style>
a { background-color: #A25FCF; }
a { background-color: rgb(162,95,207); }
div.DivClassName
{
background-color: #A25FCF;
}
.BgClassName
{
background-color: #A25FCF;
}
</style>
border-color css
<style>
span { border-color: #A25FCF; }
span { border-color: rgb(162,95,207); }
td.TdClassName
{
border-color: #A25FCF;
}
.TagClassName
{
border-color: #A25FCF;
}
</style>