Shades of Amethyst #A069CF
Tints of Amethyst #A069CF
RGB
CMYK
RGB Variations
Color information
#A069CF (or 0xA069CF) is known color: Amethyst. HEX triplet: A0, 69 and CF. RGB value is (160,105,207). Sum of RGB (Red+Green+Blue) = 160+105+207=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #A069CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069CF is #5F9630. Grayscale: #848484. Windows color (decimal): -6264369 or 13592992. OLE color: 13592992.
HSL color Cylindrical-coordinate representation of color #A069CF: hue angle of 272.35º 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 #A069CF is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 105 | 207 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.19 |
| HSL | 272.35º | 0.52% | 0.61% | - |
| HSV(B) | 272.35º | 0.49% | 0.81% | - |
| XYZ | 30.81 | 22.08 | 61.67 | - |
| YUV | 133.07 | 169.72 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 207 | 0.23 | 0.49 | 0 | 0.19 | 272.35 | 0.52 | 0.61 |
| Hex | A0 | 69 | CF | 17 | 31 | 0 | 13 | 110 | 34 | 3D |
| Octal | 240 | 151 | 317 | 27 | 61 | 0 | 23 | 420 | 64 | 75 |
| Binary | 10100000 | 1101001 | 11001111 | 10111 | 110001 | 0 | 10011 | 100010000 | 110100 | 111101 |
Color Harmonies of #A069CF
Complementary color
Monochromatic Colors of #A069CF
Black with #A069CF
Text Example
Text Example
White with #A069CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A069CF; }
p { color: rgb(160,105,207); }
H1.HeaderClassName
{
color: #A069CF;
}
.AnyTagClassName
{
color: #A069CF;
}
</style>
background-color css
<style>
a { background-color: #A069CF; }
a { background-color: rgb(160,105,207); }
div.DivClassName
{
background-color: #A069CF;
}
.BgClassName
{
background-color: #A069CF;
}
</style>
border-color css
<style>
span { border-color: #A069CF; }
span { border-color: rgb(160,105,207); }
td.TdClassName
{
border-color: #A069CF;
}
.TagClassName
{
border-color: #A069CF;
}
</style>