Shades of Amethyst #A360CE
Tints of Amethyst #A360CE
RGB
CMYK
RGB Variations
Color information
#A360CE (or 0xA360CE) is known color: Amethyst. HEX triplet: A3, 60 and CE. RGB value is (163,96,206). Sum of RGB (Red+Green+Blue) = 163+96+206=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #A360CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360CE is #5C9F31. Grayscale: #808080. Windows color (decimal): -6070066 or 13525155. OLE color: 13525155.
HSL color Cylindrical-coordinate representation of color #A360CE: hue angle of 276.55º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A360CE is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 96 | 206 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.19 |
| HSL | 276.55º | 0.53% | 0.59% | - |
| HSV(B) | 276.55º | 0.53% | 0.81% | - |
| XYZ | 30.43 | 20.61 | 60.77 | - |
| YUV | 128.57 | 171.7 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 206 | 0.21 | 0.53 | 0 | 0.19 | 276.55 | 0.53 | 0.59 |
| Hex | A3 | 60 | CE | 15 | 35 | 0 | 13 | 115 | 35 | 3B |
| Octal | 243 | 140 | 316 | 25 | 65 | 0 | 23 | 425 | 65 | 73 |
| Binary | 10100011 | 1100000 | 11001110 | 10101 | 110101 | 0 | 10011 | 100010101 | 110101 | 111011 |
Color Harmonies of #A360CE
Complementary color
Monochromatic Colors of #A360CE
Black with #A360CE
Text Example
Text Example
White with #A360CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A360CE; }
p { color: rgb(163,96,206); }
H1.HeaderClassName
{
color: #A360CE;
}
.AnyTagClassName
{
color: #A360CE;
}
</style>
background-color css
<style>
a { background-color: #A360CE; }
a { background-color: rgb(163,96,206); }
div.DivClassName
{
background-color: #A360CE;
}
.BgClassName
{
background-color: #A360CE;
}
</style>
border-color css
<style>
span { border-color: #A360CE; }
span { border-color: rgb(163,96,206); }
td.TdClassName
{
border-color: #A360CE;
}
.TagClassName
{
border-color: #A360CE;
}
</style>