Shades of Amethyst #A669C6
Tints of Amethyst #A669C6
RGB
CMYK
RGB Variations
Color information
#A669C6 (or 0xA669C6) is known color: Amethyst. HEX triplet: A6, 69 and C6. RGB value is (166,105,198). Sum of RGB (Red+Green+Blue) = 166+105+198=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 198 - color contains mainly: blue. Hex color #A669C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669C6 is #599639. Grayscale: #858585. Windows color (decimal): -5871162 or 13003174. OLE color: 13003174.
HSL color Cylindrical-coordinate representation of color #A669C6: hue angle of 279.35º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A669C6 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 105 | 198 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.22 |
| HSL | 279.35º | 0.45% | 0.59% | - |
| HSV(B) | 279.35º | 0.47% | 0.78% | - |
| XYZ | 30.97 | 22.29 | 56.1 | - |
| YUV | 133.84 | 164.21 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 198 | 0.16 | 0.47 | 0 | 0.22 | 279.35 | 0.45 | 0.59 |
| Hex | A6 | 69 | C6 | 10 | 2F | 0 | 16 | 117 | 2D | 3B |
| Octal | 246 | 151 | 306 | 20 | 57 | 0 | 26 | 427 | 55 | 73 |
| Binary | 10100110 | 1101001 | 11000110 | 10000 | 101111 | 0 | 10110 | 100010111 | 101101 | 111011 |
Color Harmonies of #A669C6
Complementary color
Monochromatic Colors of #A669C6
Black with #A669C6
Text Example
Text Example
White with #A669C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A669C6; }
p { color: rgb(166,105,198); }
H1.HeaderClassName
{
color: #A669C6;
}
.AnyTagClassName
{
color: #A669C6;
}
</style>
background-color css
<style>
a { background-color: #A669C6; }
a { background-color: rgb(166,105,198); }
div.DivClassName
{
background-color: #A669C6;
}
.BgClassName
{
background-color: #A669C6;
}
</style>
border-color css
<style>
span { border-color: #A669C6; }
span { border-color: rgb(166,105,198); }
td.TdClassName
{
border-color: #A669C6;
}
.TagClassName
{
border-color: #A669C6;
}
</style>