Shades of Amethyst #A265DB
Tints of Amethyst #A265DB
RGB
CMYK
RGB Variations
Color information
#A265DB (or 0xA265DB) is known color: Amethyst. HEX triplet: A2, 65 and DB. RGB value is (162,101,219). Sum of RGB (Red+Green+Blue) = 162+101+219=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #A265DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A265DB is #5D9A24. Grayscale: #848484. Windows color (decimal): -6134309 or 14378402. OLE color: 14378402.
HSL color Cylindrical-coordinate representation of color #A265DB: hue angle of 271.02º degrees, saturation: 0.62, 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 #A265DB is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 101 | 219 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.14 |
| HSL | 271.02º | 0.62% | 0.63% | - |
| HSV(B) | 271.02º | 0.54% | 0.86% | - |
| XYZ | 32.34 | 22.1 | 69.58 | - |
| YUV | 132.69 | 176.71 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 219 | 0.26 | 0.54 | 0 | 0.14 | 271.02 | 0.62 | 0.63 |
| Hex | A2 | 65 | DB | 1A | 36 | 0 | E | 10F | 3E | 3F |
| Octal | 242 | 145 | 333 | 32 | 66 | 0 | 16 | 417 | 76 | 77 |
| Binary | 10100010 | 1100101 | 11011011 | 11010 | 110110 | 0 | 1110 | 100001111 | 111110 | 111111 |
Color Harmonies of #A265DB
Complementary color
Monochromatic Colors of #A265DB
Black with #A265DB
Text Example
Text Example
White with #A265DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A265DB; }
p { color: rgb(162,101,219); }
H1.HeaderClassName
{
color: #A265DB;
}
.AnyTagClassName
{
color: #A265DB;
}
</style>
background-color css
<style>
a { background-color: #A265DB; }
a { background-color: rgb(162,101,219); }
div.DivClassName
{
background-color: #A265DB;
}
.BgClassName
{
background-color: #A265DB;
}
</style>
border-color css
<style>
span { border-color: #A265DB; }
span { border-color: rgb(162,101,219); }
td.TdClassName
{
border-color: #A265DB;
}
.TagClassName
{
border-color: #A265DB;
}
</style>