Shades of Amethyst #A065C2
Tints of Amethyst #A065C2
RGB
CMYK
RGB Variations
Color information
#A065C2 (or 0xA065C2) is known color: Amethyst. HEX triplet: A0, 65 and C2. RGB value is (160,101,194). Sum of RGB (Red+Green+Blue) = 160+101+194=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 194 - color contains mainly: blue. Hex color #A065C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A065C2 is #5F9A3D. Grayscale: #808080. Windows color (decimal): -6265406 or 12740000. OLE color: 12740000.
HSL color Cylindrical-coordinate representation of color #A065C2: hue angle of 278.06º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A065C2 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 101 | 194 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.24 |
| HSL | 278.06º | 0.43% | 0.58% | - |
| HSV(B) | 278.06º | 0.48% | 0.76% | - |
| XYZ | 28.89 | 20.68 | 53.51 | - |
| YUV | 129.24 | 164.55 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 194 | 0.18 | 0.48 | 0 | 0.24 | 278.06 | 0.43 | 0.58 |
| Hex | A0 | 65 | C2 | 12 | 30 | 0 | 18 | 116 | 2B | 3A |
| Octal | 240 | 145 | 302 | 22 | 60 | 0 | 30 | 426 | 53 | 72 |
| Binary | 10100000 | 1100101 | 11000010 | 10010 | 110000 | 0 | 11000 | 100010110 | 101011 | 111010 |
Color Harmonies of #A065C2
Complementary color
Monochromatic Colors of #A065C2
Black with #A065C2
Text Example
Text Example
White with #A065C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A065C2; }
p { color: rgb(160,101,194); }
H1.HeaderClassName
{
color: #A065C2;
}
.AnyTagClassName
{
color: #A065C2;
}
</style>
background-color css
<style>
a { background-color: #A065C2; }
a { background-color: rgb(160,101,194); }
div.DivClassName
{
background-color: #A065C2;
}
.BgClassName
{
background-color: #A065C2;
}
</style>
border-color css
<style>
span { border-color: #A065C2; }
span { border-color: rgb(160,101,194); }
td.TdClassName
{
border-color: #A065C2;
}
.TagClassName
{
border-color: #A065C2;
}
</style>