Shades of Amethyst #A065CE
Tints of Amethyst #A065CE
RGB
CMYK
RGB Variations
Color information
#A065CE (or 0xA065CE) is known color: Amethyst. HEX triplet: A0, 65 and CE. RGB value is (160,101,206). Sum of RGB (Red+Green+Blue) = 160+101+206=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #A065CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A065CE is #5F9A31. Grayscale: #828282. Windows color (decimal): -6265394 or 13526432. OLE color: 13526432.
HSL color Cylindrical-coordinate representation of color #A065CE: hue angle of 273.71º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A065CE is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 101 | 206 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.19 |
| HSL | 273.71º | 0.52% | 0.6% | - |
| HSV(B) | 273.71º | 0.51% | 0.81% | - |
| XYZ | 30.29 | 21.24 | 60.9 | - |
| YUV | 130.61 | 170.55 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 206 | 0.22 | 0.51 | 0 | 0.19 | 273.71 | 0.52 | 0.6 |
| Hex | A0 | 65 | CE | 16 | 33 | 0 | 13 | 112 | 34 | 3C |
| Octal | 240 | 145 | 316 | 26 | 63 | 0 | 23 | 422 | 64 | 74 |
| Binary | 10100000 | 1100101 | 11001110 | 10110 | 110011 | 0 | 10011 | 100010010 | 110100 | 111100 |
Color Harmonies of #A065CE
Complementary color
Monochromatic Colors of #A065CE
Black with #A065CE
Text Example
Text Example
White with #A065CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A065CE; }
p { color: rgb(160,101,206); }
H1.HeaderClassName
{
color: #A065CE;
}
.AnyTagClassName
{
color: #A065CE;
}
</style>
background-color css
<style>
a { background-color: #A065CE; }
a { background-color: rgb(160,101,206); }
div.DivClassName
{
background-color: #A065CE;
}
.BgClassName
{
background-color: #A065CE;
}
</style>
border-color css
<style>
span { border-color: #A065CE; }
span { border-color: rgb(160,101,206); }
td.TdClassName
{
border-color: #A065CE;
}
.TagClassName
{
border-color: #A065CE;
}
</style>