Shades of Amethyst #A473CF
Tints of Amethyst #A473CF
RGB
CMYK
RGB Variations
Color information
#A473CF (or 0xA473CF) is known color: Amethyst. HEX triplet: A4, 73 and CF. RGB value is (164,115,207). Sum of RGB (Red+Green+Blue) = 164+115+207=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 115 (45.31% from 255 or 23.66% 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 #A473CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A473CF is #5B8C30. Grayscale: #8B8B8B. Windows color (decimal): -5999665 or 13595556. OLE color: 13595556.
HSL color Cylindrical-coordinate representation of color #A473CF: hue angle of 271.96º 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 #A473CF is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 115 | 207 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.19 |
| HSL | 271.96º | 0.49% | 0.63% | - |
| HSV(B) | 271.96º | 0.44% | 0.81% | - |
| XYZ | 32.7 | 24.66 | 62.07 | - |
| YUV | 140.14 | 165.73 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 207 | 0.21 | 0.44 | 0 | 0.19 | 271.96 | 0.49 | 0.63 |
| Hex | A4 | 73 | CF | 15 | 2C | 0 | 13 | 110 | 31 | 3F |
| Octal | 244 | 163 | 317 | 25 | 54 | 0 | 23 | 420 | 61 | 77 |
| Binary | 10100100 | 1110011 | 11001111 | 10101 | 101100 | 0 | 10011 | 100010000 | 110001 | 111111 |
Color Harmonies of #A473CF
Complementary color
Monochromatic Colors of #A473CF
Black with #A473CF
Text Example
Text Example
White with #A473CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A473CF; }
p { color: rgb(164,115,207); }
H1.HeaderClassName
{
color: #A473CF;
}
.AnyTagClassName
{
color: #A473CF;
}
</style>
background-color css
<style>
a { background-color: #A473CF; }
a { background-color: rgb(164,115,207); }
div.DivClassName
{
background-color: #A473CF;
}
.BgClassName
{
background-color: #A473CF;
}
</style>
border-color css
<style>
span { border-color: #A473CF; }
span { border-color: rgb(164,115,207); }
td.TdClassName
{
border-color: #A473CF;
}
.TagClassName
{
border-color: #A473CF;
}
</style>