Shades of Amethyst #A574D0
Tints of Amethyst #A574D0
RGB
CMYK
RGB Variations
Color information
#A574D0 (or 0xA574D0) is known color: Amethyst. HEX triplet: A5, 74 and D0. RGB value is (165,116,208). Sum of RGB (Red+Green+Blue) = 165+116+208=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #A574D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574D0 is #5A8B2F. Grayscale: #8C8C8C. Windows color (decimal): -5933872 or 13661349. OLE color: 13661349.
HSL color Cylindrical-coordinate representation of color #A574D0: hue angle of 271.96º degrees, saturation: 0.49, 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 #A574D0 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 116 | 208 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.18 |
| HSL | 271.96º | 0.49% | 0.64% | - |
| HSV(B) | 271.96º | 0.44% | 0.82% | - |
| XYZ | 33.15 | 25.04 | 62.76 | - |
| YUV | 141.14 | 165.73 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 116 | 208 | 0.21 | 0.44 | 0 | 0.18 | 271.96 | 0.49 | 0.64 |
| Hex | A5 | 74 | D0 | 15 | 2C | 0 | 12 | 110 | 31 | 40 |
| Octal | 245 | 164 | 320 | 25 | 54 | 0 | 22 | 420 | 61 | 100 |
| Binary | 10100101 | 1110100 | 11010000 | 10101 | 101100 | 0 | 10010 | 100010000 | 110001 | 1000000 |
Color Harmonies of #A574D0
Complementary color
Monochromatic Colors of #A574D0
Black with #A574D0
Text Example
Text Example
White with #A574D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A574D0; }
p { color: rgb(165,116,208); }
H1.HeaderClassName
{
color: #A574D0;
}
.AnyTagClassName
{
color: #A574D0;
}
</style>
background-color css
<style>
a { background-color: #A574D0; }
a { background-color: rgb(165,116,208); }
div.DivClassName
{
background-color: #A574D0;
}
.BgClassName
{
background-color: #A574D0;
}
</style>
border-color css
<style>
span { border-color: #A574D0; }
span { border-color: rgb(165,116,208); }
td.TdClassName
{
border-color: #A574D0;
}
.TagClassName
{
border-color: #A574D0;
}
</style>