Shades of Amethyst #A669D0
Tints of Amethyst #A669D0
RGB
CMYK
RGB Variations
Color information
#A669D0 (or 0xA669D0) is known color: Amethyst. HEX triplet: A6, 69 and D0. RGB value is (166,105,208). Sum of RGB (Red+Green+Blue) = 166+105+208=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #A669D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669D0 is #59962F. Grayscale: #868686. Windows color (decimal): -5871152 or 13658534. OLE color: 13658534.
HSL color Cylindrical-coordinate representation of color #A669D0: hue angle of 275.53º 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 #A669D0 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 105 | 208 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.18 |
| HSL | 275.53º | 0.52% | 0.61% | - |
| HSV(B) | 275.53º | 0.5% | 0.82% | - |
| XYZ | 32.16 | 22.76 | 62.37 | - |
| YUV | 134.98 | 169.21 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 208 | 0.20 | 0.50 | 0 | 0.18 | 275.53 | 0.52 | 0.61 |
| Hex | A6 | 69 | D0 | 14 | 32 | 0 | 12 | 114 | 34 | 3D |
| Octal | 246 | 151 | 320 | 24 | 62 | 0 | 22 | 424 | 64 | 75 |
| Binary | 10100110 | 1101001 | 11010000 | 10100 | 110010 | 0 | 10010 | 100010100 | 110100 | 111101 |
Color Harmonies of #A669D0
Complementary color
Monochromatic Colors of #A669D0
Black with #A669D0
Text Example
Text Example
White with #A669D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A669D0; }
p { color: rgb(166,105,208); }
H1.HeaderClassName
{
color: #A669D0;
}
.AnyTagClassName
{
color: #A669D0;
}
</style>
background-color css
<style>
a { background-color: #A669D0; }
a { background-color: rgb(166,105,208); }
div.DivClassName
{
background-color: #A669D0;
}
.BgClassName
{
background-color: #A669D0;
}
</style>
border-color css
<style>
span { border-color: #A669D0; }
span { border-color: rgb(166,105,208); }
td.TdClassName
{
border-color: #A669D0;
}
.TagClassName
{
border-color: #A669D0;
}
</style>