Shades of Amethyst #A554DC
Tints of Amethyst #A554DC
RGB
CMYK
RGB Variations
Color information
#A554DC (or 0xA554DC) is known color: Amethyst. HEX triplet: A5, 54 and DC. RGB value is (165,84,220). Sum of RGB (Red+Green+Blue) = 165+84+220=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #A554DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A554DC is #5AAB23. Grayscale: #7B7B7B. Windows color (decimal): -5942052 or 14439589. OLE color: 14439589.
HSL color Cylindrical-coordinate representation of color #A554DC: hue angle of 275.74º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A554DC is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 84 | 220 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.14 |
| HSL | 275.74º | 0.66% | 0.6% | - |
| HSV(B) | 275.74º | 0.62% | 0.86% | - |
| XYZ | 31.61 | 19.51 | 69.81 | - |
| YUV | 123.72 | 182.34 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 220 | 0.25 | 0.62 | 0 | 0.14 | 275.74 | 0.66 | 0.6 |
| Hex | A5 | 54 | DC | 19 | 3E | 0 | E | 114 | 42 | 3C |
| Octal | 245 | 124 | 334 | 31 | 76 | 0 | 16 | 424 | 102 | 74 |
| Binary | 10100101 | 1010100 | 11011100 | 11001 | 111110 | 0 | 1110 | 100010100 | 1000010 | 111100 |
Color Harmonies of #A554DC
Complementary color
Monochromatic Colors of #A554DC
Black with #A554DC
Text Example
Text Example
White with #A554DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A554DC; }
p { color: rgb(165,84,220); }
H1.HeaderClassName
{
color: #A554DC;
}
.AnyTagClassName
{
color: #A554DC;
}
</style>
background-color css
<style>
a { background-color: #A554DC; }
a { background-color: rgb(165,84,220); }
div.DivClassName
{
background-color: #A554DC;
}
.BgClassName
{
background-color: #A554DC;
}
</style>
border-color css
<style>
span { border-color: #A554DC; }
span { border-color: rgb(165,84,220); }
td.TdClassName
{
border-color: #A554DC;
}
.TagClassName
{
border-color: #A554DC;
}
</style>