Shades of Amethyst #A355DC
Tints of Amethyst #A355DC
RGB
CMYK
RGB Variations
Color information
#A355DC (or 0xA355DC) is known color: Amethyst. HEX triplet: A3, 55 and DC. RGB value is (163,85,220). Sum of RGB (Red+Green+Blue) = 163+85+220=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #A355DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A355DC is #5CAA23. Grayscale: #7B7B7B. Windows color (decimal): -6072868 or 14439843. OLE color: 14439843.
HSL color Cylindrical-coordinate representation of color #A355DC: hue angle of 274.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A355DC is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 85 | 220 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.14 |
| HSL | 274.67º | 0.66% | 0.6% | - |
| HSV(B) | 274.67º | 0.61% | 0.86% | - |
| XYZ | 31.27 | 19.45 | 69.82 | - |
| YUV | 123.71 | 182.34 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 220 | 0.26 | 0.61 | 0 | 0.14 | 274.67 | 0.66 | 0.6 |
| Hex | A3 | 55 | DC | 1A | 3D | 0 | E | 113 | 42 | 3C |
| Octal | 243 | 125 | 334 | 32 | 75 | 0 | 16 | 423 | 102 | 74 |
| Binary | 10100011 | 1010101 | 11011100 | 11010 | 111101 | 0 | 1110 | 100010011 | 1000010 | 111100 |
Color Harmonies of #A355DC
Complementary color
Monochromatic Colors of #A355DC
Black with #A355DC
Text Example
Text Example
White with #A355DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A355DC; }
p { color: rgb(163,85,220); }
H1.HeaderClassName
{
color: #A355DC;
}
.AnyTagClassName
{
color: #A355DC;
}
</style>
background-color css
<style>
a { background-color: #A355DC; }
a { background-color: rgb(163,85,220); }
div.DivClassName
{
background-color: #A355DC;
}
.BgClassName
{
background-color: #A355DC;
}
</style>
border-color css
<style>
span { border-color: #A355DC; }
span { border-color: rgb(163,85,220); }
td.TdClassName
{
border-color: #A355DC;
}
.TagClassName
{
border-color: #A355DC;
}
</style>