Shades of Amethyst #A560CF
Tints of Amethyst #A560CF
RGB
CMYK
RGB Variations
Color information
#A560CF (or 0xA560CF) is known color: Amethyst. HEX triplet: A5, 60 and CF. RGB value is (165,96,207). Sum of RGB (Red+Green+Blue) = 165+96+207=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #A560CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560CF is #5A9F30. Grayscale: #808080. Windows color (decimal): -5938993 or 13590693. OLE color: 13590693.
HSL color Cylindrical-coordinate representation of color #A560CF: hue angle of 277.3º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A560CF is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 96 | 207 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.19 |
| HSL | 277.3º | 0.54% | 0.59% | - |
| HSV(B) | 277.3º | 0.54% | 0.81% | - |
| XYZ | 30.96 | 20.87 | 61.43 | - |
| YUV | 129.29 | 171.86 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 96 | 207 | 0.20 | 0.54 | 0 | 0.19 | 277.3 | 0.54 | 0.59 |
| Hex | A5 | 60 | CF | 14 | 36 | 0 | 13 | 115 | 36 | 3B |
| Octal | 245 | 140 | 317 | 24 | 66 | 0 | 23 | 425 | 66 | 73 |
| Binary | 10100101 | 1100000 | 11001111 | 10100 | 110110 | 0 | 10011 | 100010101 | 110110 | 111011 |
Color Harmonies of #A560CF
Complementary color
Monochromatic Colors of #A560CF
Black with #A560CF
Text Example
Text Example
White with #A560CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A560CF; }
p { color: rgb(165,96,207); }
H1.HeaderClassName
{
color: #A560CF;
}
.AnyTagClassName
{
color: #A560CF;
}
</style>
background-color css
<style>
a { background-color: #A560CF; }
a { background-color: rgb(165,96,207); }
div.DivClassName
{
background-color: #A560CF;
}
.BgClassName
{
background-color: #A560CF;
}
</style>
border-color css
<style>
span { border-color: #A560CF; }
span { border-color: rgb(165,96,207); }
td.TdClassName
{
border-color: #A560CF;
}
.TagClassName
{
border-color: #A560CF;
}
</style>