Shades of Amethyst #A076D0
Tints of Amethyst #A076D0
RGB
CMYK
RGB Variations
Color information
#A076D0 (or 0xA076D0) is known color: Amethyst. HEX triplet: A0, 76 and D0. RGB value is (160,118,208). Sum of RGB (Red+Green+Blue) = 160+118+208=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #A076D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A076D0 is #5F892F. Grayscale: #8C8C8C. Windows color (decimal): -6261040 or 13661856. OLE color: 13661856.
HSL color Cylindrical-coordinate representation of color #A076D0: hue angle of 268º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A076D0 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 118 | 208 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.18 |
| HSL | 268º | 0.49% | 0.64% | - |
| HSV(B) | 268º | 0.43% | 0.82% | - |
| XYZ | 32.36 | 24.98 | 62.79 | - |
| YUV | 140.82 | 165.91 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 208 | 0.23 | 0.43 | 0 | 0.18 | 268 | 0.49 | 0.64 |
| Hex | A0 | 76 | D0 | 17 | 2B | 0 | 12 | 10C | 31 | 40 |
| Octal | 240 | 166 | 320 | 27 | 53 | 0 | 22 | 414 | 61 | 100 |
| Binary | 10100000 | 1110110 | 11010000 | 10111 | 101011 | 0 | 10010 | 100001100 | 110001 | 1000000 |
Color Harmonies of #A076D0
Complementary color
Monochromatic Colors of #A076D0
Black with #A076D0
Text Example
Text Example
White with #A076D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A076D0; }
p { color: rgb(160,118,208); }
H1.HeaderClassName
{
color: #A076D0;
}
.AnyTagClassName
{
color: #A076D0;
}
</style>
background-color css
<style>
a { background-color: #A076D0; }
a { background-color: rgb(160,118,208); }
div.DivClassName
{
background-color: #A076D0;
}
.BgClassName
{
background-color: #A076D0;
}
</style>
border-color css
<style>
span { border-color: #A076D0; }
span { border-color: rgb(160,118,208); }
td.TdClassName
{
border-color: #A076D0;
}
.TagClassName
{
border-color: #A076D0;
}
</style>