Shades of Amethyst #A276D3
Tints of Amethyst #A276D3
RGB
CMYK
RGB Variations
Color information
#A276D3 (or 0xA276D3) is known color: Amethyst. HEX triplet: A2, 76 and D3. RGB value is (162,118,211). Sum of RGB (Red+Green+Blue) = 162+118+211=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 211 (82.81% from 255 or 42.97% from 491); Max value from RGB is 211 - color contains mainly: blue. Hex color #A276D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A276D3 is #5D892C. Grayscale: #8D8D8D. Windows color (decimal): -6129965 or 13858466. OLE color: 13858466.
HSL color Cylindrical-coordinate representation of color #A276D3: hue angle of 268.39º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A276D3 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 118 | 211 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.17 |
| HSL | 268.39º | 0.51% | 0.65% | - |
| HSV(B) | 268.39º | 0.44% | 0.83% | - |
| XYZ | 33.14 | 25.34 | 64.77 | - |
| YUV | 141.76 | 167.08 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 118 | 211 | 0.23 | 0.44 | 0 | 0.17 | 268.39 | 0.51 | 0.65 |
| Hex | A2 | 76 | D3 | 17 | 2C | 0 | 11 | 10C | 33 | 41 |
| Octal | 242 | 166 | 323 | 27 | 54 | 0 | 21 | 414 | 63 | 101 |
| Binary | 10100010 | 1110110 | 11010011 | 10111 | 101100 | 0 | 10001 | 100001100 | 110011 | 1000001 |
Color Harmonies of #A276D3
Complementary color
Monochromatic Colors of #A276D3
Black with #A276D3
Text Example
Text Example
White with #A276D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A276D3; }
p { color: rgb(162,118,211); }
H1.HeaderClassName
{
color: #A276D3;
}
.AnyTagClassName
{
color: #A276D3;
}
</style>
background-color css
<style>
a { background-color: #A276D3; }
a { background-color: rgb(162,118,211); }
div.DivClassName
{
background-color: #A276D3;
}
.BgClassName
{
background-color: #A276D3;
}
</style>
border-color css
<style>
span { border-color: #A276D3; }
span { border-color: rgb(162,118,211); }
td.TdClassName
{
border-color: #A276D3;
}
.TagClassName
{
border-color: #A276D3;
}
</style>