Shades of Amethyst #A364D2
Tints of Amethyst #A364D2
RGB
CMYK
RGB Variations
Color information
#A364D2 (or 0xA364D2) is known color: Amethyst. HEX triplet: A3, 64 and D2. RGB value is (163,100,210). Sum of RGB (Red+Green+Blue) = 163+100+210=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 210 (82.42% from 255 or 44.40% from 473); Max value from RGB is 210 - color contains mainly: blue. Hex color #A364D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A364D2 is #5C9B2D. Grayscale: #838383. Windows color (decimal): -6069038 or 13788323. OLE color: 13788323.
HSL color Cylindrical-coordinate representation of color #A364D2: hue angle of 274.36º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A364D2 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 100 | 210 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.18 |
| HSL | 274.36º | 0.55% | 0.61% | - |
| HSV(B) | 274.36º | 0.52% | 0.82% | - |
| XYZ | 31.29 | 21.55 | 63.48 | - |
| YUV | 131.38 | 172.37 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 100 | 210 | 0.22 | 0.52 | 0 | 0.18 | 274.36 | 0.55 | 0.61 |
| Hex | A3 | 64 | D2 | 16 | 34 | 0 | 12 | 112 | 37 | 3D |
| Octal | 243 | 144 | 322 | 26 | 64 | 0 | 22 | 422 | 67 | 75 |
| Binary | 10100011 | 1100100 | 11010010 | 10110 | 110100 | 0 | 10010 | 100010010 | 110111 | 111101 |
Color Harmonies of #A364D2
Complementary color
Monochromatic Colors of #A364D2
Black with #A364D2
Text Example
Text Example
White with #A364D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A364D2; }
p { color: rgb(163,100,210); }
H1.HeaderClassName
{
color: #A364D2;
}
.AnyTagClassName
{
color: #A364D2;
}
</style>
background-color css
<style>
a { background-color: #A364D2; }
a { background-color: rgb(163,100,210); }
div.DivClassName
{
background-color: #A364D2;
}
.BgClassName
{
background-color: #A364D2;
}
</style>
border-color css
<style>
span { border-color: #A364D2; }
span { border-color: rgb(163,100,210); }
td.TdClassName
{
border-color: #A364D2;
}
.TagClassName
{
border-color: #A364D2;
}
</style>