Shades of Amethyst #AB68CF
Tints of Amethyst #AB68CF
RGB
CMYK
RGB Variations
Color information
#AB68CF (or 0xAB68CF) is known color: Amethyst. HEX triplet: AB, 68 and CF. RGB value is (171,104,207). Sum of RGB (Red+Green+Blue) = 171+104+207=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB68CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB68CF is #549730. Grayscale: #878787. Windows color (decimal): -5543729 or 13592747. OLE color: 13592747.
HSL color Cylindrical-coordinate representation of color #AB68CF: hue angle of 279.03º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB68CF is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 104 | 207 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.19 |
| HSL | 279.03º | 0.52% | 0.61% | - |
| HSV(B) | 279.03º | 0.5% | 0.81% | - |
| XYZ | 33.01 | 23.06 | 61.74 | - |
| YUV | 135.78 | 168.2 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 207 | 0.17 | 0.50 | 0 | 0.19 | 279.03 | 0.52 | 0.61 |
| Hex | AB | 68 | CF | 11 | 32 | 0 | 13 | 117 | 34 | 3D |
| Octal | 253 | 150 | 317 | 21 | 62 | 0 | 23 | 427 | 64 | 75 |
| Binary | 10101011 | 1101000 | 11001111 | 10001 | 110010 | 0 | 10011 | 100010111 | 110100 | 111101 |
Color Harmonies of #AB68CF
Complementary color
Monochromatic Colors of #AB68CF
Black with #AB68CF
Text Example
Text Example
White with #AB68CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB68CF; }
p { color: rgb(171,104,207); }
H1.HeaderClassName
{
color: #AB68CF;
}
.AnyTagClassName
{
color: #AB68CF;
}
</style>
background-color css
<style>
a { background-color: #AB68CF; }
a { background-color: rgb(171,104,207); }
div.DivClassName
{
background-color: #AB68CF;
}
.BgClassName
{
background-color: #AB68CF;
}
</style>
border-color css
<style>
span { border-color: #AB68CF; }
span { border-color: rgb(171,104,207); }
td.TdClassName
{
border-color: #AB68CF;
}
.TagClassName
{
border-color: #AB68CF;
}
</style>