Shades of Amethyst #A669C4
Tints of Amethyst #A669C4
RGB
CMYK
RGB Variations
Color information
#A669C4 (or 0xA669C4) is known color: Amethyst. HEX triplet: A6, 69 and C4. RGB value is (166,105,196). Sum of RGB (Red+Green+Blue) = 166+105+196=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 196 - color contains mainly: blue. Hex color #A669C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669C4 is #59963B. Grayscale: #858585. Windows color (decimal): -5871164 or 12872102. OLE color: 12872102.
HSL color Cylindrical-coordinate representation of color #A669C4: hue angle of 280.22º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A669C4 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 105 | 196 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.23 |
| HSL | 280.22º | 0.44% | 0.59% | - |
| HSV(B) | 280.22º | 0.46% | 0.77% | - |
| XYZ | 30.74 | 22.2 | 54.89 | - |
| YUV | 133.61 | 163.21 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 196 | 0.15 | 0.46 | 0 | 0.23 | 280.22 | 0.44 | 0.59 |
| Hex | A6 | 69 | C4 | F | 2E | 0 | 17 | 118 | 2C | 3B |
| Octal | 246 | 151 | 304 | 17 | 56 | 0 | 27 | 430 | 54 | 73 |
| Binary | 10100110 | 1101001 | 11000100 | 1111 | 101110 | 0 | 10111 | 100011000 | 101100 | 111011 |
Color Harmonies of #A669C4
Complementary color
Monochromatic Colors of #A669C4
Black with #A669C4
Text Example
Text Example
White with #A669C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A669C4; }
p { color: rgb(166,105,196); }
H1.HeaderClassName
{
color: #A669C4;
}
.AnyTagClassName
{
color: #A669C4;
}
</style>
background-color css
<style>
a { background-color: #A669C4; }
a { background-color: rgb(166,105,196); }
div.DivClassName
{
background-color: #A669C4;
}
.BgClassName
{
background-color: #A669C4;
}
</style>
border-color css
<style>
span { border-color: #A669C4; }
span { border-color: rgb(166,105,196); }
td.TdClassName
{
border-color: #A669C4;
}
.TagClassName
{
border-color: #A669C4;
}
</style>