Shades of Amethyst #A969D0
Tints of Amethyst #A969D0
RGB
CMYK
RGB Variations
Color information
#A969D0 (or 0xA969D0) is known color: Amethyst. HEX triplet: A9, 69 and D0. RGB value is (169,105,208). Sum of RGB (Red+Green+Blue) = 169+105+208=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #A969D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A969D0 is #56962F. Grayscale: #878787. Windows color (decimal): -5674544 or 13658537. OLE color: 13658537.
HSL color Cylindrical-coordinate representation of color #A969D0: hue angle of 277.28º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A969D0 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 105 | 208 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.18 |
| HSL | 277.28º | 0.52% | 0.61% | - |
| HSV(B) | 277.28º | 0.5% | 0.82% | - |
| XYZ | 32.8 | 23.09 | 62.4 | - |
| YUV | 135.88 | 168.7 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 105 | 208 | 0.19 | 0.50 | 0 | 0.18 | 277.28 | 0.52 | 0.61 |
| Hex | A9 | 69 | D0 | 13 | 32 | 0 | 12 | 115 | 34 | 3D |
| Octal | 251 | 151 | 320 | 23 | 62 | 0 | 22 | 425 | 64 | 75 |
| Binary | 10101001 | 1101001 | 11010000 | 10011 | 110010 | 0 | 10010 | 100010101 | 110100 | 111101 |
Color Harmonies of #A969D0
Complementary color
Monochromatic Colors of #A969D0
Black with #A969D0
Text Example
Text Example
White with #A969D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A969D0; }
p { color: rgb(169,105,208); }
H1.HeaderClassName
{
color: #A969D0;
}
.AnyTagClassName
{
color: #A969D0;
}
</style>
background-color css
<style>
a { background-color: #A969D0; }
a { background-color: rgb(169,105,208); }
div.DivClassName
{
background-color: #A969D0;
}
.BgClassName
{
background-color: #A969D0;
}
</style>
border-color css
<style>
span { border-color: #A969D0; }
span { border-color: rgb(169,105,208); }
td.TdClassName
{
border-color: #A969D0;
}
.TagClassName
{
border-color: #A969D0;
}
</style>