Shades of Amethyst #A765DB
Tints of Amethyst #A765DB
RGB
CMYK
RGB Variations
Color information
#A765DB (or 0xA765DB) is known color: Amethyst. HEX triplet: A7, 65 and DB. RGB value is (167,101,219). Sum of RGB (Red+Green+Blue) = 167+101+219=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #A765DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A765DB is #589A24. Grayscale: #858585. Windows color (decimal): -5806629 or 14378407. OLE color: 14378407.
HSL color Cylindrical-coordinate representation of color #A765DB: hue angle of 273.56º 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 #A765DB is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 101 | 219 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.14 |
| HSL | 273.56º | 0.62% | 0.63% | - |
| HSV(B) | 273.56º | 0.54% | 0.86% | - |
| XYZ | 33.38 | 22.64 | 69.63 | - |
| YUV | 134.19 | 175.87 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 101 | 219 | 0.24 | 0.54 | 0 | 0.14 | 273.56 | 0.62 | 0.63 |
| Hex | A7 | 65 | DB | 18 | 36 | 0 | E | 112 | 3E | 3F |
| Octal | 247 | 145 | 333 | 30 | 66 | 0 | 16 | 422 | 76 | 77 |
| Binary | 10100111 | 1100101 | 11011011 | 11000 | 110110 | 0 | 1110 | 100010010 | 111110 | 111111 |
Color Harmonies of #A765DB
Complementary color
Monochromatic Colors of #A765DB
Black with #A765DB
Text Example
Text Example
White with #A765DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A765DB; }
p { color: rgb(167,101,219); }
H1.HeaderClassName
{
color: #A765DB;
}
.AnyTagClassName
{
color: #A765DB;
}
</style>
background-color css
<style>
a { background-color: #A765DB; }
a { background-color: rgb(167,101,219); }
div.DivClassName
{
background-color: #A765DB;
}
.BgClassName
{
background-color: #A765DB;
}
</style>
border-color css
<style>
span { border-color: #A765DB; }
span { border-color: rgb(167,101,219); }
td.TdClassName
{
border-color: #A765DB;
}
.TagClassName
{
border-color: #A765DB;
}
</style>