Shades of Amethyst #A276CD
Tints of Amethyst #A276CD
RGB
CMYK
RGB Variations
Color information
#A276CD (or 0xA276CD) is known color: Amethyst. HEX triplet: A2, 76 and CD. RGB value is (162,118,205). Sum of RGB (Red+Green+Blue) = 162+118+205=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #A276CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A276CD is #5D8932. Grayscale: #8C8C8C. Windows color (decimal): -6129971 or 13465250. OLE color: 13465250.
HSL color Cylindrical-coordinate representation of color #A276CD: hue angle of 270.34º degrees, saturation: 0.47, 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 #A276CD is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 118 | 205 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.20 |
| HSL | 270.34º | 0.47% | 0.63% | - |
| HSV(B) | 270.34º | 0.42% | 0.8% | - |
| XYZ | 32.4 | 25.05 | 60.88 | - |
| YUV | 141.07 | 164.08 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 118 | 205 | 0.21 | 0.42 | 0 | 0.20 | 270.34 | 0.47 | 0.63 |
| Hex | A2 | 76 | CD | 15 | 2A | 0 | 14 | 10E | 2F | 3F |
| Octal | 242 | 166 | 315 | 25 | 52 | 0 | 24 | 416 | 57 | 77 |
| Binary | 10100010 | 1110110 | 11001101 | 10101 | 101010 | 0 | 10100 | 100001110 | 101111 | 111111 |
Color Harmonies of #A276CD
Complementary color
Monochromatic Colors of #A276CD
Black with #A276CD
Text Example
Text Example
White with #A276CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A276CD; }
p { color: rgb(162,118,205); }
H1.HeaderClassName
{
color: #A276CD;
}
.AnyTagClassName
{
color: #A276CD;
}
</style>
background-color css
<style>
a { background-color: #A276CD; }
a { background-color: rgb(162,118,205); }
div.DivClassName
{
background-color: #A276CD;
}
.BgClassName
{
background-color: #A276CD;
}
</style>
border-color css
<style>
span { border-color: #A276CD; }
span { border-color: rgb(162,118,205); }
td.TdClassName
{
border-color: #A276CD;
}
.TagClassName
{
border-color: #A276CD;
}
</style>