Shades of Amethyst #A562C6
Tints of Amethyst #A562C6
RGB
CMYK
RGB Variations
Color information
#A562C6 (or 0xA562C6) is known color: Amethyst. HEX triplet: A5, 62 and C6. RGB value is (165,98,198). Sum of RGB (Red+Green+Blue) = 165+98+198=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #A562C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A562C6 is #5A9D39. Grayscale: #818181. Windows color (decimal): -5938490 or 13001381. OLE color: 13001381.
HSL color Cylindrical-coordinate representation of color #A562C6: hue angle of 280.2º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A562C6 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 98 | 198 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.22 |
| HSL | 280.2º | 0.47% | 0.58% | - |
| HSV(B) | 280.2º | 0.51% | 0.78% | - |
| XYZ | 30.08 | 20.81 | 55.86 | - |
| YUV | 129.43 | 166.7 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 98 | 198 | 0.17 | 0.51 | 0 | 0.22 | 280.2 | 0.47 | 0.58 |
| Hex | A5 | 62 | C6 | 11 | 33 | 0 | 16 | 118 | 2F | 3A |
| Octal | 245 | 142 | 306 | 21 | 63 | 0 | 26 | 430 | 57 | 72 |
| Binary | 10100101 | 1100010 | 11000110 | 10001 | 110011 | 0 | 10110 | 100011000 | 101111 | 111010 |
Color Harmonies of #A562C6
Complementary color
Monochromatic Colors of #A562C6
Black with #A562C6
Text Example
Text Example
White with #A562C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A562C6; }
p { color: rgb(165,98,198); }
H1.HeaderClassName
{
color: #A562C6;
}
.AnyTagClassName
{
color: #A562C6;
}
</style>
background-color css
<style>
a { background-color: #A562C6; }
a { background-color: rgb(165,98,198); }
div.DivClassName
{
background-color: #A562C6;
}
.BgClassName
{
background-color: #A562C6;
}
</style>
border-color css
<style>
span { border-color: #A562C6; }
span { border-color: rgb(165,98,198); }
td.TdClassName
{
border-color: #A562C6;
}
.TagClassName
{
border-color: #A562C6;
}
</style>