Shades of Amethyst #A069C6
Tints of Amethyst #A069C6
RGB
CMYK
RGB Variations
Color information
#A069C6 (or 0xA069C6) is known color: Amethyst. HEX triplet: A0, 69 and C6. RGB value is (160,105,198). Sum of RGB (Red+Green+Blue) = 160+105+198=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 198 - color contains mainly: blue. Hex color #A069C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069C6 is #5F9639. Grayscale: #838383. Windows color (decimal): -6264378 or 13003168. OLE color: 13003168.
HSL color Cylindrical-coordinate representation of color #A069C6: hue angle of 275.48º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A069C6 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 105 | 198 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.22 |
| HSL | 275.48º | 0.45% | 0.59% | - |
| HSV(B) | 275.48º | 0.47% | 0.78% | - |
| XYZ | 29.74 | 21.65 | 56.04 | - |
| YUV | 132.05 | 165.22 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 198 | 0.19 | 0.47 | 0 | 0.22 | 275.48 | 0.45 | 0.59 |
| Hex | A0 | 69 | C6 | 13 | 2F | 0 | 16 | 113 | 2D | 3B |
| Octal | 240 | 151 | 306 | 23 | 57 | 0 | 26 | 423 | 55 | 73 |
| Binary | 10100000 | 1101001 | 11000110 | 10011 | 101111 | 0 | 10110 | 100010011 | 101101 | 111011 |
Color Harmonies of #A069C6
Complementary color
Monochromatic Colors of #A069C6
Black with #A069C6
Text Example
Text Example
White with #A069C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A069C6; }
p { color: rgb(160,105,198); }
H1.HeaderClassName
{
color: #A069C6;
}
.AnyTagClassName
{
color: #A069C6;
}
</style>
background-color css
<style>
a { background-color: #A069C6; }
a { background-color: rgb(160,105,198); }
div.DivClassName
{
background-color: #A069C6;
}
.BgClassName
{
background-color: #A069C6;
}
</style>
border-color css
<style>
span { border-color: #A069C6; }
span { border-color: rgb(160,105,198); }
td.TdClassName
{
border-color: #A069C6;
}
.TagClassName
{
border-color: #A069C6;
}
</style>