Shades of Amethyst #A369CF
Tints of Amethyst #A369CF
RGB
CMYK
RGB Variations
Color information
#A369CF (or 0xA369CF) is known color: Amethyst. HEX triplet: A3, 69 and CF. RGB value is (163,105,207). Sum of RGB (Red+Green+Blue) = 163+105+207=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #A369CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A369CF is #5C9630. Grayscale: #858585. Windows color (decimal): -6067761 or 13592995. OLE color: 13592995.
HSL color Cylindrical-coordinate representation of color #A369CF: hue angle of 274.12º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A369CF is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 105 | 207 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.19 |
| HSL | 274.12º | 0.52% | 0.61% | - |
| HSV(B) | 274.12º | 0.49% | 0.81% | - |
| XYZ | 31.42 | 22.39 | 61.7 | - |
| YUV | 133.97 | 169.22 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 105 | 207 | 0.21 | 0.49 | 0 | 0.19 | 274.12 | 0.52 | 0.61 |
| Hex | A3 | 69 | CF | 15 | 31 | 0 | 13 | 112 | 34 | 3D |
| Octal | 243 | 151 | 317 | 25 | 61 | 0 | 23 | 422 | 64 | 75 |
| Binary | 10100011 | 1101001 | 11001111 | 10101 | 110001 | 0 | 10011 | 100010010 | 110100 | 111101 |
Color Harmonies of #A369CF
Complementary color
Monochromatic Colors of #A369CF
Black with #A369CF
Text Example
Text Example
White with #A369CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A369CF; }
p { color: rgb(163,105,207); }
H1.HeaderClassName
{
color: #A369CF;
}
.AnyTagClassName
{
color: #A369CF;
}
</style>
background-color css
<style>
a { background-color: #A369CF; }
a { background-color: rgb(163,105,207); }
div.DivClassName
{
background-color: #A369CF;
}
.BgClassName
{
background-color: #A369CF;
}
</style>
border-color css
<style>
span { border-color: #A369CF; }
span { border-color: rgb(163,105,207); }
td.TdClassName
{
border-color: #A369CF;
}
.TagClassName
{
border-color: #A369CF;
}
</style>