Shades of Amethyst #A260CE
Tints of Amethyst #A260CE
RGB
CMYK
RGB Variations
Color information
#A260CE (or 0xA260CE) is known color: Amethyst. HEX triplet: A2, 60 and CE. RGB value is (162,96,206). Sum of RGB (Red+Green+Blue) = 162+96+206=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #A260CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A260CE is #5D9F31. Grayscale: #7F7F7F. Windows color (decimal): -6135602 or 13525154. OLE color: 13525154.
HSL color Cylindrical-coordinate representation of color #A260CE: hue angle of 276º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A260CE is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 96 | 206 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.19 |
| HSL | 276º | 0.53% | 0.59% | - |
| HSV(B) | 276º | 0.53% | 0.81% | - |
| XYZ | 30.22 | 20.5 | 60.76 | - |
| YUV | 128.27 | 171.87 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 206 | 0.21 | 0.53 | 0 | 0.19 | 276 | 0.53 | 0.59 |
| Hex | A2 | 60 | CE | 15 | 35 | 0 | 13 | 114 | 35 | 3B |
| Octal | 242 | 140 | 316 | 25 | 65 | 0 | 23 | 424 | 65 | 73 |
| Binary | 10100010 | 1100000 | 11001110 | 10101 | 110101 | 0 | 10011 | 100010100 | 110101 | 111011 |
Color Harmonies of #A260CE
Complementary color
Monochromatic Colors of #A260CE
Black with #A260CE
Text Example
Text Example
White with #A260CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A260CE; }
p { color: rgb(162,96,206); }
H1.HeaderClassName
{
color: #A260CE;
}
.AnyTagClassName
{
color: #A260CE;
}
</style>
background-color css
<style>
a { background-color: #A260CE; }
a { background-color: rgb(162,96,206); }
div.DivClassName
{
background-color: #A260CE;
}
.BgClassName
{
background-color: #A260CE;
}
</style>
border-color css
<style>
span { border-color: #A260CE; }
span { border-color: rgb(162,96,206); }
td.TdClassName
{
border-color: #A260CE;
}
.TagClassName
{
border-color: #A260CE;
}
</style>