Shades of Amethyst #A260CF
Tints of Amethyst #A260CF
RGB
CMYK
RGB Variations
Color information
#A260CF (or 0xA260CF) is known color: Amethyst. HEX triplet: A2, 60 and CF. RGB value is (162,96,207). Sum of RGB (Red+Green+Blue) = 162+96+207=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #A260CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A260CF is #5D9F30. Grayscale: #808080. Windows color (decimal): -6135601 or 13590690. OLE color: 13590690.
HSL color Cylindrical-coordinate representation of color #A260CF: hue angle of 275.68º 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 #A260CF is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 96 | 207 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.19 |
| HSL | 275.68º | 0.54% | 0.59% | - |
| HSV(B) | 275.68º | 0.54% | 0.81% | - |
| XYZ | 30.35 | 20.55 | 61.4 | - |
| YUV | 128.39 | 172.37 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 207 | 0.22 | 0.54 | 0 | 0.19 | 275.68 | 0.54 | 0.59 |
| Hex | A2 | 60 | CF | 16 | 36 | 0 | 13 | 114 | 36 | 3B |
| Octal | 242 | 140 | 317 | 26 | 66 | 0 | 23 | 424 | 66 | 73 |
| Binary | 10100010 | 1100000 | 11001111 | 10110 | 110110 | 0 | 10011 | 100010100 | 110110 | 111011 |
Color Harmonies of #A260CF
Complementary color
Monochromatic Colors of #A260CF
Black with #A260CF
Text Example
Text Example
White with #A260CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A260CF; }
p { color: rgb(162,96,207); }
H1.HeaderClassName
{
color: #A260CF;
}
.AnyTagClassName
{
color: #A260CF;
}
</style>
background-color css
<style>
a { background-color: #A260CF; }
a { background-color: rgb(162,96,207); }
div.DivClassName
{
background-color: #A260CF;
}
.BgClassName
{
background-color: #A260CF;
}
</style>
border-color css
<style>
span { border-color: #A260CF; }
span { border-color: rgb(162,96,207); }
td.TdClassName
{
border-color: #A260CF;
}
.TagClassName
{
border-color: #A260CF;
}
</style>