Shades of Amethyst #A374CF
Tints of Amethyst #A374CF
RGB
CMYK
RGB Variations
Color information
#A374CF (or 0xA374CF) is known color: Amethyst. HEX triplet: A3, 74 and CF. RGB value is (163,116,207). Sum of RGB (Red+Green+Blue) = 163+116+207=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #A374CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A374CF is #5C8B30. Grayscale: #8C8C8C. Windows color (decimal): -6064945 or 13595811. OLE color: 13595811.
HSL color Cylindrical-coordinate representation of color #A374CF: hue angle of 270.99º 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 #A374CF is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 116 | 207 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.19 |
| HSL | 270.99º | 0.49% | 0.63% | - |
| HSV(B) | 270.99º | 0.44% | 0.81% | - |
| XYZ | 32.61 | 24.78 | 62.1 | - |
| YUV | 140.43 | 165.57 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 207 | 0.21 | 0.44 | 0 | 0.19 | 270.99 | 0.49 | 0.63 |
| Hex | A3 | 74 | CF | 15 | 2C | 0 | 13 | 10F | 31 | 3F |
| Octal | 243 | 164 | 317 | 25 | 54 | 0 | 23 | 417 | 61 | 77 |
| Binary | 10100011 | 1110100 | 11001111 | 10101 | 101100 | 0 | 10011 | 100001111 | 110001 | 111111 |
Color Harmonies of #A374CF
Complementary color
Monochromatic Colors of #A374CF
Black with #A374CF
Text Example
Text Example
White with #A374CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A374CF; }
p { color: rgb(163,116,207); }
H1.HeaderClassName
{
color: #A374CF;
}
.AnyTagClassName
{
color: #A374CF;
}
</style>
background-color css
<style>
a { background-color: #A374CF; }
a { background-color: rgb(163,116,207); }
div.DivClassName
{
background-color: #A374CF;
}
.BgClassName
{
background-color: #A374CF;
}
</style>
border-color css
<style>
span { border-color: #A374CF; }
span { border-color: rgb(163,116,207); }
td.TdClassName
{
border-color: #A374CF;
}
.TagClassName
{
border-color: #A374CF;
}
</style>