Shades of Amethyst #A578D4
Tints of Amethyst #A578D4
RGB
CMYK
RGB Variations
Color information
#A578D4 (or 0xA578D4) is known color: Amethyst. HEX triplet: A5, 78 and D4. RGB value is (165,120,212). Sum of RGB (Red+Green+Blue) = 165+120+212=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 212 (83.20% from 255 or 42.66% from 497); Max value from RGB is 212 - color contains mainly: blue. Hex color #A578D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A578D4 is #5A872B. Grayscale: #8F8F8F. Windows color (decimal): -5932844 or 13924517. OLE color: 13924517.
HSL color Cylindrical-coordinate representation of color #A578D4: hue angle of 269.35º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A578D4 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 120 | 212 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.17 |
| HSL | 269.35º | 0.52% | 0.65% | - |
| HSV(B) | 269.35º | 0.43% | 0.83% | - |
| XYZ | 34.12 | 26.19 | 65.54 | - |
| YUV | 143.94 | 166.41 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 120 | 212 | 0.22 | 0.43 | 0 | 0.17 | 269.35 | 0.52 | 0.65 |
| Hex | A5 | 78 | D4 | 16 | 2B | 0 | 11 | 10D | 34 | 41 |
| Octal | 245 | 170 | 324 | 26 | 53 | 0 | 21 | 415 | 64 | 101 |
| Binary | 10100101 | 1111000 | 11010100 | 10110 | 101011 | 0 | 10001 | 100001101 | 110100 | 1000001 |
Color Harmonies of #A578D4
Complementary color
Monochromatic Colors of #A578D4
Black with #A578D4
Text Example
Text Example
White with #A578D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A578D4; }
p { color: rgb(165,120,212); }
H1.HeaderClassName
{
color: #A578D4;
}
.AnyTagClassName
{
color: #A578D4;
}
</style>
background-color css
<style>
a { background-color: #A578D4; }
a { background-color: rgb(165,120,212); }
div.DivClassName
{
background-color: #A578D4;
}
.BgClassName
{
background-color: #A578D4;
}
</style>
border-color css
<style>
span { border-color: #A578D4; }
span { border-color: rgb(165,120,212); }
td.TdClassName
{
border-color: #A578D4;
}
.TagClassName
{
border-color: #A578D4;
}
</style>