Shades of Amethyst #A669C7
Tints of Amethyst #A669C7
RGB
CMYK
RGB Variations
Color information
#A669C7 (or 0xA669C7) is known color: Amethyst. HEX triplet: A6, 69 and C7. RGB value is (166,105,199). Sum of RGB (Red+Green+Blue) = 166+105+199=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 199 - color contains mainly: blue. Hex color #A669C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669C7 is #599638. Grayscale: #858585. Windows color (decimal): -5871161 or 13068710. OLE color: 13068710.
HSL color Cylindrical-coordinate representation of color #A669C7: hue angle of 278.94º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A669C7 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 105 | 199 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.22 |
| HSL | 278.94º | 0.46% | 0.6% | - |
| HSV(B) | 278.94º | 0.47% | 0.78% | - |
| XYZ | 31.09 | 22.33 | 56.71 | - |
| YUV | 133.96 | 164.71 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 199 | 0.17 | 0.47 | 0 | 0.22 | 278.94 | 0.46 | 0.6 |
| Hex | A6 | 69 | C7 | 11 | 2F | 0 | 16 | 117 | 2E | 3C |
| Octal | 246 | 151 | 307 | 21 | 57 | 0 | 26 | 427 | 56 | 74 |
| Binary | 10100110 | 1101001 | 11000111 | 10001 | 101111 | 0 | 10110 | 100010111 | 101110 | 111100 |
Color Harmonies of #A669C7
Complementary color
Monochromatic Colors of #A669C7
Black with #A669C7
Text Example
Text Example
White with #A669C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A669C7; }
p { color: rgb(166,105,199); }
H1.HeaderClassName
{
color: #A669C7;
}
.AnyTagClassName
{
color: #A669C7;
}
</style>
background-color css
<style>
a { background-color: #A669C7; }
a { background-color: rgb(166,105,199); }
div.DivClassName
{
background-color: #A669C7;
}
.BgClassName
{
background-color: #A669C7;
}
</style>
border-color css
<style>
span { border-color: #A669C7; }
span { border-color: rgb(166,105,199); }
td.TdClassName
{
border-color: #A669C7;
}
.TagClassName
{
border-color: #A669C7;
}
</style>