Shades of Amethyst #A461CF
Tints of Amethyst #A461CF
RGB
CMYK
RGB Variations
Color information
#A461CF (or 0xA461CF) is known color: Amethyst. HEX triplet: A4, 61 and CF. RGB value is (164,97,207). Sum of RGB (Red+Green+Blue) = 164+97+207=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #A461CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A461CF is #5B9E30. Grayscale: #818181. Windows color (decimal): -6004273 or 13590948. OLE color: 13590948.
HSL color Cylindrical-coordinate representation of color #A461CF: hue angle of 276.55º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A461CF is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 97 | 207 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.19 |
| HSL | 276.55º | 0.53% | 0.6% | - |
| HSV(B) | 276.55º | 0.53% | 0.81% | - |
| XYZ | 30.85 | 20.95 | 61.45 | - |
| YUV | 129.57 | 171.7 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 97 | 207 | 0.21 | 0.53 | 0 | 0.19 | 276.55 | 0.53 | 0.6 |
| Hex | A4 | 61 | CF | 15 | 35 | 0 | 13 | 115 | 35 | 3C |
| Octal | 244 | 141 | 317 | 25 | 65 | 0 | 23 | 425 | 65 | 74 |
| Binary | 10100100 | 1100001 | 11001111 | 10101 | 110101 | 0 | 10011 | 100010101 | 110101 | 111100 |
Color Harmonies of #A461CF
Complementary color
Monochromatic Colors of #A461CF
Black with #A461CF
Text Example
Text Example
White with #A461CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A461CF; }
p { color: rgb(164,97,207); }
H1.HeaderClassName
{
color: #A461CF;
}
.AnyTagClassName
{
color: #A461CF;
}
</style>
background-color css
<style>
a { background-color: #A461CF; }
a { background-color: rgb(164,97,207); }
div.DivClassName
{
background-color: #A461CF;
}
.BgClassName
{
background-color: #A461CF;
}
</style>
border-color css
<style>
span { border-color: #A461CF; }
span { border-color: rgb(164,97,207); }
td.TdClassName
{
border-color: #A461CF;
}
.TagClassName
{
border-color: #A461CF;
}
</style>