Shades of Amethyst #A56ACF
Tints of Amethyst #A56ACF
RGB
CMYK
RGB Variations
Color information
#A56ACF (or 0xA56ACF) is known color: Amethyst. HEX triplet: A5, 6A and CF. RGB value is (165,106,207). Sum of RGB (Red+Green+Blue) = 165+106+207=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #A56ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56ACF is #5A9530. Grayscale: #868686. Windows color (decimal): -5936433 or 13593253. OLE color: 13593253.
HSL color Cylindrical-coordinate representation of color #A56ACF: hue angle of 275.05º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A56ACF is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 106 | 207 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.19 |
| HSL | 275.05º | 0.51% | 0.61% | - |
| HSV(B) | 275.05º | 0.49% | 0.81% | - |
| XYZ | 31.93 | 22.81 | 61.75 | - |
| YUV | 135.16 | 168.55 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 106 | 207 | 0.20 | 0.49 | 0 | 0.19 | 275.05 | 0.51 | 0.61 |
| Hex | A5 | 6A | CF | 14 | 31 | 0 | 13 | 113 | 33 | 3D |
| Octal | 245 | 152 | 317 | 24 | 61 | 0 | 23 | 423 | 63 | 75 |
| Binary | 10100101 | 1101010 | 11001111 | 10100 | 110001 | 0 | 10011 | 100010011 | 110011 | 111101 |
Color Harmonies of #A56ACF
Complementary color
Monochromatic Colors of #A56ACF
Black with #A56ACF
Text Example
Text Example
White with #A56ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56ACF; }
p { color: rgb(165,106,207); }
H1.HeaderClassName
{
color: #A56ACF;
}
.AnyTagClassName
{
color: #A56ACF;
}
</style>
background-color css
<style>
a { background-color: #A56ACF; }
a { background-color: rgb(165,106,207); }
div.DivClassName
{
background-color: #A56ACF;
}
.BgClassName
{
background-color: #A56ACF;
}
</style>
border-color css
<style>
span { border-color: #A56ACF; }
span { border-color: rgb(165,106,207); }
td.TdClassName
{
border-color: #A56ACF;
}
.TagClassName
{
border-color: #A56ACF;
}
</style>