Shades of Amethyst #A352F1
Tints of Amethyst #A352F1
RGB
CMYK
RGB Variations
Color information
#A352F1 (or 0xA352F1) is known color: Amethyst. HEX triplet: A3, 52 and F1. RGB value is (163,82,241). Sum of RGB (Red+Green+Blue) = 163+82+241=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #A352F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A352F1 is #5CAD0E. Grayscale: #7B7B7B. Windows color (decimal): -6073615 or 15815331. OLE color: 15815331.
HSL color Cylindrical-coordinate representation of color #A352F1: hue angle of 270.57º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A352F1 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 82 | 241 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.05 |
| HSL | 270.57º | 0.85% | 0.63% | - |
| HSV(B) | 270.57º | 0.66% | 0.95% | - |
| XYZ | 34 | 20.17 | 85.32 | - |
| YUV | 124.35 | 193.84 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 241 | 0.32 | 0.66 | 0 | 0.05 | 270.57 | 0.85 | 0.63 |
| Hex | A3 | 52 | F1 | 20 | 42 | 0 | 5 | 10F | 55 | 3F |
| Octal | 243 | 122 | 361 | 40 | 102 | 0 | 5 | 417 | 125 | 77 |
| Binary | 10100011 | 1010010 | 11110001 | 100000 | 1000010 | 0 | 101 | 100001111 | 1010101 | 111111 |
Color Harmonies of #A352F1
Complementary color
Monochromatic Colors of #A352F1
Black with #A352F1
Text Example
Text Example
White with #A352F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A352F1; }
p { color: rgb(163,82,241); }
H1.HeaderClassName
{
color: #A352F1;
}
.AnyTagClassName
{
color: #A352F1;
}
</style>
background-color css
<style>
a { background-color: #A352F1; }
a { background-color: rgb(163,82,241); }
div.DivClassName
{
background-color: #A352F1;
}
.BgClassName
{
background-color: #A352F1;
}
</style>
border-color css
<style>
span { border-color: #A352F1; }
span { border-color: rgb(163,82,241); }
td.TdClassName
{
border-color: #A352F1;
}
.TagClassName
{
border-color: #A352F1;
}
</style>