Shades of Amethyst #A068D7
Tints of Amethyst #A068D7
RGB
CMYK
RGB Variations
Color information
#A068D7 (or 0xA068D7) is known color: Amethyst. HEX triplet: A0, 68 and D7. RGB value is (160,104,215). Sum of RGB (Red+Green+Blue) = 160+104+215=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #A068D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068D7 is #5F9728. Grayscale: #858585. Windows color (decimal): -6264617 or 14117024. OLE color: 14117024.
HSL color Cylindrical-coordinate representation of color #A068D7: hue angle of 270.27º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A068D7 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 104 | 215 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.16 |
| HSL | 270.27º | 0.58% | 0.63% | - |
| HSV(B) | 270.27º | 0.52% | 0.84% | - |
| XYZ | 31.71 | 22.28 | 66.92 | - |
| YUV | 133.4 | 174.05 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 215 | 0.26 | 0.52 | 0 | 0.16 | 270.27 | 0.58 | 0.63 |
| Hex | A0 | 68 | D7 | 1A | 34 | 0 | 10 | 10E | 3A | 3F |
| Octal | 240 | 150 | 327 | 32 | 64 | 0 | 20 | 416 | 72 | 77 |
| Binary | 10100000 | 1101000 | 11010111 | 11010 | 110100 | 0 | 10000 | 100001110 | 111010 | 111111 |
Color Harmonies of #A068D7
Complementary color
Monochromatic Colors of #A068D7
Black with #A068D7
Text Example
Text Example
White with #A068D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A068D7; }
p { color: rgb(160,104,215); }
H1.HeaderClassName
{
color: #A068D7;
}
.AnyTagClassName
{
color: #A068D7;
}
</style>
background-color css
<style>
a { background-color: #A068D7; }
a { background-color: rgb(160,104,215); }
div.DivClassName
{
background-color: #A068D7;
}
.BgClassName
{
background-color: #A068D7;
}
</style>
border-color css
<style>
span { border-color: #A068D7; }
span { border-color: rgb(160,104,215); }
td.TdClassName
{
border-color: #A068D7;
}
.TagClassName
{
border-color: #A068D7;
}
</style>