Shades of Amethyst #A562DB
Tints of Amethyst #A562DB
RGB
CMYK
RGB Variations
Color information
#A562DB (or 0xA562DB) is known color: Amethyst. HEX triplet: A5, 62 and DB. RGB value is (165,98,219). Sum of RGB (Red+Green+Blue) = 165+98+219=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 98 (38.67% from 255 or 20.33% 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 #A562DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A562DB is #5A9D24. Grayscale: #838383. Windows color (decimal): -5938469 or 14377637. OLE color: 14377637.
HSL color Cylindrical-coordinate representation of color #A562DB: hue angle of 273.22º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A562DB is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 98 | 219 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.14 |
| HSL | 273.22º | 0.63% | 0.62% | - |
| HSV(B) | 273.22º | 0.55% | 0.86% | - |
| XYZ | 32.67 | 21.85 | 69.51 | - |
| YUV | 131.83 | 177.2 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 98 | 219 | 0.25 | 0.55 | 0 | 0.14 | 273.22 | 0.63 | 0.62 |
| Hex | A5 | 62 | DB | 19 | 37 | 0 | E | 111 | 3F | 3E |
| Octal | 245 | 142 | 333 | 31 | 67 | 0 | 16 | 421 | 77 | 76 |
| Binary | 10100101 | 1100010 | 11011011 | 11001 | 110111 | 0 | 1110 | 100010001 | 111111 | 111110 |
Color Harmonies of #A562DB
Complementary color
Monochromatic Colors of #A562DB
Black with #A562DB
Text Example
Text Example
White with #A562DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A562DB; }
p { color: rgb(165,98,219); }
H1.HeaderClassName
{
color: #A562DB;
}
.AnyTagClassName
{
color: #A562DB;
}
</style>
background-color css
<style>
a { background-color: #A562DB; }
a { background-color: rgb(165,98,219); }
div.DivClassName
{
background-color: #A562DB;
}
.BgClassName
{
background-color: #A562DB;
}
</style>
border-color css
<style>
span { border-color: #A562DB; }
span { border-color: rgb(165,98,219); }
td.TdClassName
{
border-color: #A562DB;
}
.TagClassName
{
border-color: #A562DB;
}
</style>