Shades of Amethyst #A565DB
Tints of Amethyst #A565DB
RGB
CMYK
RGB Variations
Color information
#A565DB (or 0xA565DB) is known color: Amethyst. HEX triplet: A5, 65 and DB. RGB value is (165,101,219). Sum of RGB (Red+Green+Blue) = 165+101+219=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #A565DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A565DB is #5A9A24. Grayscale: #858585. Windows color (decimal): -5937701 or 14378405. OLE color: 14378405.
HSL color Cylindrical-coordinate representation of color #A565DB: hue angle of 272.54º 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 #A565DB is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 101 | 219 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.14 |
| HSL | 272.54º | 0.62% | 0.63% | - |
| HSV(B) | 272.54º | 0.54% | 0.86% | - |
| XYZ | 32.96 | 22.42 | 69.61 | - |
| YUV | 133.59 | 176.2 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 101 | 219 | 0.25 | 0.54 | 0 | 0.14 | 272.54 | 0.62 | 0.63 |
| Hex | A5 | 65 | DB | 19 | 36 | 0 | E | 111 | 3E | 3F |
| Octal | 245 | 145 | 333 | 31 | 66 | 0 | 16 | 421 | 76 | 77 |
| Binary | 10100101 | 1100101 | 11011011 | 11001 | 110110 | 0 | 1110 | 100010001 | 111110 | 111111 |
Color Harmonies of #A565DB
Complementary color
Monochromatic Colors of #A565DB
Black with #A565DB
Text Example
Text Example
White with #A565DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A565DB; }
p { color: rgb(165,101,219); }
H1.HeaderClassName
{
color: #A565DB;
}
.AnyTagClassName
{
color: #A565DB;
}
</style>
background-color css
<style>
a { background-color: #A565DB; }
a { background-color: rgb(165,101,219); }
div.DivClassName
{
background-color: #A565DB;
}
.BgClassName
{
background-color: #A565DB;
}
</style>
border-color css
<style>
span { border-color: #A565DB; }
span { border-color: rgb(165,101,219); }
td.TdClassName
{
border-color: #A565DB;
}
.TagClassName
{
border-color: #A565DB;
}
</style>