Shades of Amethyst #A575D2
Tints of Amethyst #A575D2
RGB
CMYK
RGB Variations
Color information
#A575D2 (or 0xA575D2) is known color: Amethyst. HEX triplet: A5, 75 and D2. RGB value is (165,117,210). Sum of RGB (Red+Green+Blue) = 165+117+210=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 210 - color contains mainly: blue. Hex color #A575D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575D2 is #5A8A2D. Grayscale: #8D8D8D. Windows color (decimal): -5933614 or 13792677. OLE color: 13792677.
HSL color Cylindrical-coordinate representation of color #A575D2: hue angle of 270.97º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A575D2 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 117 | 210 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.18 |
| HSL | 270.97º | 0.51% | 0.64% | - |
| HSV(B) | 270.97º | 0.44% | 0.82% | - |
| XYZ | 33.51 | 25.38 | 64.1 | - |
| YUV | 141.95 | 166.4 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 210 | 0.21 | 0.44 | 0 | 0.18 | 270.97 | 0.51 | 0.64 |
| Hex | A5 | 75 | D2 | 15 | 2C | 0 | 12 | 10F | 33 | 40 |
| Octal | 245 | 165 | 322 | 25 | 54 | 0 | 22 | 417 | 63 | 100 |
| Binary | 10100101 | 1110101 | 11010010 | 10101 | 101100 | 0 | 10010 | 100001111 | 110011 | 1000000 |
Color Harmonies of #A575D2
Complementary color
Monochromatic Colors of #A575D2
Black with #A575D2
Text Example
Text Example
White with #A575D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A575D2; }
p { color: rgb(165,117,210); }
H1.HeaderClassName
{
color: #A575D2;
}
.AnyTagClassName
{
color: #A575D2;
}
</style>
background-color css
<style>
a { background-color: #A575D2; }
a { background-color: rgb(165,117,210); }
div.DivClassName
{
background-color: #A575D2;
}
.BgClassName
{
background-color: #A575D2;
}
</style>
border-color css
<style>
span { border-color: #A575D2; }
span { border-color: rgb(165,117,210); }
td.TdClassName
{
border-color: #A575D2;
}
.TagClassName
{
border-color: #A575D2;
}
</style>