Shades of Amethyst #A96CCB
Tints of Amethyst #A96CCB
RGB
CMYK
RGB Variations
Color information
#A96CCB (or 0xA96CCB) is known color: Amethyst. HEX triplet: A9, 6C and CB. RGB value is (169,108,203). Sum of RGB (Red+Green+Blue) = 169+108+203=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #A96CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96CCB is #569334. Grayscale: #888888. Windows color (decimal): -5673781 or 13331625. OLE color: 13331625.
HSL color Cylindrical-coordinate representation of color #A96CCB: hue angle of 278.53º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A96CCB is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 108 | 203 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.20 |
| HSL | 278.53º | 0.48% | 0.61% | - |
| HSV(B) | 278.53º | 0.47% | 0.8% | - |
| XYZ | 32.5 | 23.47 | 59.32 | - |
| YUV | 137.07 | 165.21 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 108 | 203 | 0.17 | 0.47 | 0 | 0.20 | 278.53 | 0.48 | 0.61 |
| Hex | A9 | 6C | CB | 11 | 2F | 0 | 14 | 117 | 30 | 3D |
| Octal | 251 | 154 | 313 | 21 | 57 | 0 | 24 | 427 | 60 | 75 |
| Binary | 10101001 | 1101100 | 11001011 | 10001 | 101111 | 0 | 10100 | 100010111 | 110000 | 111101 |
Color Harmonies of #A96CCB
Complementary color
Monochromatic Colors of #A96CCB
Black with #A96CCB
Text Example
Text Example
White with #A96CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96CCB; }
p { color: rgb(169,108,203); }
H1.HeaderClassName
{
color: #A96CCB;
}
.AnyTagClassName
{
color: #A96CCB;
}
</style>
background-color css
<style>
a { background-color: #A96CCB; }
a { background-color: rgb(169,108,203); }
div.DivClassName
{
background-color: #A96CCB;
}
.BgClassName
{
background-color: #A96CCB;
}
</style>
border-color css
<style>
span { border-color: #A96CCB; }
span { border-color: rgb(169,108,203); }
td.TdClassName
{
border-color: #A96CCB;
}
.TagClassName
{
border-color: #A96CCB;
}
</style>