Shades of Amethyst #A074CF
Tints of Amethyst #A074CF
RGB
CMYK
RGB Variations
Color information
#A074CF (or 0xA074CF) is known color: Amethyst. HEX triplet: A0, 74 and CF. RGB value is (160,116,207). Sum of RGB (Red+Green+Blue) = 160+116+207=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #A074CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A074CF is #5F8B30. Grayscale: #8B8B8B. Windows color (decimal): -6261553 or 13595808. OLE color: 13595808.
HSL color Cylindrical-coordinate representation of color #A074CF: hue angle of 269.01º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A074CF is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 116 | 207 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.19 |
| HSL | 269.01º | 0.49% | 0.63% | - |
| HSV(B) | 269.01º | 0.44% | 0.81% | - |
| XYZ | 32.01 | 24.47 | 62.07 | - |
| YUV | 139.53 | 166.08 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 207 | 0.23 | 0.44 | 0 | 0.19 | 269.01 | 0.49 | 0.63 |
| Hex | A0 | 74 | CF | 17 | 2C | 0 | 13 | 10D | 31 | 3F |
| Octal | 240 | 164 | 317 | 27 | 54 | 0 | 23 | 415 | 61 | 77 |
| Binary | 10100000 | 1110100 | 11001111 | 10111 | 101100 | 0 | 10011 | 100001101 | 110001 | 111111 |
Color Harmonies of #A074CF
Complementary color
Monochromatic Colors of #A074CF
Black with #A074CF
Text Example
Text Example
White with #A074CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A074CF; }
p { color: rgb(160,116,207); }
H1.HeaderClassName
{
color: #A074CF;
}
.AnyTagClassName
{
color: #A074CF;
}
</style>
background-color css
<style>
a { background-color: #A074CF; }
a { background-color: rgb(160,116,207); }
div.DivClassName
{
background-color: #A074CF;
}
.BgClassName
{
background-color: #A074CF;
}
</style>
border-color css
<style>
span { border-color: #A074CF; }
span { border-color: rgb(160,116,207); }
td.TdClassName
{
border-color: #A074CF;
}
.TagClassName
{
border-color: #A074CF;
}
</style>