Shades of Amethyst #A56ACB
Tints of Amethyst #A56ACB
RGB
CMYK
RGB Variations
Color information
#A56ACB (or 0xA56ACB) is known color: Amethyst. HEX triplet: A5, 6A and CB. RGB value is (165,106,203). Sum of RGB (Red+Green+Blue) = 165+106+203=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #A56ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56ACB is #5A9534. Grayscale: #868686. Windows color (decimal): -5936437 or 13331109. OLE color: 13331109.
HSL color Cylindrical-coordinate representation of color #A56ACB: hue angle of 276.49º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A56ACB is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 106 | 203 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.20 |
| HSL | 276.49º | 0.48% | 0.61% | - |
| HSV(B) | 276.49º | 0.48% | 0.8% | - |
| XYZ | 31.45 | 22.62 | 59.21 | - |
| YUV | 134.7 | 166.55 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 106 | 203 | 0.19 | 0.48 | 0 | 0.20 | 276.49 | 0.48 | 0.61 |
| Hex | A5 | 6A | CB | 13 | 30 | 0 | 14 | 114 | 30 | 3D |
| Octal | 245 | 152 | 313 | 23 | 60 | 0 | 24 | 424 | 60 | 75 |
| Binary | 10100101 | 1101010 | 11001011 | 10011 | 110000 | 0 | 10100 | 100010100 | 110000 | 111101 |
Color Harmonies of #A56ACB
Complementary color
Monochromatic Colors of #A56ACB
Black with #A56ACB
Text Example
Text Example
White with #A56ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56ACB; }
p { color: rgb(165,106,203); }
H1.HeaderClassName
{
color: #A56ACB;
}
.AnyTagClassName
{
color: #A56ACB;
}
</style>
background-color css
<style>
a { background-color: #A56ACB; }
a { background-color: rgb(165,106,203); }
div.DivClassName
{
background-color: #A56ACB;
}
.BgClassName
{
background-color: #A56ACB;
}
</style>
border-color css
<style>
span { border-color: #A56ACB; }
span { border-color: rgb(165,106,203); }
td.TdClassName
{
border-color: #A56ACB;
}
.TagClassName
{
border-color: #A56ACB;
}
</style>