Shades of Amethyst #A352D3
Tints of Amethyst #A352D3
RGB
CMYK
RGB Variations
Color information
#A352D3 (or 0xA352D3) is known color: Amethyst. HEX triplet: A3, 52 and D3. RGB value is (163,82,211). Sum of RGB (Red+Green+Blue) = 163+82+211=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 211 - color contains mainly: blue. Hex color #A352D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A352D3 is #5CAD2C. Grayscale: #787878. Windows color (decimal): -6073645 or 13849251. OLE color: 13849251.
HSL color Cylindrical-coordinate representation of color #A352D3: hue angle of 277.67º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A352D3 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 82 | 211 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.17 |
| HSL | 277.67º | 0.59% | 0.57% | - |
| HSV(B) | 277.67º | 0.61% | 0.83% | - |
| XYZ | 29.88 | 18.52 | 63.63 | - |
| YUV | 120.93 | 178.84 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 211 | 0.23 | 0.61 | 0 | 0.17 | 277.67 | 0.59 | 0.57 |
| Hex | A3 | 52 | D3 | 17 | 3D | 0 | 11 | 116 | 3B | 39 |
| Octal | 243 | 122 | 323 | 27 | 75 | 0 | 21 | 426 | 73 | 71 |
| Binary | 10100011 | 1010010 | 11010011 | 10111 | 111101 | 0 | 10001 | 100010110 | 111011 | 111001 |
Color Harmonies of #A352D3
Complementary color
Monochromatic Colors of #A352D3
Black with #A352D3
Text Example
Text Example
White with #A352D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A352D3; }
p { color: rgb(163,82,211); }
H1.HeaderClassName
{
color: #A352D3;
}
.AnyTagClassName
{
color: #A352D3;
}
</style>
background-color css
<style>
a { background-color: #A352D3; }
a { background-color: rgb(163,82,211); }
div.DivClassName
{
background-color: #A352D3;
}
.BgClassName
{
background-color: #A352D3;
}
</style>
border-color css
<style>
span { border-color: #A352D3; }
span { border-color: rgb(163,82,211); }
td.TdClassName
{
border-color: #A352D3;
}
.TagClassName
{
border-color: #A352D3;
}
</style>