Shades of Amethyst #A065DC
Tints of Amethyst #A065DC
RGB
CMYK
RGB Variations
Color information
#A065DC (or 0xA065DC) is known color: Amethyst. HEX triplet: A0, 65 and DC. RGB value is (160,101,220). Sum of RGB (Red+Green+Blue) = 160+101+220=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #A065DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A065DC is #5F9A23. Grayscale: #838383. Windows color (decimal): -6265380 or 14443936. OLE color: 14443936.
HSL color Cylindrical-coordinate representation of color #A065DC: hue angle of 269.75º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A065DC is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 101 | 220 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.14 |
| HSL | 269.75º | 0.63% | 0.63% | - |
| HSV(B) | 269.75º | 0.54% | 0.86% | - |
| XYZ | 32.07 | 21.95 | 70.26 | - |
| YUV | 132.21 | 177.55 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 220 | 0.27 | 0.54 | 0 | 0.14 | 269.75 | 0.63 | 0.63 |
| Hex | A0 | 65 | DC | 1B | 36 | 0 | E | 10E | 3F | 3F |
| Octal | 240 | 145 | 334 | 33 | 66 | 0 | 16 | 416 | 77 | 77 |
| Binary | 10100000 | 1100101 | 11011100 | 11011 | 110110 | 0 | 1110 | 100001110 | 111111 | 111111 |
Color Harmonies of #A065DC
Complementary color
Monochromatic Colors of #A065DC
Black with #A065DC
Text Example
Text Example
White with #A065DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A065DC; }
p { color: rgb(160,101,220); }
H1.HeaderClassName
{
color: #A065DC;
}
.AnyTagClassName
{
color: #A065DC;
}
</style>
background-color css
<style>
a { background-color: #A065DC; }
a { background-color: rgb(160,101,220); }
div.DivClassName
{
background-color: #A065DC;
}
.BgClassName
{
background-color: #A065DC;
}
</style>
border-color css
<style>
span { border-color: #A065DC; }
span { border-color: rgb(160,101,220); }
td.TdClassName
{
border-color: #A065DC;
}
.TagClassName
{
border-color: #A065DC;
}
</style>