Shades of Amethyst #A769D0
Tints of Amethyst #A769D0
RGB
CMYK
RGB Variations
Color information
#A769D0 (or 0xA769D0) is known color: Amethyst. HEX triplet: A7, 69 and D0. RGB value is (167,105,208). Sum of RGB (Red+Green+Blue) = 167+105+208=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #A769D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A769D0 is #58962F. Grayscale: #868686. Windows color (decimal): -5805616 or 13658535. OLE color: 13658535.
HSL color Cylindrical-coordinate representation of color #A769D0: hue angle of 276.12º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A769D0 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 105 | 208 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.18 |
| HSL | 276.12º | 0.52% | 0.61% | - |
| HSV(B) | 276.12º | 0.5% | 0.82% | - |
| XYZ | 32.37 | 22.87 | 62.38 | - |
| YUV | 135.28 | 169.04 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 105 | 208 | 0.20 | 0.50 | 0 | 0.18 | 276.12 | 0.52 | 0.61 |
| Hex | A7 | 69 | D0 | 14 | 32 | 0 | 12 | 114 | 34 | 3D |
| Octal | 247 | 151 | 320 | 24 | 62 | 0 | 22 | 424 | 64 | 75 |
| Binary | 10100111 | 1101001 | 11010000 | 10100 | 110010 | 0 | 10010 | 100010100 | 110100 | 111101 |
Color Harmonies of #A769D0
Complementary color
Monochromatic Colors of #A769D0
Black with #A769D0
Text Example
Text Example
White with #A769D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A769D0; }
p { color: rgb(167,105,208); }
H1.HeaderClassName
{
color: #A769D0;
}
.AnyTagClassName
{
color: #A769D0;
}
</style>
background-color css
<style>
a { background-color: #A769D0; }
a { background-color: rgb(167,105,208); }
div.DivClassName
{
background-color: #A769D0;
}
.BgClassName
{
background-color: #A769D0;
}
</style>
border-color css
<style>
span { border-color: #A769D0; }
span { border-color: rgb(167,105,208); }
td.TdClassName
{
border-color: #A769D0;
}
.TagClassName
{
border-color: #A769D0;
}
</style>