Shades of Amethyst #AB69DC
Tints of Amethyst #AB69DC
RGB
CMYK
RGB Variations
Color information
#AB69DC (or 0xAB69DC) is known color: Amethyst. HEX triplet: AB, 69 and DC. RGB value is (171,105,220). Sum of RGB (Red+Green+Blue) = 171+105+220=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB69DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB69DC is #549623. Grayscale: #898989. Windows color (decimal): -5543460 or 14444971. OLE color: 14444971.
HSL color Cylindrical-coordinate representation of color #AB69DC: hue angle of 274.43º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB69DC is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 105 | 220 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.14 |
| HSL | 274.43º | 0.62% | 0.64% | - |
| HSV(B) | 274.43º | 0.52% | 0.86% | - |
| XYZ | 34.76 | 23.93 | 70.5 | - |
| YUV | 137.84 | 174.37 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 220 | 0.22 | 0.52 | 0 | 0.14 | 274.43 | 0.62 | 0.64 |
| Hex | AB | 69 | DC | 16 | 34 | 0 | E | 112 | 3E | 40 |
| Octal | 253 | 151 | 334 | 26 | 64 | 0 | 16 | 422 | 76 | 100 |
| Binary | 10101011 | 1101001 | 11011100 | 10110 | 110100 | 0 | 1110 | 100010010 | 111110 | 1000000 |
Color Harmonies of #AB69DC
Complementary color
Monochromatic Colors of #AB69DC
Black with #AB69DC
Text Example
Text Example
White with #AB69DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB69DC; }
p { color: rgb(171,105,220); }
H1.HeaderClassName
{
color: #AB69DC;
}
.AnyTagClassName
{
color: #AB69DC;
}
</style>
background-color css
<style>
a { background-color: #AB69DC; }
a { background-color: rgb(171,105,220); }
div.DivClassName
{
background-color: #AB69DC;
}
.BgClassName
{
background-color: #AB69DC;
}
</style>
border-color css
<style>
span { border-color: #AB69DC; }
span { border-color: rgb(171,105,220); }
td.TdClassName
{
border-color: #AB69DC;
}
.TagClassName
{
border-color: #AB69DC;
}
</style>