Shades of Amethyst #A352DF
Tints of Amethyst #A352DF
RGB
CMYK
RGB Variations
Color information
#A352DF (or 0xA352DF) is known color: Amethyst. HEX triplet: A3, 52 and DF. RGB value is (163,82,223). Sum of RGB (Red+Green+Blue) = 163+82+223=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #A352DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A352DF is #5CAD20. Grayscale: #797979. Windows color (decimal): -6073633 or 14635683. OLE color: 14635683.
HSL color Cylindrical-coordinate representation of color #A352DF: hue angle of 274.47º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A352DF is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 82 | 223 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.13 |
| HSL | 274.47º | 0.69% | 0.6% | - |
| HSV(B) | 274.47º | 0.63% | 0.87% | - |
| XYZ | 31.44 | 19.15 | 71.85 | - |
| YUV | 122.29 | 184.84 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 223 | 0.27 | 0.63 | 0 | 0.13 | 274.47 | 0.69 | 0.6 |
| Hex | A3 | 52 | DF | 1B | 3F | 0 | D | 112 | 45 | 3C |
| Octal | 243 | 122 | 337 | 33 | 77 | 0 | 15 | 422 | 105 | 74 |
| Binary | 10100011 | 1010010 | 11011111 | 11011 | 111111 | 0 | 1101 | 100010010 | 1000101 | 111100 |
Color Harmonies of #A352DF
Complementary color
Monochromatic Colors of #A352DF
Black with #A352DF
Text Example
Text Example
White with #A352DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A352DF; }
p { color: rgb(163,82,223); }
H1.HeaderClassName
{
color: #A352DF;
}
.AnyTagClassName
{
color: #A352DF;
}
</style>
background-color css
<style>
a { background-color: #A352DF; }
a { background-color: rgb(163,82,223); }
div.DivClassName
{
background-color: #A352DF;
}
.BgClassName
{
background-color: #A352DF;
}
</style>
border-color css
<style>
span { border-color: #A352DF; }
span { border-color: rgb(163,82,223); }
td.TdClassName
{
border-color: #A352DF;
}
.TagClassName
{
border-color: #A352DF;
}
</style>