Shades of Amethyst #A262D0
Tints of Amethyst #A262D0
RGB
CMYK
RGB Variations
Color information
#A262D0 (or 0xA262D0) is known color: Amethyst. HEX triplet: A2, 62 and D0. RGB value is (162,98,208). Sum of RGB (Red+Green+Blue) = 162+98+208=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #A262D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A262D0 is #5D9D2F. Grayscale: #818181. Windows color (decimal): -6135088 or 13656738. OLE color: 13656738.
HSL color Cylindrical-coordinate representation of color #A262D0: hue angle of 274.91º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A262D0 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 98 | 208 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.18 |
| HSL | 274.91º | 0.54% | 0.6% | - |
| HSV(B) | 274.91º | 0.53% | 0.82% | - |
| XYZ | 30.65 | 20.97 | 62.11 | - |
| YUV | 129.68 | 172.2 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 98 | 208 | 0.22 | 0.53 | 0 | 0.18 | 274.91 | 0.54 | 0.6 |
| Hex | A2 | 62 | D0 | 16 | 35 | 0 | 12 | 113 | 36 | 3C |
| Octal | 242 | 142 | 320 | 26 | 65 | 0 | 22 | 423 | 66 | 74 |
| Binary | 10100010 | 1100010 | 11010000 | 10110 | 110101 | 0 | 10010 | 100010011 | 110110 | 111100 |
Color Harmonies of #A262D0
Complementary color
Monochromatic Colors of #A262D0
Black with #A262D0
Text Example
Text Example
White with #A262D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A262D0; }
p { color: rgb(162,98,208); }
H1.HeaderClassName
{
color: #A262D0;
}
.AnyTagClassName
{
color: #A262D0;
}
</style>
background-color css
<style>
a { background-color: #A262D0; }
a { background-color: rgb(162,98,208); }
div.DivClassName
{
background-color: #A262D0;
}
.BgClassName
{
background-color: #A262D0;
}
</style>
border-color css
<style>
span { border-color: #A262D0; }
span { border-color: rgb(162,98,208); }
td.TdClassName
{
border-color: #A262D0;
}
.TagClassName
{
border-color: #A262D0;
}
</style>