Shades of Amethyst #A575C9
Tints of Amethyst #A575C9
RGB
CMYK
RGB Variations
Color information
#A575C9 (or 0xA575C9) is known color: Amethyst. HEX triplet: A5, 75 and C9. RGB value is (165,117,201). Sum of RGB (Red+Green+Blue) = 165+117+201=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 201 - color contains mainly: blue. Hex color #A575C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575C9 is #5A8A36. Grayscale: #8C8C8C. Windows color (decimal): -5933623 or 13202853. OLE color: 13202853.
HSL color Cylindrical-coordinate representation of color #A575C9: hue angle of 274.29º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A575C9 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 117 | 201 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.21 |
| HSL | 274.29º | 0.44% | 0.62% | - |
| HSV(B) | 274.29º | 0.42% | 0.79% | - |
| XYZ | 32.42 | 24.94 | 58.36 | - |
| YUV | 140.93 | 161.9 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 201 | 0.18 | 0.42 | 0 | 0.21 | 274.29 | 0.44 | 0.62 |
| Hex | A5 | 75 | C9 | 12 | 2A | 0 | 15 | 112 | 2C | 3E |
| Octal | 245 | 165 | 311 | 22 | 52 | 0 | 25 | 422 | 54 | 76 |
| Binary | 10100101 | 1110101 | 11001001 | 10010 | 101010 | 0 | 10101 | 100010010 | 101100 | 111110 |
Color Harmonies of #A575C9
Complementary color
Monochromatic Colors of #A575C9
Black with #A575C9
Text Example
Text Example
White with #A575C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A575C9; }
p { color: rgb(165,117,201); }
H1.HeaderClassName
{
color: #A575C9;
}
.AnyTagClassName
{
color: #A575C9;
}
</style>
background-color css
<style>
a { background-color: #A575C9; }
a { background-color: rgb(165,117,201); }
div.DivClassName
{
background-color: #A575C9;
}
.BgClassName
{
background-color: #A575C9;
}
</style>
border-color css
<style>
span { border-color: #A575C9; }
span { border-color: rgb(165,117,201); }
td.TdClassName
{
border-color: #A575C9;
}
.TagClassName
{
border-color: #A575C9;
}
</style>