Shades of Amethyst #AB69DF
Tints of Amethyst #AB69DF
RGB
CMYK
RGB Variations
Color information
#AB69DF (or 0xAB69DF) is known color: Amethyst. HEX triplet: AB, 69 and DF. RGB value is (171,105,223). Sum of RGB (Red+Green+Blue) = 171+105+223=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB69DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB69DF is #549620. Grayscale: #898989. Windows color (decimal): -5543457 or 14641579. OLE color: 14641579.
HSL color Cylindrical-coordinate representation of color #AB69DF: hue angle of 273.56º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB69DF is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 105 | 223 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.13 |
| HSL | 273.56º | 0.65% | 0.64% | - |
| HSV(B) | 273.56º | 0.53% | 0.87% | - |
| XYZ | 35.17 | 24.09 | 72.61 | - |
| YUV | 138.19 | 175.87 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 223 | 0.23 | 0.53 | 0 | 0.13 | 273.56 | 0.65 | 0.64 |
| Hex | AB | 69 | DF | 17 | 35 | 0 | D | 112 | 41 | 40 |
| Octal | 253 | 151 | 337 | 27 | 65 | 0 | 15 | 422 | 101 | 100 |
| Binary | 10101011 | 1101001 | 11011111 | 10111 | 110101 | 0 | 1101 | 100010010 | 1000001 | 1000000 |
Color Harmonies of #AB69DF
Complementary color
Monochromatic Colors of #AB69DF
Black with #AB69DF
Text Example
Text Example
White with #AB69DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB69DF; }
p { color: rgb(171,105,223); }
H1.HeaderClassName
{
color: #AB69DF;
}
.AnyTagClassName
{
color: #AB69DF;
}
</style>
background-color css
<style>
a { background-color: #AB69DF; }
a { background-color: rgb(171,105,223); }
div.DivClassName
{
background-color: #AB69DF;
}
.BgClassName
{
background-color: #AB69DF;
}
</style>
border-color css
<style>
span { border-color: #AB69DF; }
span { border-color: rgb(171,105,223); }
td.TdClassName
{
border-color: #AB69DF;
}
.TagClassName
{
border-color: #AB69DF;
}
</style>