Shades of Amethyst #A069D9
Tints of Amethyst #A069D9
RGB
CMYK
RGB Variations
Color information
#A069D9 (or 0xA069D9) is known color: Amethyst. HEX triplet: A0, 69 and D9. RGB value is (160,105,217). Sum of RGB (Red+Green+Blue) = 160+105+217=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 217 - color contains mainly: blue. Hex color #A069D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069D9 is #5F9626. Grayscale: #858585. Windows color (decimal): -6264359 or 14248352. OLE color: 14248352.
HSL color Cylindrical-coordinate representation of color #A069D9: hue angle of 269.46º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A069D9 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 105 | 217 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.15 |
| HSL | 269.46º | 0.6% | 0.63% | - |
| HSV(B) | 269.46º | 0.52% | 0.85% | - |
| XYZ | 32.07 | 22.59 | 68.31 | - |
| YUV | 134.21 | 174.72 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 217 | 0.26 | 0.52 | 0 | 0.15 | 269.46 | 0.6 | 0.63 |
| Hex | A0 | 69 | D9 | 1A | 34 | 0 | F | 10D | 3C | 3F |
| Octal | 240 | 151 | 331 | 32 | 64 | 0 | 17 | 415 | 74 | 77 |
| Binary | 10100000 | 1101001 | 11011001 | 11010 | 110100 | 0 | 1111 | 100001101 | 111100 | 111111 |
Color Harmonies of #A069D9
Complementary color
Monochromatic Colors of #A069D9
Black with #A069D9
Text Example
Text Example
White with #A069D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A069D9; }
p { color: rgb(160,105,217); }
H1.HeaderClassName
{
color: #A069D9;
}
.AnyTagClassName
{
color: #A069D9;
}
</style>
background-color css
<style>
a { background-color: #A069D9; }
a { background-color: rgb(160,105,217); }
div.DivClassName
{
background-color: #A069D9;
}
.BgClassName
{
background-color: #A069D9;
}
</style>
border-color css
<style>
span { border-color: #A069D9; }
span { border-color: rgb(160,105,217); }
td.TdClassName
{
border-color: #A069D9;
}
.TagClassName
{
border-color: #A069D9;
}
</style>