Shades of Amethyst #AB69C4
Tints of Amethyst #AB69C4
RGB
CMYK
RGB Variations
Color information
#AB69C4 (or 0xAB69C4) is known color: Amethyst. HEX triplet: AB, 69 and C4. RGB value is (171,105,196). Sum of RGB (Red+Green+Blue) = 171+105+196=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 196 - color contains mainly: blue. Hex color #AB69C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB69C4 is #54963B. Grayscale: #868686. Windows color (decimal): -5543484 or 12872107. OLE color: 12872107.
HSL color Cylindrical-coordinate representation of color #AB69C4: hue angle of 283.52º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB69C4 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 105 | 196 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.23 |
| HSL | 283.52º | 0.44% | 0.59% | - |
| HSV(B) | 283.52º | 0.46% | 0.77% | - |
| XYZ | 31.81 | 22.75 | 54.94 | - |
| YUV | 135.11 | 162.37 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 196 | 0.13 | 0.46 | 0 | 0.23 | 283.52 | 0.44 | 0.59 |
| Hex | AB | 69 | C4 | D | 2E | 0 | 17 | 11C | 2C | 3B |
| Octal | 253 | 151 | 304 | 15 | 56 | 0 | 27 | 434 | 54 | 73 |
| Binary | 10101011 | 1101001 | 11000100 | 1101 | 101110 | 0 | 10111 | 100011100 | 101100 | 111011 |
Color Harmonies of #AB69C4
Complementary color
Monochromatic Colors of #AB69C4
Black with #AB69C4
Text Example
Text Example
White with #AB69C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB69C4; }
p { color: rgb(171,105,196); }
H1.HeaderClassName
{
color: #AB69C4;
}
.AnyTagClassName
{
color: #AB69C4;
}
</style>
background-color css
<style>
a { background-color: #AB69C4; }
a { background-color: rgb(171,105,196); }
div.DivClassName
{
background-color: #AB69C4;
}
.BgClassName
{
background-color: #AB69C4;
}
</style>
border-color css
<style>
span { border-color: #AB69C4; }
span { border-color: rgb(171,105,196); }
td.TdClassName
{
border-color: #AB69C4;
}
.TagClassName
{
border-color: #AB69C4;
}
</style>