Shades of Amethyst #A968CB
Tints of Amethyst #A968CB
RGB
CMYK
RGB Variations
Color information
#A968CB (or 0xA968CB) is known color: Amethyst. HEX triplet: A9, 68 and CB. RGB value is (169,104,203). Sum of RGB (Red+Green+Blue) = 169+104+203=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #A968CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A968CB is #569734. Grayscale: #868686. Windows color (decimal): -5674805 or 13330601. OLE color: 13330601.
HSL color Cylindrical-coordinate representation of color #A968CB: hue angle of 279.39º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A968CB is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 104 | 203 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.20 |
| HSL | 279.39º | 0.49% | 0.6% | - |
| HSV(B) | 279.39º | 0.49% | 0.8% | - |
| XYZ | 32.09 | 22.65 | 59.18 | - |
| YUV | 134.72 | 166.53 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 203 | 0.17 | 0.49 | 0 | 0.20 | 279.39 | 0.49 | 0.6 |
| Hex | A9 | 68 | CB | 11 | 31 | 0 | 14 | 117 | 31 | 3C |
| Octal | 251 | 150 | 313 | 21 | 61 | 0 | 24 | 427 | 61 | 74 |
| Binary | 10101001 | 1101000 | 11001011 | 10001 | 110001 | 0 | 10100 | 100010111 | 110001 | 111100 |
Color Harmonies of #A968CB
Complementary color
Monochromatic Colors of #A968CB
Black with #A968CB
Text Example
Text Example
White with #A968CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A968CB; }
p { color: rgb(169,104,203); }
H1.HeaderClassName
{
color: #A968CB;
}
.AnyTagClassName
{
color: #A968CB;
}
</style>
background-color css
<style>
a { background-color: #A968CB; }
a { background-color: rgb(169,104,203); }
div.DivClassName
{
background-color: #A968CB;
}
.BgClassName
{
background-color: #A968CB;
}
</style>
border-color css
<style>
span { border-color: #A968CB; }
span { border-color: rgb(169,104,203); }
td.TdClassName
{
border-color: #A968CB;
}
.TagClassName
{
border-color: #A968CB;
}
</style>