Shades of Amethyst #A557DC
Tints of Amethyst #A557DC
RGB
CMYK
RGB Variations
Color information
#A557DC (or 0xA557DC) is known color: Amethyst. HEX triplet: A5, 57 and DC. RGB value is (165,87,220). Sum of RGB (Red+Green+Blue) = 165+87+220=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #A557DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A557DC is #5AA823. Grayscale: #7D7D7D. Windows color (decimal): -5941284 or 14440357. OLE color: 14440357.
HSL color Cylindrical-coordinate representation of color #A557DC: hue angle of 275.19º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A557DC is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 87 | 220 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.14 |
| HSL | 275.19º | 0.66% | 0.6% | - |
| HSV(B) | 275.19º | 0.6% | 0.86% | - |
| XYZ | 31.84 | 19.98 | 69.89 | - |
| YUV | 125.48 | 181.34 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 87 | 220 | 0.25 | 0.60 | 0 | 0.14 | 275.19 | 0.66 | 0.6 |
| Hex | A5 | 57 | DC | 19 | 3C | 0 | E | 113 | 42 | 3C |
| Octal | 245 | 127 | 334 | 31 | 74 | 0 | 16 | 423 | 102 | 74 |
| Binary | 10100101 | 1010111 | 11011100 | 11001 | 111100 | 0 | 1110 | 100010011 | 1000010 | 111100 |
Color Harmonies of #A557DC
Complementary color
Monochromatic Colors of #A557DC
Black with #A557DC
Text Example
Text Example
White with #A557DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A557DC; }
p { color: rgb(165,87,220); }
H1.HeaderClassName
{
color: #A557DC;
}
.AnyTagClassName
{
color: #A557DC;
}
</style>
background-color css
<style>
a { background-color: #A557DC; }
a { background-color: rgb(165,87,220); }
div.DivClassName
{
background-color: #A557DC;
}
.BgClassName
{
background-color: #A557DC;
}
</style>
border-color css
<style>
span { border-color: #A557DC; }
span { border-color: rgb(165,87,220); }
td.TdClassName
{
border-color: #A557DC;
}
.TagClassName
{
border-color: #A557DC;
}
</style>