Shades of Amethyst #A276CC
Tints of Amethyst #A276CC
RGB
CMYK
RGB Variations
Color information
#A276CC (or 0xA276CC) is known color: Amethyst. HEX triplet: A2, 76 and CC. RGB value is (162,118,204). Sum of RGB (Red+Green+Blue) = 162+118+204=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #A276CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A276CC is #5D8933. Grayscale: #8C8C8C. Windows color (decimal): -6129972 or 13399714. OLE color: 13399714.
HSL color Cylindrical-coordinate representation of color #A276CC: hue angle of 270.7º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A276CC is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 118 | 204 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.2 |
| HSL | 270.7º | 0.46% | 0.63% | - |
| HSV(B) | 270.7º | 0.42% | 0.8% | - |
| XYZ | 32.28 | 25 | 60.25 | - |
| YUV | 140.96 | 163.58 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 118 | 204 | 0.21 | 0.42 | 0 | 0.2 | 270.7 | 0.46 | 0.63 |
| Hex | A2 | 76 | CC | 15 | 2A | 0 | 14 | 10F | 2E | 3F |
| Octal | 242 | 166 | 314 | 25 | 52 | 0 | 24 | 417 | 56 | 77 |
| Binary | 10100010 | 1110110 | 11001100 | 10101 | 101010 | 0 | 10100 | 100001111 | 101110 | 111111 |
Color Harmonies of #A276CC
Complementary color
Monochromatic Colors of #A276CC
Black with #A276CC
Text Example
Text Example
White with #A276CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A276CC; }
p { color: rgb(162,118,204); }
H1.HeaderClassName
{
color: #A276CC;
}
.AnyTagClassName
{
color: #A276CC;
}
</style>
background-color css
<style>
a { background-color: #A276CC; }
a { background-color: rgb(162,118,204); }
div.DivClassName
{
background-color: #A276CC;
}
.BgClassName
{
background-color: #A276CC;
}
</style>
border-color css
<style>
span { border-color: #A276CC; }
span { border-color: rgb(162,118,204); }
td.TdClassName
{
border-color: #A276CC;
}
.TagClassName
{
border-color: #A276CC;
}
</style>