Shades of Amethyst #A355D7
Tints of Amethyst #A355D7
RGB
CMYK
RGB Variations
Color information
#A355D7 (or 0xA355D7) is known color: Amethyst. HEX triplet: A3, 55 and D7. RGB value is (163,85,215). Sum of RGB (Red+Green+Blue) = 163+85+215=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #A355D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A355D7 is #5CAA28. Grayscale: #7A7A7A. Windows color (decimal): -6072873 or 14112163. OLE color: 14112163.
HSL color Cylindrical-coordinate representation of color #A355D7: hue angle of 276º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A355D7 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 85 | 215 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.16 |
| HSL | 276º | 0.62% | 0.59% | - |
| HSV(B) | 276º | 0.6% | 0.84% | - |
| XYZ | 30.62 | 19.19 | 66.38 | - |
| YUV | 123.14 | 179.84 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 215 | 0.24 | 0.60 | 0 | 0.16 | 276 | 0.62 | 0.59 |
| Hex | A3 | 55 | D7 | 18 | 3C | 0 | 10 | 114 | 3E | 3B |
| Octal | 243 | 125 | 327 | 30 | 74 | 0 | 20 | 424 | 76 | 73 |
| Binary | 10100011 | 1010101 | 11010111 | 11000 | 111100 | 0 | 10000 | 100010100 | 111110 | 111011 |
Color Harmonies of #A355D7
Complementary color
Monochromatic Colors of #A355D7
Black with #A355D7
Text Example
Text Example
White with #A355D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A355D7; }
p { color: rgb(163,85,215); }
H1.HeaderClassName
{
color: #A355D7;
}
.AnyTagClassName
{
color: #A355D7;
}
</style>
background-color css
<style>
a { background-color: #A355D7; }
a { background-color: rgb(163,85,215); }
div.DivClassName
{
background-color: #A355D7;
}
.BgClassName
{
background-color: #A355D7;
}
</style>
border-color css
<style>
span { border-color: #A355D7; }
span { border-color: rgb(163,85,215); }
td.TdClassName
{
border-color: #A355D7;
}
.TagClassName
{
border-color: #A355D7;
}
</style>