Shades of Amethyst #A968C7
Tints of Amethyst #A968C7
RGB
CMYK
RGB Variations
Color information
#A968C7 (or 0xA968C7) is known color: Amethyst. HEX triplet: A9, 68 and C7. RGB value is (169,104,199). Sum of RGB (Red+Green+Blue) = 169+104+199=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 199 - color contains mainly: blue. Hex color #A968C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A968C7 is #569738. Grayscale: #858585. Windows color (decimal): -5674809 or 13068457. OLE color: 13068457.
HSL color Cylindrical-coordinate representation of color #A968C7: hue angle of 281.05º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A968C7 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 104 | 199 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.22 |
| HSL | 281.05º | 0.46% | 0.59% | - |
| HSV(B) | 281.05º | 0.48% | 0.78% | - |
| XYZ | 31.62 | 22.46 | 56.7 | - |
| YUV | 134.27 | 164.53 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 199 | 0.15 | 0.48 | 0 | 0.22 | 281.05 | 0.46 | 0.59 |
| Hex | A9 | 68 | C7 | F | 30 | 0 | 16 | 119 | 2E | 3B |
| Octal | 251 | 150 | 307 | 17 | 60 | 0 | 26 | 431 | 56 | 73 |
| Binary | 10101001 | 1101000 | 11000111 | 1111 | 110000 | 0 | 10110 | 100011001 | 101110 | 111011 |
Color Harmonies of #A968C7
Complementary color
Monochromatic Colors of #A968C7
Black with #A968C7
Text Example
Text Example
White with #A968C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A968C7; }
p { color: rgb(169,104,199); }
H1.HeaderClassName
{
color: #A968C7;
}
.AnyTagClassName
{
color: #A968C7;
}
</style>
background-color css
<style>
a { background-color: #A968C7; }
a { background-color: rgb(169,104,199); }
div.DivClassName
{
background-color: #A968C7;
}
.BgClassName
{
background-color: #A968C7;
}
</style>
border-color css
<style>
span { border-color: #A968C7; }
span { border-color: rgb(169,104,199); }
td.TdClassName
{
border-color: #A968C7;
}
.TagClassName
{
border-color: #A968C7;
}
</style>