Shades of Amethyst #A352F0
Tints of Amethyst #A352F0
RGB
CMYK
RGB Variations
Color information
#A352F0 (or 0xA352F0) is known color: Amethyst. HEX triplet: A3, 52 and F0. RGB value is (163,82,240). Sum of RGB (Red+Green+Blue) = 163+82+240=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #A352F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A352F0 is #5CAD0F. Grayscale: #7B7B7B. Windows color (decimal): -6073616 or 15749795. OLE color: 15749795.
HSL color Cylindrical-coordinate representation of color #A352F0: hue angle of 270.76º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A352F0 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 82 | 240 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.06 |
| HSL | 270.76º | 0.84% | 0.63% | - |
| HSV(B) | 270.76º | 0.66% | 0.94% | - |
| XYZ | 33.85 | 20.11 | 84.54 | - |
| YUV | 124.23 | 193.34 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 240 | 0.32 | 0.66 | 0 | 0.06 | 270.76 | 0.84 | 0.63 |
| Hex | A3 | 52 | F0 | 20 | 42 | 0 | 6 | 10F | 54 | 3F |
| Octal | 243 | 122 | 360 | 40 | 102 | 0 | 6 | 417 | 124 | 77 |
| Binary | 10100011 | 1010010 | 11110000 | 100000 | 1000010 | 0 | 110 | 100001111 | 1010100 | 111111 |
Color Harmonies of #A352F0
Complementary color
Monochromatic Colors of #A352F0
Black with #A352F0
Text Example
Text Example
White with #A352F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A352F0; }
p { color: rgb(163,82,240); }
H1.HeaderClassName
{
color: #A352F0;
}
.AnyTagClassName
{
color: #A352F0;
}
</style>
background-color css
<style>
a { background-color: #A352F0; }
a { background-color: rgb(163,82,240); }
div.DivClassName
{
background-color: #A352F0;
}
.BgClassName
{
background-color: #A352F0;
}
</style>
border-color css
<style>
span { border-color: #A352F0; }
span { border-color: rgb(163,82,240); }
td.TdClassName
{
border-color: #A352F0;
}
.TagClassName
{
border-color: #A352F0;
}
</style>