Shades of Amethyst #A96ECB
Tints of Amethyst #A96ECB
RGB
CMYK
RGB Variations
Color information
#A96ECB (or 0xA96ECB) is known color: Amethyst. HEX triplet: A9, 6E and CB. RGB value is (169,110,203). Sum of RGB (Red+Green+Blue) = 169+110+203=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #A96ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96ECB is #569134. Grayscale: #898989. Windows color (decimal): -5673269 or 13332137. OLE color: 13332137.
HSL color Cylindrical-coordinate representation of color #A96ECB: hue angle of 278.06º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A96ECB is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 110 | 203 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.20 |
| HSL | 278.06º | 0.47% | 0.61% | - |
| HSV(B) | 278.06º | 0.46% | 0.8% | - |
| XYZ | 32.72 | 23.9 | 59.39 | - |
| YUV | 138.24 | 164.55 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 203 | 0.17 | 0.46 | 0 | 0.20 | 278.06 | 0.47 | 0.61 |
| Hex | A9 | 6E | CB | 11 | 2E | 0 | 14 | 116 | 2F | 3D |
| Octal | 251 | 156 | 313 | 21 | 56 | 0 | 24 | 426 | 57 | 75 |
| Binary | 10101001 | 1101110 | 11001011 | 10001 | 101110 | 0 | 10100 | 100010110 | 101111 | 111101 |
Color Harmonies of #A96ECB
Complementary color
Monochromatic Colors of #A96ECB
Black with #A96ECB
Text Example
Text Example
White with #A96ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96ECB; }
p { color: rgb(169,110,203); }
H1.HeaderClassName
{
color: #A96ECB;
}
.AnyTagClassName
{
color: #A96ECB;
}
</style>
background-color css
<style>
a { background-color: #A96ECB; }
a { background-color: rgb(169,110,203); }
div.DivClassName
{
background-color: #A96ECB;
}
.BgClassName
{
background-color: #A96ECB;
}
</style>
border-color css
<style>
span { border-color: #A96ECB; }
span { border-color: rgb(169,110,203); }
td.TdClassName
{
border-color: #A96ECB;
}
.TagClassName
{
border-color: #A96ECB;
}
</style>