Shades of Amethyst #A463CB
Tints of Amethyst #A463CB
RGB
CMYK
RGB Variations
Color information
#A463CB (or 0xA463CB) is known color: Amethyst. HEX triplet: A4, 63 and CB. RGB value is (164,99,203). Sum of RGB (Red+Green+Blue) = 164+99+203=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #A463CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A463CB is #5B9C34. Grayscale: #818181. Windows color (decimal): -6003765 or 13329316. OLE color: 13329316.
HSL color Cylindrical-coordinate representation of color #A463CB: hue angle of 277.5º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A463CB is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 99 | 203 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.20 |
| HSL | 277.5º | 0.5% | 0.59% | - |
| HSV(B) | 277.5º | 0.51% | 0.8% | - |
| XYZ | 30.55 | 21.13 | 58.97 | - |
| YUV | 130.29 | 169.03 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 203 | 0.19 | 0.51 | 0 | 0.20 | 277.5 | 0.5 | 0.59 |
| Hex | A4 | 63 | CB | 13 | 33 | 0 | 14 | 116 | 32 | 3B |
| Octal | 244 | 143 | 313 | 23 | 63 | 0 | 24 | 426 | 62 | 73 |
| Binary | 10100100 | 1100011 | 11001011 | 10011 | 110011 | 0 | 10100 | 100010110 | 110010 | 111011 |
Color Harmonies of #A463CB
Complementary color
Monochromatic Colors of #A463CB
Black with #A463CB
Text Example
Text Example
White with #A463CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A463CB; }
p { color: rgb(164,99,203); }
H1.HeaderClassName
{
color: #A463CB;
}
.AnyTagClassName
{
color: #A463CB;
}
</style>
background-color css
<style>
a { background-color: #A463CB; }
a { background-color: rgb(164,99,203); }
div.DivClassName
{
background-color: #A463CB;
}
.BgClassName
{
background-color: #A463CB;
}
</style>
border-color css
<style>
span { border-color: #A463CB; }
span { border-color: rgb(164,99,203); }
td.TdClassName
{
border-color: #A463CB;
}
.TagClassName
{
border-color: #A463CB;
}
</style>