Shades of Amethyst #A076D2
Tints of Amethyst #A076D2
RGB
CMYK
RGB Variations
Color information
#A076D2 (or 0xA076D2) is known color: Amethyst. HEX triplet: A0, 76 and D2. RGB value is (160,118,210). Sum of RGB (Red+Green+Blue) = 160+118+210=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 210 - color contains mainly: blue. Hex color #A076D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A076D2 is #5F892D. Grayscale: #8C8C8C. Windows color (decimal): -6261038 or 13792928. OLE color: 13792928.
HSL color Cylindrical-coordinate representation of color #A076D2: hue angle of 267.39º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A076D2 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 118 | 210 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.18 |
| HSL | 267.39º | 0.51% | 0.64% | - |
| HSV(B) | 267.39º | 0.44% | 0.82% | - |
| XYZ | 32.61 | 25.08 | 64.1 | - |
| YUV | 141.05 | 166.91 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 210 | 0.24 | 0.44 | 0 | 0.18 | 267.39 | 0.51 | 0.64 |
| Hex | A0 | 76 | D2 | 18 | 2C | 0 | 12 | 10B | 33 | 40 |
| Octal | 240 | 166 | 322 | 30 | 54 | 0 | 22 | 413 | 63 | 100 |
| Binary | 10100000 | 1110110 | 11010010 | 11000 | 101100 | 0 | 10010 | 100001011 | 110011 | 1000000 |
Color Harmonies of #A076D2
Complementary color
Monochromatic Colors of #A076D2
Black with #A076D2
Text Example
Text Example
White with #A076D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A076D2; }
p { color: rgb(160,118,210); }
H1.HeaderClassName
{
color: #A076D2;
}
.AnyTagClassName
{
color: #A076D2;
}
</style>
background-color css
<style>
a { background-color: #A076D2; }
a { background-color: rgb(160,118,210); }
div.DivClassName
{
background-color: #A076D2;
}
.BgClassName
{
background-color: #A076D2;
}
</style>
border-color css
<style>
span { border-color: #A076D2; }
span { border-color: rgb(160,118,210); }
td.TdClassName
{
border-color: #A076D2;
}
.TagClassName
{
border-color: #A076D2;
}
</style>