Shades of Amethyst #A352D6
Tints of Amethyst #A352D6
RGB
CMYK
RGB Variations
Color information
#A352D6 (or 0xA352D6) is known color: Amethyst. HEX triplet: A3, 52 and D6. RGB value is (163,82,214). Sum of RGB (Red+Green+Blue) = 163+82+214=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 214 - color contains mainly: blue. Hex color #A352D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A352D6 is #5CAD29. Grayscale: #787878. Windows color (decimal): -6073642 or 14045859. OLE color: 14045859.
HSL color Cylindrical-coordinate representation of color #A352D6: hue angle of 276.82º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A352D6 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 82 | 214 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.16 |
| HSL | 276.82º | 0.62% | 0.58% | - |
| HSV(B) | 276.82º | 0.62% | 0.84% | - |
| XYZ | 30.26 | 18.68 | 65.63 | - |
| YUV | 121.27 | 180.34 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 214 | 0.24 | 0.62 | 0 | 0.16 | 276.82 | 0.62 | 0.58 |
| Hex | A3 | 52 | D6 | 18 | 3E | 0 | 10 | 115 | 3E | 3A |
| Octal | 243 | 122 | 326 | 30 | 76 | 0 | 20 | 425 | 76 | 72 |
| Binary | 10100011 | 1010010 | 11010110 | 11000 | 111110 | 0 | 10000 | 100010101 | 111110 | 111010 |
Color Harmonies of #A352D6
Complementary color
Monochromatic Colors of #A352D6
Black with #A352D6
Text Example
Text Example
White with #A352D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A352D6; }
p { color: rgb(163,82,214); }
H1.HeaderClassName
{
color: #A352D6;
}
.AnyTagClassName
{
color: #A352D6;
}
</style>
background-color css
<style>
a { background-color: #A352D6; }
a { background-color: rgb(163,82,214); }
div.DivClassName
{
background-color: #A352D6;
}
.BgClassName
{
background-color: #A352D6;
}
</style>
border-color css
<style>
span { border-color: #A352D6; }
span { border-color: rgb(163,82,214); }
td.TdClassName
{
border-color: #A352D6;
}
.TagClassName
{
border-color: #A352D6;
}
</style>