Shades of Amethyst #A069BE
Tints of Amethyst #A069BE
RGB
CMYK
RGB Variations
Color information
#A069BE (or 0xA069BE) is known color: Amethyst. HEX triplet: A0, 69 and BE. RGB value is (160,105,190). Sum of RGB (Red+Green+Blue) = 160+105+190=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #A069BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069BE is #5F9641. Grayscale: #828282. Windows color (decimal): -6264386 or 12478880. OLE color: 12478880.
HSL color Cylindrical-coordinate representation of color #A069BE: hue angle of 278.82º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A069BE is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 105 | 190 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.25 |
| HSL | 278.82º | 0.4% | 0.58% | - |
| HSV(B) | 278.82º | 0.45% | 0.75% | - |
| XYZ | 28.84 | 21.29 | 51.31 | - |
| YUV | 131.14 | 161.22 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 190 | 0.16 | 0.45 | 0 | 0.25 | 278.82 | 0.4 | 0.58 |
| Hex | A0 | 69 | BE | 10 | 2D | 0 | 19 | 117 | 28 | 3A |
| Octal | 240 | 151 | 276 | 20 | 55 | 0 | 31 | 427 | 50 | 72 |
| Binary | 10100000 | 1101001 | 10111110 | 10000 | 101101 | 0 | 11001 | 100010111 | 101000 | 111010 |
Color Harmonies of #A069BE
Complementary color
Monochromatic Colors of #A069BE
Black with #A069BE
Text Example
Text Example
White with #A069BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A069BE; }
p { color: rgb(160,105,190); }
H1.HeaderClassName
{
color: #A069BE;
}
.AnyTagClassName
{
color: #A069BE;
}
</style>
background-color css
<style>
a { background-color: #A069BE; }
a { background-color: rgb(160,105,190); }
div.DivClassName
{
background-color: #A069BE;
}
.BgClassName
{
background-color: #A069BE;
}
</style>
border-color css
<style>
span { border-color: #A069BE; }
span { border-color: rgb(160,105,190); }
td.TdClassName
{
border-color: #A069BE;
}
.TagClassName
{
border-color: #A069BE;
}
</style>