Shades of Amethyst #A361CF
Tints of Amethyst #A361CF
RGB
CMYK
RGB Variations
Color information
#A361CF (or 0xA361CF) is known color: Amethyst. HEX triplet: A3, 61 and CF. RGB value is (163,97,207). Sum of RGB (Red+Green+Blue) = 163+97+207=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #A361CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A361CF is #5C9E30. Grayscale: #808080. Windows color (decimal): -6069809 or 13590947. OLE color: 13590947.
HSL color Cylindrical-coordinate representation of color #A361CF: hue angle of 276º 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 #A361CF is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 97 | 207 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.19 |
| HSL | 276º | 0.53% | 0.6% | - |
| HSV(B) | 276º | 0.53% | 0.81% | - |
| XYZ | 30.64 | 20.84 | 61.44 | - |
| YUV | 129.27 | 171.87 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 97 | 207 | 0.21 | 0.53 | 0 | 0.19 | 276 | 0.53 | 0.6 |
| Hex | A3 | 61 | CF | 15 | 35 | 0 | 13 | 114 | 35 | 3C |
| Octal | 243 | 141 | 317 | 25 | 65 | 0 | 23 | 424 | 65 | 74 |
| Binary | 10100011 | 1100001 | 11001111 | 10101 | 110101 | 0 | 10011 | 100010100 | 110101 | 111100 |
Color Harmonies of #A361CF
Complementary color
Monochromatic Colors of #A361CF
Black with #A361CF
Text Example
Text Example
White with #A361CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A361CF; }
p { color: rgb(163,97,207); }
H1.HeaderClassName
{
color: #A361CF;
}
.AnyTagClassName
{
color: #A361CF;
}
</style>
background-color css
<style>
a { background-color: #A361CF; }
a { background-color: rgb(163,97,207); }
div.DivClassName
{
background-color: #A361CF;
}
.BgClassName
{
background-color: #A361CF;
}
</style>
border-color css
<style>
span { border-color: #A361CF; }
span { border-color: rgb(163,97,207); }
td.TdClassName
{
border-color: #A361CF;
}
.TagClassName
{
border-color: #A361CF;
}
</style>