Shades of Amethyst #A56CCB
Tints of Amethyst #A56CCB
RGB
CMYK
RGB Variations
Color information
#A56CCB (or 0xA56CCB) is known color: Amethyst. HEX triplet: A5, 6C and CB. RGB value is (165,108,203). Sum of RGB (Red+Green+Blue) = 165+108+203=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #A56CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CCB is #5A9334. Grayscale: #878787. Windows color (decimal): -5935925 or 13331621. OLE color: 13331621.
HSL color Cylindrical-coordinate representation of color #A56CCB: hue angle of 276º degrees, saturation: 0.48, 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 #A56CCB is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 108 | 203 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.20 |
| HSL | 276º | 0.48% | 0.61% | - |
| HSV(B) | 276º | 0.47% | 0.8% | - |
| XYZ | 31.66 | 23.04 | 59.28 | - |
| YUV | 135.87 | 165.88 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 108 | 203 | 0.19 | 0.47 | 0 | 0.20 | 276 | 0.48 | 0.61 |
| Hex | A5 | 6C | CB | 13 | 2F | 0 | 14 | 114 | 30 | 3D |
| Octal | 245 | 154 | 313 | 23 | 57 | 0 | 24 | 424 | 60 | 75 |
| Binary | 10100101 | 1101100 | 11001011 | 10011 | 101111 | 0 | 10100 | 100010100 | 110000 | 111101 |
Color Harmonies of #A56CCB
Complementary color
Monochromatic Colors of #A56CCB
Black with #A56CCB
Text Example
Text Example
White with #A56CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56CCB; }
p { color: rgb(165,108,203); }
H1.HeaderClassName
{
color: #A56CCB;
}
.AnyTagClassName
{
color: #A56CCB;
}
</style>
background-color css
<style>
a { background-color: #A56CCB; }
a { background-color: rgb(165,108,203); }
div.DivClassName
{
background-color: #A56CCB;
}
.BgClassName
{
background-color: #A56CCB;
}
</style>
border-color css
<style>
span { border-color: #A56CCB; }
span { border-color: rgb(165,108,203); }
td.TdClassName
{
border-color: #A56CCB;
}
.TagClassName
{
border-color: #A56CCB;
}
</style>