Shades of Amethyst #A275D1
Tints of Amethyst #A275D1
RGB
CMYK
RGB Variations
Color information
#A275D1 (or 0xA275D1) is known color: Amethyst. HEX triplet: A2, 75 and D1. RGB value is (162,117,209). Sum of RGB (Red+Green+Blue) = 162+117+209=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #A275D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275D1 is #5D8A2E. Grayscale: #8C8C8C. Windows color (decimal): -6130223 or 13727138. OLE color: 13727138.
HSL color Cylindrical-coordinate representation of color #A275D1: hue angle of 269.35º degrees, saturation: 0.5, 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 #A275D1 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 117 | 209 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.18 |
| HSL | 269.35º | 0.5% | 0.64% | - |
| HSV(B) | 269.35º | 0.44% | 0.82% | - |
| XYZ | 32.77 | 25.01 | 63.42 | - |
| YUV | 140.94 | 166.41 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 209 | 0.22 | 0.44 | 0 | 0.18 | 269.35 | 0.5 | 0.64 |
| Hex | A2 | 75 | D1 | 16 | 2C | 0 | 12 | 10D | 32 | 40 |
| Octal | 242 | 165 | 321 | 26 | 54 | 0 | 22 | 415 | 62 | 100 |
| Binary | 10100010 | 1110101 | 11010001 | 10110 | 101100 | 0 | 10010 | 100001101 | 110010 | 1000000 |
Color Harmonies of #A275D1
Complementary color
Monochromatic Colors of #A275D1
Black with #A275D1
Text Example
Text Example
White with #A275D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A275D1; }
p { color: rgb(162,117,209); }
H1.HeaderClassName
{
color: #A275D1;
}
.AnyTagClassName
{
color: #A275D1;
}
</style>
background-color css
<style>
a { background-color: #A275D1; }
a { background-color: rgb(162,117,209); }
div.DivClassName
{
background-color: #A275D1;
}
.BgClassName
{
background-color: #A275D1;
}
</style>
border-color css
<style>
span { border-color: #A275D1; }
span { border-color: rgb(162,117,209); }
td.TdClassName
{
border-color: #A275D1;
}
.TagClassName
{
border-color: #A275D1;
}
</style>