Shades of Amethyst #A069DA
Tints of Amethyst #A069DA
RGB
CMYK
RGB Variations
Color information
#A069DA (or 0xA069DA) is known color: Amethyst. HEX triplet: A0, 69 and DA. RGB value is (160,105,218). Sum of RGB (Red+Green+Blue) = 160+105+218=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #A069DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069DA is #5F9625. Grayscale: #858585. Windows color (decimal): -6264358 or 14313888. OLE color: 14313888.
HSL color Cylindrical-coordinate representation of color #A069DA: hue angle of 269.2º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A069DA is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 105 | 218 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.15 |
| HSL | 269.2º | 0.6% | 0.63% | - |
| HSV(B) | 269.2º | 0.52% | 0.85% | - |
| XYZ | 32.2 | 22.64 | 69 | - |
| YUV | 134.33 | 175.22 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 218 | 0.27 | 0.52 | 0 | 0.15 | 269.2 | 0.6 | 0.63 |
| Hex | A0 | 69 | DA | 1B | 34 | 0 | F | 10D | 3C | 3F |
| Octal | 240 | 151 | 332 | 33 | 64 | 0 | 17 | 415 | 74 | 77 |
| Binary | 10100000 | 1101001 | 11011010 | 11011 | 110100 | 0 | 1111 | 100001101 | 111100 | 111111 |
Color Harmonies of #A069DA
Complementary color
Monochromatic Colors of #A069DA
Black with #A069DA
Text Example
Text Example
White with #A069DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A069DA; }
p { color: rgb(160,105,218); }
H1.HeaderClassName
{
color: #A069DA;
}
.AnyTagClassName
{
color: #A069DA;
}
</style>
background-color css
<style>
a { background-color: #A069DA; }
a { background-color: rgb(160,105,218); }
div.DivClassName
{
background-color: #A069DA;
}
.BgClassName
{
background-color: #A069DA;
}
</style>
border-color css
<style>
span { border-color: #A069DA; }
span { border-color: rgb(160,105,218); }
td.TdClassName
{
border-color: #A069DA;
}
.TagClassName
{
border-color: #A069DA;
}
</style>