Shades of Amethyst #A352DC
Tints of Amethyst #A352DC
RGB
CMYK
RGB Variations
Color information
#A352DC (or 0xA352DC) is known color: Amethyst. HEX triplet: A3, 52 and DC. RGB value is (163,82,220). Sum of RGB (Red+Green+Blue) = 163+82+220=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #A352DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A352DC is #5CAD23. Grayscale: #797979. Windows color (decimal): -6073636 or 14439075. OLE color: 14439075.
HSL color Cylindrical-coordinate representation of color #A352DC: hue angle of 275.22º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A352DC is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 82 | 220 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.14 |
| HSL | 275.22º | 0.66% | 0.59% | - |
| HSV(B) | 275.22º | 0.63% | 0.86% | - |
| XYZ | 31.04 | 18.99 | 69.74 | - |
| YUV | 121.95 | 183.34 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 220 | 0.26 | 0.63 | 0 | 0.14 | 275.22 | 0.66 | 0.59 |
| Hex | A3 | 52 | DC | 1A | 3F | 0 | E | 113 | 42 | 3B |
| Octal | 243 | 122 | 334 | 32 | 77 | 0 | 16 | 423 | 102 | 73 |
| Binary | 10100011 | 1010010 | 11011100 | 11010 | 111111 | 0 | 1110 | 100010011 | 1000010 | 111011 |
Color Harmonies of #A352DC
Complementary color
Monochromatic Colors of #A352DC
Black with #A352DC
Text Example
Text Example
White with #A352DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A352DC; }
p { color: rgb(163,82,220); }
H1.HeaderClassName
{
color: #A352DC;
}
.AnyTagClassName
{
color: #A352DC;
}
</style>
background-color css
<style>
a { background-color: #A352DC; }
a { background-color: rgb(163,82,220); }
div.DivClassName
{
background-color: #A352DC;
}
.BgClassName
{
background-color: #A352DC;
}
</style>
border-color css
<style>
span { border-color: #A352DC; }
span { border-color: rgb(163,82,220); }
td.TdClassName
{
border-color: #A352DC;
}
.TagClassName
{
border-color: #A352DC;
}
</style>