Shades of Amethyst #A574D2
Tints of Amethyst #A574D2
RGB
CMYK
RGB Variations
Color information
#A574D2 (or 0xA574D2) is known color: Amethyst. HEX triplet: A5, 74 and D2. RGB value is (165,116,210). Sum of RGB (Red+Green+Blue) = 165+116+210=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 210 - color contains mainly: blue. Hex color #A574D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574D2 is #5A8B2D. Grayscale: #8D8D8D. Windows color (decimal): -5933870 or 13792421. OLE color: 13792421.
HSL color Cylindrical-coordinate representation of color #A574D2: hue angle of 271.28º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A574D2 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 116 | 210 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.18 |
| HSL | 271.28º | 0.51% | 0.64% | - |
| HSV(B) | 271.28º | 0.45% | 0.82% | - |
| XYZ | 33.4 | 25.14 | 64.07 | - |
| YUV | 141.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 116 | 210 | 0.21 | 0.45 | 0 | 0.18 | 271.28 | 0.51 | 0.64 |
| Hex | A5 | 74 | D2 | 15 | 2D | 0 | 12 | 10F | 33 | 40 |
| Octal | 245 | 164 | 322 | 25 | 55 | 0 | 22 | 417 | 63 | 100 |
| Binary | 10100101 | 1110100 | 11010010 | 10101 | 101101 | 0 | 10010 | 100001111 | 110011 | 1000000 |
Color Harmonies of #A574D2
Complementary color
Monochromatic Colors of #A574D2
Black with #A574D2
Text Example
Text Example
White with #A574D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A574D2; }
p { color: rgb(165,116,210); }
H1.HeaderClassName
{
color: #A574D2;
}
.AnyTagClassName
{
color: #A574D2;
}
</style>
background-color css
<style>
a { background-color: #A574D2; }
a { background-color: rgb(165,116,210); }
div.DivClassName
{
background-color: #A574D2;
}
.BgClassName
{
background-color: #A574D2;
}
</style>
border-color css
<style>
span { border-color: #A574D2; }
span { border-color: rgb(165,116,210); }
td.TdClassName
{
border-color: #A574D2;
}
.TagClassName
{
border-color: #A574D2;
}
</style>