Shades of Amethyst #A669D3
Tints of Amethyst #A669D3
RGB
CMYK
RGB Variations
Color information
#A669D3 (or 0xA669D3) is known color: Amethyst. HEX triplet: A6, 69 and D3. RGB value is (166,105,211). Sum of RGB (Red+Green+Blue) = 166+105+211=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 211 - color contains mainly: blue. Hex color #A669D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669D3 is #59962C. Grayscale: #868686. Windows color (decimal): -5871149 or 13855142. OLE color: 13855142.
HSL color Cylindrical-coordinate representation of color #A669D3: hue angle of 274.53º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A669D3 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 105 | 211 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.17 |
| HSL | 274.53º | 0.55% | 0.62% | - |
| HSV(B) | 274.53º | 0.5% | 0.83% | - |
| XYZ | 32.54 | 22.91 | 64.34 | - |
| YUV | 135.32 | 170.71 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 211 | 0.21 | 0.50 | 0 | 0.17 | 274.53 | 0.55 | 0.62 |
| Hex | A6 | 69 | D3 | 15 | 32 | 0 | 11 | 113 | 37 | 3E |
| Octal | 246 | 151 | 323 | 25 | 62 | 0 | 21 | 423 | 67 | 76 |
| Binary | 10100110 | 1101001 | 11010011 | 10101 | 110010 | 0 | 10001 | 100010011 | 110111 | 111110 |
Color Harmonies of #A669D3
Complementary color
Monochromatic Colors of #A669D3
Black with #A669D3
Text Example
Text Example
White with #A669D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A669D3; }
p { color: rgb(166,105,211); }
H1.HeaderClassName
{
color: #A669D3;
}
.AnyTagClassName
{
color: #A669D3;
}
</style>
background-color css
<style>
a { background-color: #A669D3; }
a { background-color: rgb(166,105,211); }
div.DivClassName
{
background-color: #A669D3;
}
.BgClassName
{
background-color: #A669D3;
}
</style>
border-color css
<style>
span { border-color: #A669D3; }
span { border-color: rgb(166,105,211); }
td.TdClassName
{
border-color: #A669D3;
}
.TagClassName
{
border-color: #A669D3;
}
</style>