Shades of Amethyst #A56CC2
Tints of Amethyst #A56CC2
RGB
CMYK
RGB Variations
Color information
#A56CC2 (or 0xA56CC2) is known color: Amethyst. HEX triplet: A5, 6C and C2. RGB value is (165,108,194). Sum of RGB (Red+Green+Blue) = 165+108+194=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 194 - color contains mainly: blue. Hex color #A56CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CC2 is #5A933D. Grayscale: #868686. Windows color (decimal): -5935934 or 12741797. OLE color: 12741797.
HSL color Cylindrical-coordinate representation of color #A56CC2: hue angle of 279.77º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A56CC2 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 108 | 194 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.24 |
| HSL | 279.77º | 0.41% | 0.59% | - |
| HSV(B) | 279.77º | 0.44% | 0.76% | - |
| XYZ | 30.62 | 22.62 | 53.79 | - |
| YUV | 134.85 | 161.38 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 108 | 194 | 0.15 | 0.44 | 0 | 0.24 | 279.77 | 0.41 | 0.59 |
| Hex | A5 | 6C | C2 | F | 2C | 0 | 18 | 118 | 29 | 3B |
| Octal | 245 | 154 | 302 | 17 | 54 | 0 | 30 | 430 | 51 | 73 |
| Binary | 10100101 | 1101100 | 11000010 | 1111 | 101100 | 0 | 11000 | 100011000 | 101001 | 111011 |
Color Harmonies of #A56CC2
Complementary color
Monochromatic Colors of #A56CC2
Black with #A56CC2
Text Example
Text Example
White with #A56CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56CC2; }
p { color: rgb(165,108,194); }
H1.HeaderClassName
{
color: #A56CC2;
}
.AnyTagClassName
{
color: #A56CC2;
}
</style>
background-color css
<style>
a { background-color: #A56CC2; }
a { background-color: rgb(165,108,194); }
div.DivClassName
{
background-color: #A56CC2;
}
.BgClassName
{
background-color: #A56CC2;
}
</style>
border-color css
<style>
span { border-color: #A56CC2; }
span { border-color: rgb(165,108,194); }
td.TdClassName
{
border-color: #A56CC2;
}
.TagClassName
{
border-color: #A56CC2;
}
</style>