Shades of Amethyst #A365CF
Tints of Amethyst #A365CF
RGB
CMYK
RGB Variations
Color information
#A365CF (or 0xA365CF) is known color: Amethyst. HEX triplet: A3, 65 and CF. RGB value is (163,101,207). Sum of RGB (Red+Green+Blue) = 163+101+207=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #A365CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A365CF is #5C9A30. Grayscale: #838383. Windows color (decimal): -6068785 or 13591971. OLE color: 13591971.
HSL color Cylindrical-coordinate representation of color #A365CF: hue angle of 275.09º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A365CF is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 101 | 207 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.19 |
| HSL | 275.09º | 0.52% | 0.6% | - |
| HSV(B) | 275.09º | 0.51% | 0.81% | - |
| XYZ | 31.02 | 21.6 | 61.57 | - |
| YUV | 131.62 | 170.54 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 207 | 0.21 | 0.51 | 0 | 0.19 | 275.09 | 0.52 | 0.6 |
| Hex | A3 | 65 | CF | 15 | 33 | 0 | 13 | 113 | 34 | 3C |
| Octal | 243 | 145 | 317 | 25 | 63 | 0 | 23 | 423 | 64 | 74 |
| Binary | 10100011 | 1100101 | 11001111 | 10101 | 110011 | 0 | 10011 | 100010011 | 110100 | 111100 |
Color Harmonies of #A365CF
Complementary color
Monochromatic Colors of #A365CF
Black with #A365CF
Text Example
Text Example
White with #A365CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A365CF; }
p { color: rgb(163,101,207); }
H1.HeaderClassName
{
color: #A365CF;
}
.AnyTagClassName
{
color: #A365CF;
}
</style>
background-color css
<style>
a { background-color: #A365CF; }
a { background-color: rgb(163,101,207); }
div.DivClassName
{
background-color: #A365CF;
}
.BgClassName
{
background-color: #A365CF;
}
</style>
border-color css
<style>
span { border-color: #A365CF; }
span { border-color: rgb(163,101,207); }
td.TdClassName
{
border-color: #A365CF;
}
.TagClassName
{
border-color: #A365CF;
}
</style>