Shades of Amethyst #A25BCF
Tints of Amethyst #A25BCF
RGB
CMYK
RGB Variations
Color information
#A25BCF (or 0xA25BCF) is known color: Amethyst. HEX triplet: A2, 5B and CF. RGB value is (162,91,207). Sum of RGB (Red+Green+Blue) = 162+91+207=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #A25BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BCF is #5DA430. Grayscale: #7D7D7D. Windows color (decimal): -6136881 or 13589410. OLE color: 13589410.
HSL color Cylindrical-coordinate representation of color #A25BCF: hue angle of 276.72º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A25BCF is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 91 | 207 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.19 |
| HSL | 276.72º | 0.55% | 0.58% | - |
| HSV(B) | 276.72º | 0.56% | 0.81% | - |
| XYZ | 29.9 | 19.67 | 61.25 | - |
| YUV | 125.45 | 174.02 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 207 | 0.22 | 0.56 | 0 | 0.19 | 276.72 | 0.55 | 0.58 |
| Hex | A2 | 5B | CF | 16 | 38 | 0 | 13 | 115 | 37 | 3A |
| Octal | 242 | 133 | 317 | 26 | 70 | 0 | 23 | 425 | 67 | 72 |
| Binary | 10100010 | 1011011 | 11001111 | 10110 | 111000 | 0 | 10011 | 100010101 | 110111 | 111010 |
Color Harmonies of #A25BCF
Complementary color
Monochromatic Colors of #A25BCF
Black with #A25BCF
Text Example
Text Example
White with #A25BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25BCF; }
p { color: rgb(162,91,207); }
H1.HeaderClassName
{
color: #A25BCF;
}
.AnyTagClassName
{
color: #A25BCF;
}
</style>
background-color css
<style>
a { background-color: #A25BCF; }
a { background-color: rgb(162,91,207); }
div.DivClassName
{
background-color: #A25BCF;
}
.BgClassName
{
background-color: #A25BCF;
}
</style>
border-color css
<style>
span { border-color: #A25BCF; }
span { border-color: rgb(162,91,207); }
td.TdClassName
{
border-color: #A25BCF;
}
.TagClassName
{
border-color: #A25BCF;
}
</style>