Shades of Amethyst #A56CCD
Tints of Amethyst #A56CCD
RGB
CMYK
RGB Variations
Color information
#A56CCD (or 0xA56CCD) is known color: Amethyst. HEX triplet: A5, 6C and CD. RGB value is (165,108,205). Sum of RGB (Red+Green+Blue) = 165+108+205=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #A56CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CCD is #5A9332. Grayscale: #878787. Windows color (decimal): -5935923 or 13462693. OLE color: 13462693.
HSL color Cylindrical-coordinate representation of color #A56CCD: hue angle of 275.26º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A56CCD is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 108 | 205 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.20 |
| HSL | 275.26º | 0.49% | 0.61% | - |
| HSV(B) | 275.26º | 0.47% | 0.8% | - |
| XYZ | 31.9 | 23.13 | 60.54 | - |
| YUV | 136.1 | 166.88 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 108 | 205 | 0.20 | 0.47 | 0 | 0.20 | 275.26 | 0.49 | 0.61 |
| Hex | A5 | 6C | CD | 14 | 2F | 0 | 14 | 113 | 31 | 3D |
| Octal | 245 | 154 | 315 | 24 | 57 | 0 | 24 | 423 | 61 | 75 |
| Binary | 10100101 | 1101100 | 11001101 | 10100 | 101111 | 0 | 10100 | 100010011 | 110001 | 111101 |
Color Harmonies of #A56CCD
Complementary color
Monochromatic Colors of #A56CCD
Black with #A56CCD
Text Example
Text Example
White with #A56CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56CCD; }
p { color: rgb(165,108,205); }
H1.HeaderClassName
{
color: #A56CCD;
}
.AnyTagClassName
{
color: #A56CCD;
}
</style>
background-color css
<style>
a { background-color: #A56CCD; }
a { background-color: rgb(165,108,205); }
div.DivClassName
{
background-color: #A56CCD;
}
.BgClassName
{
background-color: #A56CCD;
}
</style>
border-color css
<style>
span { border-color: #A56CCD; }
span { border-color: rgb(165,108,205); }
td.TdClassName
{
border-color: #A56CCD;
}
.TagClassName
{
border-color: #A56CCD;
}
</style>