Shades of Amethyst #A562DD
Tints of Amethyst #A562DD
RGB
CMYK
RGB Variations
Color information
#A562DD (or 0xA562DD) is known color: Amethyst. HEX triplet: A5, 62 and DD. RGB value is (165,98,221). Sum of RGB (Red+Green+Blue) = 165+98+221=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #A562DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A562DD is #5A9D22. Grayscale: #838383. Windows color (decimal): -5938467 or 14508709. OLE color: 14508709.
HSL color Cylindrical-coordinate representation of color #A562DD: hue angle of 272.68º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A562DD is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 98 | 221 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.13 |
| HSL | 272.68º | 0.64% | 0.63% | - |
| HSV(B) | 272.68º | 0.56% | 0.87% | - |
| XYZ | 32.94 | 21.96 | 70.91 | - |
| YUV | 132.06 | 178.2 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 98 | 221 | 0.25 | 0.56 | 0 | 0.13 | 272.68 | 0.64 | 0.63 |
| Hex | A5 | 62 | DD | 19 | 38 | 0 | D | 111 | 40 | 3F |
| Octal | 245 | 142 | 335 | 31 | 70 | 0 | 15 | 421 | 100 | 77 |
| Binary | 10100101 | 1100010 | 11011101 | 11001 | 111000 | 0 | 1101 | 100010001 | 1000000 | 111111 |
Color Harmonies of #A562DD
Complementary color
Monochromatic Colors of #A562DD
Black with #A562DD
Text Example
Text Example
White with #A562DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A562DD; }
p { color: rgb(165,98,221); }
H1.HeaderClassName
{
color: #A562DD;
}
.AnyTagClassName
{
color: #A562DD;
}
</style>
background-color css
<style>
a { background-color: #A562DD; }
a { background-color: rgb(165,98,221); }
div.DivClassName
{
background-color: #A562DD;
}
.BgClassName
{
background-color: #A562DD;
}
</style>
border-color css
<style>
span { border-color: #A562DD; }
span { border-color: rgb(165,98,221); }
td.TdClassName
{
border-color: #A562DD;
}
.TagClassName
{
border-color: #A562DD;
}
</style>