Shades of Amethyst #A560CC
Tints of Amethyst #A560CC
RGB
CMYK
RGB Variations
Color information
#A560CC (or 0xA560CC) is known color: Amethyst. HEX triplet: A5, 60 and CC. RGB value is (165,96,204). Sum of RGB (Red+Green+Blue) = 165+96+204=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #A560CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560CC is #5A9F33. Grayscale: #808080. Windows color (decimal): -5938996 or 13394085. OLE color: 13394085.
HSL color Cylindrical-coordinate representation of color #A560CC: hue angle of 278.33º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A560CC is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 96 | 204 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.2 |
| HSL | 278.33º | 0.51% | 0.59% | - |
| HSV(B) | 278.33º | 0.53% | 0.8% | - |
| XYZ | 30.6 | 20.72 | 59.51 | - |
| YUV | 128.94 | 170.36 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 96 | 204 | 0.19 | 0.53 | 0 | 0.2 | 278.33 | 0.51 | 0.59 |
| Hex | A5 | 60 | CC | 13 | 35 | 0 | 14 | 116 | 33 | 3B |
| Octal | 245 | 140 | 314 | 23 | 65 | 0 | 24 | 426 | 63 | 73 |
| Binary | 10100101 | 1100000 | 11001100 | 10011 | 110101 | 0 | 10100 | 100010110 | 110011 | 111011 |
Color Harmonies of #A560CC
Complementary color
Monochromatic Colors of #A560CC
Black with #A560CC
Text Example
Text Example
White with #A560CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A560CC; }
p { color: rgb(165,96,204); }
H1.HeaderClassName
{
color: #A560CC;
}
.AnyTagClassName
{
color: #A560CC;
}
</style>
background-color css
<style>
a { background-color: #A560CC; }
a { background-color: rgb(165,96,204); }
div.DivClassName
{
background-color: #A560CC;
}
.BgClassName
{
background-color: #A560CC;
}
</style>
border-color css
<style>
span { border-color: #A560CC; }
span { border-color: rgb(165,96,204); }
td.TdClassName
{
border-color: #A560CC;
}
.TagClassName
{
border-color: #A560CC;
}
</style>