Shades of Amethyst #A464CC
Tints of Amethyst #A464CC
RGB
CMYK
RGB Variations
Color information
#A464CC (or 0xA464CC) is known color: Amethyst. HEX triplet: A4, 64 and CC. RGB value is (164,100,204). Sum of RGB (Red+Green+Blue) = 164+100+204=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #A464CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A464CC is #5B9B33. Grayscale: #828282. Windows color (decimal): -6003508 or 13395108. OLE color: 13395108.
HSL color Cylindrical-coordinate representation of color #A464CC: hue angle of 276.92º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A464CC is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 100 | 204 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.2 |
| HSL | 276.92º | 0.5% | 0.6% | - |
| HSV(B) | 276.92º | 0.51% | 0.8% | - |
| XYZ | 30.77 | 21.37 | 59.63 | - |
| YUV | 130.99 | 169.2 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 100 | 204 | 0.20 | 0.51 | 0 | 0.2 | 276.92 | 0.5 | 0.6 |
| Hex | A4 | 64 | CC | 14 | 33 | 0 | 14 | 115 | 32 | 3C |
| Octal | 244 | 144 | 314 | 24 | 63 | 0 | 24 | 425 | 62 | 74 |
| Binary | 10100100 | 1100100 | 11001100 | 10100 | 110011 | 0 | 10100 | 100010101 | 110010 | 111100 |
Color Harmonies of #A464CC
Complementary color
Monochromatic Colors of #A464CC
Black with #A464CC
Text Example
Text Example
White with #A464CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A464CC; }
p { color: rgb(164,100,204); }
H1.HeaderClassName
{
color: #A464CC;
}
.AnyTagClassName
{
color: #A464CC;
}
</style>
background-color css
<style>
a { background-color: #A464CC; }
a { background-color: rgb(164,100,204); }
div.DivClassName
{
background-color: #A464CC;
}
.BgClassName
{
background-color: #A464CC;
}
</style>
border-color css
<style>
span { border-color: #A464CC; }
span { border-color: rgb(164,100,204); }
td.TdClassName
{
border-color: #A464CC;
}
.TagClassName
{
border-color: #A464CC;
}
</style>