Shades of Amethyst #AB68CE
Tints of Amethyst #AB68CE
RGB
CMYK
RGB Variations
Color information
#AB68CE (or 0xAB68CE) is known color: Amethyst. HEX triplet: AB, 68 and CE. RGB value is (171,104,206). Sum of RGB (Red+Green+Blue) = 171+104+206=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB68CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB68CE is #549731. Grayscale: #878787. Windows color (decimal): -5543730 or 13527211. OLE color: 13527211.
HSL color Cylindrical-coordinate representation of color #AB68CE: hue angle of 279.41º degrees, saturation: 0.51, 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 #AB68CE is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 104 | 206 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.19 |
| HSL | 279.41º | 0.51% | 0.61% | - |
| HSV(B) | 279.41º | 0.5% | 0.81% | - |
| XYZ | 32.89 | 23.01 | 61.1 | - |
| YUV | 135.66 | 167.7 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 206 | 0.17 | 0.50 | 0 | 0.19 | 279.41 | 0.51 | 0.61 |
| Hex | AB | 68 | CE | 11 | 32 | 0 | 13 | 117 | 33 | 3D |
| Octal | 253 | 150 | 316 | 21 | 62 | 0 | 23 | 427 | 63 | 75 |
| Binary | 10101011 | 1101000 | 11001110 | 10001 | 110010 | 0 | 10011 | 100010111 | 110011 | 111101 |
Color Harmonies of #AB68CE
Complementary color
Monochromatic Colors of #AB68CE
Black with #AB68CE
Text Example
Text Example
White with #AB68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB68CE; }
p { color: rgb(171,104,206); }
H1.HeaderClassName
{
color: #AB68CE;
}
.AnyTagClassName
{
color: #AB68CE;
}
</style>
background-color css
<style>
a { background-color: #AB68CE; }
a { background-color: rgb(171,104,206); }
div.DivClassName
{
background-color: #AB68CE;
}
.BgClassName
{
background-color: #AB68CE;
}
</style>
border-color css
<style>
span { border-color: #AB68CE; }
span { border-color: rgb(171,104,206); }
td.TdClassName
{
border-color: #AB68CE;
}
.TagClassName
{
border-color: #AB68CE;
}
</style>