Shades of Amethyst #A969C4
Tints of Amethyst #A969C4
RGB
CMYK
RGB Variations
Color information
#A969C4 (or 0xA969C4) is known color: Amethyst. HEX triplet: A9, 69 and C4. RGB value is (169,105,196). Sum of RGB (Red+Green+Blue) = 169+105+196=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #A969C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A969C4 is #56963B. Grayscale: #868686. Windows color (decimal): -5674556 or 12872105. OLE color: 12872105.
HSL color Cylindrical-coordinate representation of color #A969C4: hue angle of 282.2º 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 #A969C4 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 105 | 196 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.23 |
| HSL | 282.2º | 0.44% | 0.59% | - |
| HSV(B) | 282.2º | 0.46% | 0.77% | - |
| XYZ | 31.38 | 22.52 | 54.92 | - |
| YUV | 134.51 | 162.7 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 105 | 196 | 0.14 | 0.46 | 0 | 0.23 | 282.2 | 0.44 | 0.59 |
| Hex | A9 | 69 | C4 | E | 2E | 0 | 17 | 11A | 2C | 3B |
| Octal | 251 | 151 | 304 | 16 | 56 | 0 | 27 | 432 | 54 | 73 |
| Binary | 10101001 | 1101001 | 11000100 | 1110 | 101110 | 0 | 10111 | 100011010 | 101100 | 111011 |
Color Harmonies of #A969C4
Complementary color
Monochromatic Colors of #A969C4
Black with #A969C4
Text Example
Text Example
White with #A969C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A969C4; }
p { color: rgb(169,105,196); }
H1.HeaderClassName
{
color: #A969C4;
}
.AnyTagClassName
{
color: #A969C4;
}
</style>
background-color css
<style>
a { background-color: #A969C4; }
a { background-color: rgb(169,105,196); }
div.DivClassName
{
background-color: #A969C4;
}
.BgClassName
{
background-color: #A969C4;
}
</style>
border-color css
<style>
span { border-color: #A969C4; }
span { border-color: rgb(169,105,196); }
td.TdClassName
{
border-color: #A969C4;
}
.TagClassName
{
border-color: #A969C4;
}
</style>