Shades of Amethyst #A569CF
Tints of Amethyst #A569CF
RGB
CMYK
RGB Variations
Color information
#A569CF (or 0xA569CF) is known color: Amethyst. HEX triplet: A5, 69 and CF. RGB value is (165,105,207). Sum of RGB (Red+Green+Blue) = 165+105+207=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #A569CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A569CF is #5A9630. Grayscale: #868686. Windows color (decimal): -5936689 or 13592997. OLE color: 13592997.
HSL color Cylindrical-coordinate representation of color #A569CF: hue angle of 275.29º 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 #A569CF is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 105 | 207 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.19 |
| HSL | 275.29º | 0.52% | 0.61% | - |
| HSV(B) | 275.29º | 0.49% | 0.81% | - |
| XYZ | 31.83 | 22.61 | 61.72 | - |
| YUV | 134.57 | 168.88 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 105 | 207 | 0.20 | 0.49 | 0 | 0.19 | 275.29 | 0.52 | 0.61 |
| Hex | A5 | 69 | CF | 14 | 31 | 0 | 13 | 113 | 34 | 3D |
| Octal | 245 | 151 | 317 | 24 | 61 | 0 | 23 | 423 | 64 | 75 |
| Binary | 10100101 | 1101001 | 11001111 | 10100 | 110001 | 0 | 10011 | 100010011 | 110100 | 111101 |
Color Harmonies of #A569CF
Complementary color
Monochromatic Colors of #A569CF
Black with #A569CF
Text Example
Text Example
White with #A569CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A569CF; }
p { color: rgb(165,105,207); }
H1.HeaderClassName
{
color: #A569CF;
}
.AnyTagClassName
{
color: #A569CF;
}
</style>
background-color css
<style>
a { background-color: #A569CF; }
a { background-color: rgb(165,105,207); }
div.DivClassName
{
background-color: #A569CF;
}
.BgClassName
{
background-color: #A569CF;
}
</style>
border-color css
<style>
span { border-color: #A569CF; }
span { border-color: rgb(165,105,207); }
td.TdClassName
{
border-color: #A569CF;
}
.TagClassName
{
border-color: #A569CF;
}
</style>