Shades of Amethyst #A564CC
Tints of Amethyst #A564CC
RGB
CMYK
RGB Variations
Color information
#A564CC (or 0xA564CC) is known color: Amethyst. HEX triplet: A5, 64 and CC. RGB value is (165,100,204). Sum of RGB (Red+Green+Blue) = 165+100+204=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #A564CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A564CC is #5A9B33. Grayscale: #828282. Windows color (decimal): -5937972 or 13395109. OLE color: 13395109.
HSL color Cylindrical-coordinate representation of color #A564CC: hue angle of 277.5º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A564CC is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 100 | 204 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.2 |
| HSL | 277.5º | 0.5% | 0.6% | - |
| HSV(B) | 277.5º | 0.51% | 0.8% | - |
| XYZ | 30.97 | 21.47 | 59.64 | - |
| YUV | 131.29 | 169.03 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 100 | 204 | 0.19 | 0.51 | 0 | 0.2 | 277.5 | 0.5 | 0.6 |
| Hex | A5 | 64 | CC | 13 | 33 | 0 | 14 | 116 | 32 | 3C |
| Octal | 245 | 144 | 314 | 23 | 63 | 0 | 24 | 426 | 62 | 74 |
| Binary | 10100101 | 1100100 | 11001100 | 10011 | 110011 | 0 | 10100 | 100010110 | 110010 | 111100 |
Color Harmonies of #A564CC
Complementary color
Monochromatic Colors of #A564CC
Black with #A564CC
Text Example
Text Example
White with #A564CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A564CC; }
p { color: rgb(165,100,204); }
H1.HeaderClassName
{
color: #A564CC;
}
.AnyTagClassName
{
color: #A564CC;
}
</style>
background-color css
<style>
a { background-color: #A564CC; }
a { background-color: rgb(165,100,204); }
div.DivClassName
{
background-color: #A564CC;
}
.BgClassName
{
background-color: #A564CC;
}
</style>
border-color css
<style>
span { border-color: #A564CC; }
span { border-color: rgb(165,100,204); }
td.TdClassName
{
border-color: #A564CC;
}
.TagClassName
{
border-color: #A564CC;
}
</style>