Shades of Amethyst #A351DD
Tints of Amethyst #A351DD
RGB
CMYK
RGB Variations
Color information
#A351DD (or 0xA351DD) is known color: Amethyst. HEX triplet: A3, 51 and DD. RGB value is (163,81,221). Sum of RGB (Red+Green+Blue) = 163+81+221=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #A351DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A351DD is #5CAE22. Grayscale: #797979. Windows color (decimal): -6073891 or 14504355. OLE color: 14504355.
HSL color Cylindrical-coordinate representation of color #A351DD: hue angle of 275.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A351DD is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 81 | 221 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.13 |
| HSL | 275.14º | 0.67% | 0.59% | - |
| HSV(B) | 275.14º | 0.63% | 0.87% | - |
| XYZ | 31.1 | 18.89 | 70.41 | - |
| YUV | 121.48 | 184.17 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 81 | 221 | 0.26 | 0.63 | 0 | 0.13 | 275.14 | 0.67 | 0.59 |
| Hex | A3 | 51 | DD | 1A | 3F | 0 | D | 113 | 43 | 3B |
| Octal | 243 | 121 | 335 | 32 | 77 | 0 | 15 | 423 | 103 | 73 |
| Binary | 10100011 | 1010001 | 11011101 | 11010 | 111111 | 0 | 1101 | 100010011 | 1000011 | 111011 |
Color Harmonies of #A351DD
Complementary color
Monochromatic Colors of #A351DD
Black with #A351DD
Text Example
Text Example
White with #A351DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A351DD; }
p { color: rgb(163,81,221); }
H1.HeaderClassName
{
color: #A351DD;
}
.AnyTagClassName
{
color: #A351DD;
}
</style>
background-color css
<style>
a { background-color: #A351DD; }
a { background-color: rgb(163,81,221); }
div.DivClassName
{
background-color: #A351DD;
}
.BgClassName
{
background-color: #A351DD;
}
</style>
border-color css
<style>
span { border-color: #A351DD; }
span { border-color: rgb(163,81,221); }
td.TdClassName
{
border-color: #A351DD;
}
.TagClassName
{
border-color: #A351DD;
}
</style>