Shades of Amethyst #A069CE
Tints of Amethyst #A069CE
RGB
CMYK
RGB Variations
Color information
#A069CE (or 0xA069CE) is known color: Amethyst. HEX triplet: A0, 69 and CE. RGB value is (160,105,206). Sum of RGB (Red+Green+Blue) = 160+105+206=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #A069CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069CE is #5F9631. Grayscale: #848484. Windows color (decimal): -6264370 or 13527456. OLE color: 13527456.
HSL color Cylindrical-coordinate representation of color #A069CE: hue angle of 272.67º degrees, saturation: 0.51, 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 #A069CE is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 105 | 206 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.19 |
| HSL | 272.67º | 0.51% | 0.61% | - |
| HSV(B) | 272.67º | 0.49% | 0.81% | - |
| XYZ | 30.69 | 22.03 | 61.03 | - |
| YUV | 132.96 | 169.22 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 206 | 0.22 | 0.49 | 0 | 0.19 | 272.67 | 0.51 | 0.61 |
| Hex | A0 | 69 | CE | 16 | 31 | 0 | 13 | 111 | 33 | 3D |
| Octal | 240 | 151 | 316 | 26 | 61 | 0 | 23 | 421 | 63 | 75 |
| Binary | 10100000 | 1101001 | 11001110 | 10110 | 110001 | 0 | 10011 | 100010001 | 110011 | 111101 |
Color Harmonies of #A069CE
Complementary color
Monochromatic Colors of #A069CE
Black with #A069CE
Text Example
Text Example
White with #A069CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A069CE; }
p { color: rgb(160,105,206); }
H1.HeaderClassName
{
color: #A069CE;
}
.AnyTagClassName
{
color: #A069CE;
}
</style>
background-color css
<style>
a { background-color: #A069CE; }
a { background-color: rgb(160,105,206); }
div.DivClassName
{
background-color: #A069CE;
}
.BgClassName
{
background-color: #A069CE;
}
</style>
border-color css
<style>
span { border-color: #A069CE; }
span { border-color: rgb(160,105,206); }
td.TdClassName
{
border-color: #A069CE;
}
.TagClassName
{
border-color: #A069CE;
}
</style>