Shades of Amethyst #A967E5
Tints of Amethyst #A967E5
RGB
CMYK
RGB Variations
Color information
#A967E5 (or 0xA967E5) is known color: Amethyst. HEX triplet: A9, 67 and E5. RGB value is (169,103,229). Sum of RGB (Red+Green+Blue) = 169+103+229=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #A967E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A967E5 is #56981A. Grayscale: #888888. Windows color (decimal): -5675035 or 15034281. OLE color: 15034281.
HSL color Cylindrical-coordinate representation of color #A967E5: hue angle of 271.43º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A967E5 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 103 | 229 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.10 |
| HSL | 271.43º | 0.71% | 0.65% | - |
| HSV(B) | 271.43º | 0.55% | 0.9% | - |
| XYZ | 35.36 | 23.79 | 76.86 | - |
| YUV | 137.1 | 179.87 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 103 | 229 | 0.26 | 0.55 | 0 | 0.10 | 271.43 | 0.71 | 0.65 |
| Hex | A9 | 67 | E5 | 1A | 37 | 0 | A | 10F | 47 | 41 |
| Octal | 251 | 147 | 345 | 32 | 67 | 0 | 12 | 417 | 107 | 101 |
| Binary | 10101001 | 1100111 | 11100101 | 11010 | 110111 | 0 | 1010 | 100001111 | 1000111 | 1000001 |
Color Harmonies of #A967E5
Complementary color
Monochromatic Colors of #A967E5
Black with #A967E5
Text Example
Text Example
White with #A967E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A967E5; }
p { color: rgb(169,103,229); }
H1.HeaderClassName
{
color: #A967E5;
}
.AnyTagClassName
{
color: #A967E5;
}
</style>
background-color css
<style>
a { background-color: #A967E5; }
a { background-color: rgb(169,103,229); }
div.DivClassName
{
background-color: #A967E5;
}
.BgClassName
{
background-color: #A967E5;
}
</style>
border-color css
<style>
span { border-color: #A967E5; }
span { border-color: rgb(169,103,229); }
td.TdClassName
{
border-color: #A967E5;
}
.TagClassName
{
border-color: #A967E5;
}
</style>