Shades of Amethyst #A575D8
Tints of Amethyst #A575D8
RGB
CMYK
RGB Variations
Color information
#A575D8 (or 0xA575D8) is known color: Amethyst. HEX triplet: A5, 75 and D8. RGB value is (165,117,216). Sum of RGB (Red+Green+Blue) = 165+117+216=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #A575D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575D8 is #5A8A27. Grayscale: #8E8E8E. Windows color (decimal): -5933608 or 14185893. OLE color: 14185893.
HSL color Cylindrical-coordinate representation of color #A575D8: hue angle of 269.09º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A575D8 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 117 | 216 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.15 |
| HSL | 269.09º | 0.56% | 0.65% | - |
| HSV(B) | 269.09º | 0.46% | 0.85% | - |
| XYZ | 34.27 | 25.68 | 68.12 | - |
| YUV | 142.64 | 169.4 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 216 | 0.24 | 0.46 | 0 | 0.15 | 269.09 | 0.56 | 0.65 |
| Hex | A5 | 75 | D8 | 18 | 2E | 0 | F | 10D | 38 | 41 |
| Octal | 245 | 165 | 330 | 30 | 56 | 0 | 17 | 415 | 70 | 101 |
| Binary | 10100101 | 1110101 | 11011000 | 11000 | 101110 | 0 | 1111 | 100001101 | 111000 | 1000001 |
Color Harmonies of #A575D8
Complementary color
Monochromatic Colors of #A575D8
Black with #A575D8
Text Example
Text Example
White with #A575D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A575D8; }
p { color: rgb(165,117,216); }
H1.HeaderClassName
{
color: #A575D8;
}
.AnyTagClassName
{
color: #A575D8;
}
</style>
background-color css
<style>
a { background-color: #A575D8; }
a { background-color: rgb(165,117,216); }
div.DivClassName
{
background-color: #A575D8;
}
.BgClassName
{
background-color: #A575D8;
}
</style>
border-color css
<style>
span { border-color: #A575D8; }
span { border-color: rgb(165,117,216); }
td.TdClassName
{
border-color: #A575D8;
}
.TagClassName
{
border-color: #A575D8;
}
</style>