Shades of Amethyst #A569DD
Tints of Amethyst #A569DD
RGB
CMYK
RGB Variations
Color information
#A569DD (or 0xA569DD) is known color: Amethyst. HEX triplet: A5, 69 and DD. RGB value is (165,105,221). Sum of RGB (Red+Green+Blue) = 165+105+221=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #A569DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A569DD is #5A9622. Grayscale: #878787. Windows color (decimal): -5936675 or 14510501. OLE color: 14510501.
HSL color Cylindrical-coordinate representation of color #A569DD: hue angle of 271.03º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A569DD is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 105 | 221 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.13 |
| HSL | 271.03º | 0.63% | 0.64% | - |
| HSV(B) | 271.03º | 0.52% | 0.87% | - |
| XYZ | 33.62 | 23.32 | 71.14 | - |
| YUV | 136.16 | 175.88 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 105 | 221 | 0.25 | 0.52 | 0 | 0.13 | 271.03 | 0.63 | 0.64 |
| Hex | A5 | 69 | DD | 19 | 34 | 0 | D | 10F | 3F | 40 |
| Octal | 245 | 151 | 335 | 31 | 64 | 0 | 15 | 417 | 77 | 100 |
| Binary | 10100101 | 1101001 | 11011101 | 11001 | 110100 | 0 | 1101 | 100001111 | 111111 | 1000000 |
Color Harmonies of #A569DD
Complementary color
Monochromatic Colors of #A569DD
Black with #A569DD
Text Example
Text Example
White with #A569DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A569DD; }
p { color: rgb(165,105,221); }
H1.HeaderClassName
{
color: #A569DD;
}
.AnyTagClassName
{
color: #A569DD;
}
</style>
background-color css
<style>
a { background-color: #A569DD; }
a { background-color: rgb(165,105,221); }
div.DivClassName
{
background-color: #A569DD;
}
.BgClassName
{
background-color: #A569DD;
}
</style>
border-color css
<style>
span { border-color: #A569DD; }
span { border-color: rgb(165,105,221); }
td.TdClassName
{
border-color: #A569DD;
}
.TagClassName
{
border-color: #A569DD;
}
</style>