Shades of Amethyst #A06BCE
Tints of Amethyst #A06BCE
RGB
CMYK
RGB Variations
Color information
#A06BCE (or 0xA06BCE) is known color: Amethyst. HEX triplet: A0, 6B and CE. RGB value is (160,107,206). Sum of RGB (Red+Green+Blue) = 160+107+206=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #A06BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06BCE is #5F9431. Grayscale: #858585. Windows color (decimal): -6263858 or 13527968. OLE color: 13527968.
HSL color Cylindrical-coordinate representation of color #A06BCE: hue angle of 272.12º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A06BCE is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 107 | 206 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.19 |
| HSL | 272.12º | 0.5% | 0.61% | - |
| HSV(B) | 272.12º | 0.48% | 0.81% | - |
| XYZ | 30.9 | 22.45 | 61.1 | - |
| YUV | 134.13 | 168.56 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 107 | 206 | 0.22 | 0.48 | 0 | 0.19 | 272.12 | 0.5 | 0.61 |
| Hex | A0 | 6B | CE | 16 | 30 | 0 | 13 | 110 | 32 | 3D |
| Octal | 240 | 153 | 316 | 26 | 60 | 0 | 23 | 420 | 62 | 75 |
| Binary | 10100000 | 1101011 | 11001110 | 10110 | 110000 | 0 | 10011 | 100010000 | 110010 | 111101 |
Color Harmonies of #A06BCE
Complementary color
Monochromatic Colors of #A06BCE
Black with #A06BCE
Text Example
Text Example
White with #A06BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06BCE; }
p { color: rgb(160,107,206); }
H1.HeaderClassName
{
color: #A06BCE;
}
.AnyTagClassName
{
color: #A06BCE;
}
</style>
background-color css
<style>
a { background-color: #A06BCE; }
a { background-color: rgb(160,107,206); }
div.DivClassName
{
background-color: #A06BCE;
}
.BgClassName
{
background-color: #A06BCE;
}
</style>
border-color css
<style>
span { border-color: #A06BCE; }
span { border-color: rgb(160,107,206); }
td.TdClassName
{
border-color: #A06BCE;
}
.TagClassName
{
border-color: #A06BCE;
}
</style>