Shades of Amethyst #A564C8
Tints of Amethyst #A564C8
RGB
CMYK
RGB Variations
Color information
#A564C8 (or 0xA564C8) is known color: Amethyst. HEX triplet: A5, 64 and C8. RGB value is (165,100,200). Sum of RGB (Red+Green+Blue) = 165+100+200=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 200 - color contains mainly: blue. Hex color #A564C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A564C8 is #5A9B37. Grayscale: #828282. Windows color (decimal): -5937976 or 13132965. OLE color: 13132965.
HSL color Cylindrical-coordinate representation of color #A564C8: hue angle of 279º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A564C8 is Cyan = 0.18, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 100 | 200 | - |
| CMYK | 0.18 | 0.5 | 0 | 0.22 |
| HSL | 279º | 0.48% | 0.59% | - |
| HSV(B) | 279º | 0.5% | 0.78% | - |
| XYZ | 30.5 | 21.28 | 57.14 | - |
| YUV | 130.84 | 167.03 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 100 | 200 | 0.18 | 0.5 | 0 | 0.22 | 279 | 0.48 | 0.59 |
| Hex | A5 | 64 | C8 | 12 | 32 | 0 | 16 | 117 | 30 | 3B |
| Octal | 245 | 144 | 310 | 22 | 62 | 0 | 26 | 427 | 60 | 73 |
| Binary | 10100101 | 1100100 | 11001000 | 10010 | 110010 | 0 | 10110 | 100010111 | 110000 | 111011 |
Color Harmonies of #A564C8
Complementary color
Monochromatic Colors of #A564C8
Black with #A564C8
Text Example
Text Example
White with #A564C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A564C8; }
p { color: rgb(165,100,200); }
H1.HeaderClassName
{
color: #A564C8;
}
.AnyTagClassName
{
color: #A564C8;
}
</style>
background-color css
<style>
a { background-color: #A564C8; }
a { background-color: rgb(165,100,200); }
div.DivClassName
{
background-color: #A564C8;
}
.BgClassName
{
background-color: #A564C8;
}
</style>
border-color css
<style>
span { border-color: #A564C8; }
span { border-color: rgb(165,100,200); }
td.TdClassName
{
border-color: #A564C8;
}
.TagClassName
{
border-color: #A564C8;
}
</style>