Shades of Amethyst #A364CA
Tints of Amethyst #A364CA
RGB
CMYK
RGB Variations
Color information
#A364CA (or 0xA364CA) is known color: Amethyst. HEX triplet: A3, 64 and CA. RGB value is (163,100,202). Sum of RGB (Red+Green+Blue) = 163+100+202=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #A364CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A364CA is #5C9B35. Grayscale: #828282. Windows color (decimal): -6069046 or 13264035. OLE color: 13264035.
HSL color Cylindrical-coordinate representation of color #A364CA: hue angle of 277.06º 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 #A364CA is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 100 | 202 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.21 |
| HSL | 277.06º | 0.49% | 0.59% | - |
| HSV(B) | 277.06º | 0.5% | 0.79% | - |
| XYZ | 30.32 | 21.17 | 58.36 | - |
| YUV | 130.47 | 168.37 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 100 | 202 | 0.19 | 0.50 | 0 | 0.21 | 277.06 | 0.49 | 0.59 |
| Hex | A3 | 64 | CA | 13 | 32 | 0 | 15 | 115 | 31 | 3B |
| Octal | 243 | 144 | 312 | 23 | 62 | 0 | 25 | 425 | 61 | 73 |
| Binary | 10100011 | 1100100 | 11001010 | 10011 | 110010 | 0 | 10101 | 100010101 | 110001 | 111011 |
Color Harmonies of #A364CA
Complementary color
Monochromatic Colors of #A364CA
Black with #A364CA
Text Example
Text Example
White with #A364CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A364CA; }
p { color: rgb(163,100,202); }
H1.HeaderClassName
{
color: #A364CA;
}
.AnyTagClassName
{
color: #A364CA;
}
</style>
background-color css
<style>
a { background-color: #A364CA; }
a { background-color: rgb(163,100,202); }
div.DivClassName
{
background-color: #A364CA;
}
.BgClassName
{
background-color: #A364CA;
}
</style>
border-color css
<style>
span { border-color: #A364CA; }
span { border-color: rgb(163,100,202); }
td.TdClassName
{
border-color: #A364CA;
}
.TagClassName
{
border-color: #A364CA;
}
</style>