Shades of Amethyst #A562CF
Tints of Amethyst #A562CF
RGB
CMYK
RGB Variations
Color information
#A562CF (or 0xA562CF) is known color: Amethyst. HEX triplet: A5, 62 and CF. RGB value is (165,98,207). Sum of RGB (Red+Green+Blue) = 165+98+207=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #A562CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A562CF is #5A9D30. Grayscale: #828282. Windows color (decimal): -5938481 or 13591205. OLE color: 13591205.
HSL color Cylindrical-coordinate representation of color #A562CF: hue angle of 276.88º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A562CF is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 98 | 207 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.19 |
| HSL | 276.88º | 0.53% | 0.6% | - |
| HSV(B) | 276.88º | 0.53% | 0.81% | - |
| XYZ | 31.15 | 21.24 | 61.49 | - |
| YUV | 130.46 | 171.2 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 98 | 207 | 0.20 | 0.53 | 0 | 0.19 | 276.88 | 0.53 | 0.6 |
| Hex | A5 | 62 | CF | 14 | 35 | 0 | 13 | 115 | 35 | 3C |
| Octal | 245 | 142 | 317 | 24 | 65 | 0 | 23 | 425 | 65 | 74 |
| Binary | 10100101 | 1100010 | 11001111 | 10100 | 110101 | 0 | 10011 | 100010101 | 110101 | 111100 |
Color Harmonies of #A562CF
Complementary color
Monochromatic Colors of #A562CF
Black with #A562CF
Text Example
Text Example
White with #A562CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A562CF; }
p { color: rgb(165,98,207); }
H1.HeaderClassName
{
color: #A562CF;
}
.AnyTagClassName
{
color: #A562CF;
}
</style>
background-color css
<style>
a { background-color: #A562CF; }
a { background-color: rgb(165,98,207); }
div.DivClassName
{
background-color: #A562CF;
}
.BgClassName
{
background-color: #A562CF;
}
</style>
border-color css
<style>
span { border-color: #A562CF; }
span { border-color: rgb(165,98,207); }
td.TdClassName
{
border-color: #A562CF;
}
.TagClassName
{
border-color: #A562CF;
}
</style>