Shades of Amethyst #A068D6
Tints of Amethyst #A068D6
RGB
CMYK
RGB Variations
Color information
#A068D6 (or 0xA068D6) is known color: Amethyst. HEX triplet: A0, 68 and D6. RGB value is (160,104,214). Sum of RGB (Red+Green+Blue) = 160+104+214=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 214 (83.98% from 255 or 44.77% from 478); Max value from RGB is 214 - color contains mainly: blue. Hex color #A068D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068D6 is #5F9729. Grayscale: #848484. Windows color (decimal): -6264618 or 14051488. OLE color: 14051488.
HSL color Cylindrical-coordinate representation of color #A068D6: hue angle of 270.55º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A068D6 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 104 | 214 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.16 |
| HSL | 270.55º | 0.57% | 0.62% | - |
| HSV(B) | 270.55º | 0.51% | 0.84% | - |
| XYZ | 31.59 | 22.23 | 66.24 | - |
| YUV | 133.28 | 173.55 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 214 | 0.25 | 0.51 | 0 | 0.16 | 270.55 | 0.57 | 0.62 |
| Hex | A0 | 68 | D6 | 19 | 33 | 0 | 10 | 10F | 39 | 3E |
| Octal | 240 | 150 | 326 | 31 | 63 | 0 | 20 | 417 | 71 | 76 |
| Binary | 10100000 | 1101000 | 11010110 | 11001 | 110011 | 0 | 10000 | 100001111 | 111001 | 111110 |
Color Harmonies of #A068D6
Complementary color
Monochromatic Colors of #A068D6
Black with #A068D6
Text Example
Text Example
White with #A068D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A068D6; }
p { color: rgb(160,104,214); }
H1.HeaderClassName
{
color: #A068D6;
}
.AnyTagClassName
{
color: #A068D6;
}
</style>
background-color css
<style>
a { background-color: #A068D6; }
a { background-color: rgb(160,104,214); }
div.DivClassName
{
background-color: #A068D6;
}
.BgClassName
{
background-color: #A068D6;
}
</style>
border-color css
<style>
span { border-color: #A068D6; }
span { border-color: rgb(160,104,214); }
td.TdClassName
{
border-color: #A068D6;
}
.TagClassName
{
border-color: #A068D6;
}
</style>