Shades of Amethyst #A464CA
Tints of Amethyst #A464CA
RGB
CMYK
RGB Variations
Color information
#A464CA (or 0xA464CA) is known color: Amethyst. HEX triplet: A4, 64 and CA. RGB value is (164,100,202). Sum of RGB (Red+Green+Blue) = 164+100+202=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #A464CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A464CA is #5B9B35. Grayscale: #828282. Windows color (decimal): -6003510 or 13264036. OLE color: 13264036.
HSL color Cylindrical-coordinate representation of color #A464CA: hue angle of 277.65º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A464CA is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 100 | 202 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.21 |
| HSL | 277.65º | 0.49% | 0.59% | - |
| HSV(B) | 277.65º | 0.5% | 0.79% | - |
| XYZ | 30.53 | 21.27 | 58.37 | - |
| YUV | 130.76 | 168.2 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 100 | 202 | 0.19 | 0.50 | 0 | 0.21 | 277.65 | 0.49 | 0.59 |
| Hex | A4 | 64 | CA | 13 | 32 | 0 | 15 | 116 | 31 | 3B |
| Octal | 244 | 144 | 312 | 23 | 62 | 0 | 25 | 426 | 61 | 73 |
| Binary | 10100100 | 1100100 | 11001010 | 10011 | 110010 | 0 | 10101 | 100010110 | 110001 | 111011 |
Color Harmonies of #A464CA
Complementary color
Monochromatic Colors of #A464CA
Black with #A464CA
Text Example
Text Example
White with #A464CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A464CA; }
p { color: rgb(164,100,202); }
H1.HeaderClassName
{
color: #A464CA;
}
.AnyTagClassName
{
color: #A464CA;
}
</style>
background-color css
<style>
a { background-color: #A464CA; }
a { background-color: rgb(164,100,202); }
div.DivClassName
{
background-color: #A464CA;
}
.BgClassName
{
background-color: #A464CA;
}
</style>
border-color css
<style>
span { border-color: #A464CA; }
span { border-color: rgb(164,100,202); }
td.TdClassName
{
border-color: #A464CA;
}
.TagClassName
{
border-color: #A464CA;
}
</style>