Shades of Amethyst #A069D1
Tints of Amethyst #A069D1
RGB
CMYK
RGB Variations
Color information
#A069D1 (or 0xA069D1) is known color: Amethyst. HEX triplet: A0, 69 and D1. RGB value is (160,105,209). Sum of RGB (Red+Green+Blue) = 160+105+209=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 209 - color contains mainly: blue. Hex color #A069D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069D1 is #5F962E. Grayscale: #848484. Windows color (decimal): -6264367 or 13724064. OLE color: 13724064.
HSL color Cylindrical-coordinate representation of color #A069D1: hue angle of 271.73º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A069D1 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 105 | 209 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.18 |
| HSL | 271.73º | 0.53% | 0.62% | - |
| HSV(B) | 271.73º | 0.5% | 0.82% | - |
| XYZ | 31.06 | 22.18 | 62.97 | - |
| YUV | 133.3 | 170.72 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 209 | 0.23 | 0.50 | 0 | 0.18 | 271.73 | 0.53 | 0.62 |
| Hex | A0 | 69 | D1 | 17 | 32 | 0 | 12 | 110 | 35 | 3E |
| Octal | 240 | 151 | 321 | 27 | 62 | 0 | 22 | 420 | 65 | 76 |
| Binary | 10100000 | 1101001 | 11010001 | 10111 | 110010 | 0 | 10010 | 100010000 | 110101 | 111110 |
Color Harmonies of #A069D1
Complementary color
Monochromatic Colors of #A069D1
Black with #A069D1
Text Example
Text Example
White with #A069D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A069D1; }
p { color: rgb(160,105,209); }
H1.HeaderClassName
{
color: #A069D1;
}
.AnyTagClassName
{
color: #A069D1;
}
</style>
background-color css
<style>
a { background-color: #A069D1; }
a { background-color: rgb(160,105,209); }
div.DivClassName
{
background-color: #A069D1;
}
.BgClassName
{
background-color: #A069D1;
}
</style>
border-color css
<style>
span { border-color: #A069D1; }
span { border-color: rgb(160,105,209); }
td.TdClassName
{
border-color: #A069D1;
}
.TagClassName
{
border-color: #A069D1;
}
</style>