Shades of Amethyst #A265DC
Tints of Amethyst #A265DC
RGB
CMYK
RGB Variations
Color information
#A265DC (or 0xA265DC) is known color: Amethyst. HEX triplet: A2, 65 and DC. RGB value is (162,101,220). Sum of RGB (Red+Green+Blue) = 162+101+220=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #A265DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A265DC is #5D9A23. Grayscale: #848484. Windows color (decimal): -6134308 or 14443938. OLE color: 14443938.
HSL color Cylindrical-coordinate representation of color #A265DC: hue angle of 270.76º 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 #A265DC is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 101 | 220 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.14 |
| HSL | 270.76º | 0.63% | 0.63% | - |
| HSV(B) | 270.76º | 0.54% | 0.86% | - |
| XYZ | 32.47 | 22.16 | 70.28 | - |
| YUV | 132.81 | 177.21 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 220 | 0.26 | 0.54 | 0 | 0.14 | 270.76 | 0.63 | 0.63 |
| Hex | A2 | 65 | DC | 1A | 36 | 0 | E | 10F | 3F | 3F |
| Octal | 242 | 145 | 334 | 32 | 66 | 0 | 16 | 417 | 77 | 77 |
| Binary | 10100010 | 1100101 | 11011100 | 11010 | 110110 | 0 | 1110 | 100001111 | 111111 | 111111 |
Color Harmonies of #A265DC
Complementary color
Monochromatic Colors of #A265DC
Black with #A265DC
Text Example
Text Example
White with #A265DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A265DC; }
p { color: rgb(162,101,220); }
H1.HeaderClassName
{
color: #A265DC;
}
.AnyTagClassName
{
color: #A265DC;
}
</style>
background-color css
<style>
a { background-color: #A265DC; }
a { background-color: rgb(162,101,220); }
div.DivClassName
{
background-color: #A265DC;
}
.BgClassName
{
background-color: #A265DC;
}
</style>
border-color css
<style>
span { border-color: #A265DC; }
span { border-color: rgb(162,101,220); }
td.TdClassName
{
border-color: #A265DC;
}
.TagClassName
{
border-color: #A265DC;
}
</style>