Shades of Amethyst #A378CF
Tints of Amethyst #A378CF
RGB
CMYK
RGB Variations
Color information
#A378CF (or 0xA378CF) is known color: Amethyst. HEX triplet: A3, 78 and CF. RGB value is (163,120,207). Sum of RGB (Red+Green+Blue) = 163+120+207=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #A378CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A378CF is #5C8730. Grayscale: #8E8E8E. Windows color (decimal): -6063921 or 13596835. OLE color: 13596835.
HSL color Cylindrical-coordinate representation of color #A378CF: hue angle of 269.66º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A378CF is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 120 | 207 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.19 |
| HSL | 269.66º | 0.48% | 0.64% | - |
| HSV(B) | 269.66º | 0.42% | 0.81% | - |
| XYZ | 33.08 | 25.72 | 62.25 | - |
| YUV | 142.78 | 164.25 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 120 | 207 | 0.21 | 0.42 | 0 | 0.19 | 269.66 | 0.48 | 0.64 |
| Hex | A3 | 78 | CF | 15 | 2A | 0 | 13 | 10E | 30 | 40 |
| Octal | 243 | 170 | 317 | 25 | 52 | 0 | 23 | 416 | 60 | 100 |
| Binary | 10100011 | 1111000 | 11001111 | 10101 | 101010 | 0 | 10011 | 100001110 | 110000 | 1000000 |
Color Harmonies of #A378CF
Complementary color
Monochromatic Colors of #A378CF
Black with #A378CF
Text Example
Text Example
White with #A378CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A378CF; }
p { color: rgb(163,120,207); }
H1.HeaderClassName
{
color: #A378CF;
}
.AnyTagClassName
{
color: #A378CF;
}
</style>
background-color css
<style>
a { background-color: #A378CF; }
a { background-color: rgb(163,120,207); }
div.DivClassName
{
background-color: #A378CF;
}
.BgClassName
{
background-color: #A378CF;
}
</style>
border-color css
<style>
span { border-color: #A378CF; }
span { border-color: rgb(163,120,207); }
td.TdClassName
{
border-color: #A378CF;
}
.TagClassName
{
border-color: #A378CF;
}
</style>