Shades of Amethyst #A360CF
Tints of Amethyst #A360CF
RGB
CMYK
RGB Variations
Color information
#A360CF (or 0xA360CF) is known color: Amethyst. HEX triplet: A3, 60 and CF. RGB value is (163,96,207). Sum of RGB (Red+Green+Blue) = 163+96+207=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #A360CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360CF is #5C9F30. Grayscale: #808080. Windows color (decimal): -6070065 or 13590691. OLE color: 13590691.
HSL color Cylindrical-coordinate representation of color #A360CF: hue angle of 276.22º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A360CF is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 96 | 207 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.19 |
| HSL | 276.22º | 0.54% | 0.59% | - |
| HSV(B) | 276.22º | 0.54% | 0.81% | - |
| XYZ | 30.55 | 20.66 | 61.41 | - |
| YUV | 128.69 | 172.2 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 207 | 0.21 | 0.54 | 0 | 0.19 | 276.22 | 0.54 | 0.59 |
| Hex | A3 | 60 | CF | 15 | 36 | 0 | 13 | 114 | 36 | 3B |
| Octal | 243 | 140 | 317 | 25 | 66 | 0 | 23 | 424 | 66 | 73 |
| Binary | 10100011 | 1100000 | 11001111 | 10101 | 110110 | 0 | 10011 | 100010100 | 110110 | 111011 |
Color Harmonies of #A360CF
Complementary color
Monochromatic Colors of #A360CF
Black with #A360CF
Text Example
Text Example
White with #A360CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A360CF; }
p { color: rgb(163,96,207); }
H1.HeaderClassName
{
color: #A360CF;
}
.AnyTagClassName
{
color: #A360CF;
}
</style>
background-color css
<style>
a { background-color: #A360CF; }
a { background-color: rgb(163,96,207); }
div.DivClassName
{
background-color: #A360CF;
}
.BgClassName
{
background-color: #A360CF;
}
</style>
border-color css
<style>
span { border-color: #A360CF; }
span { border-color: rgb(163,96,207); }
td.TdClassName
{
border-color: #A360CF;
}
.TagClassName
{
border-color: #A360CF;
}
</style>