Shades of Amethyst #AB74CF
Tints of Amethyst #AB74CF
RGB
CMYK
RGB Variations
Color information
#AB74CF (or 0xAB74CF) is known color: Amethyst. HEX triplet: AB, 74 and CF. RGB value is (171,116,207). Sum of RGB (Red+Green+Blue) = 171+116+207=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB74CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB74CF is #548B30. Grayscale: #8E8E8E. Windows color (decimal): -5540657 or 13595819. OLE color: 13595819.
HSL color Cylindrical-coordinate representation of color #AB74CF: hue angle of 276.26º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB74CF is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 116 | 207 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.19 |
| HSL | 276.26º | 0.49% | 0.63% | - |
| HSV(B) | 276.26º | 0.44% | 0.81% | - |
| XYZ | 34.3 | 25.65 | 62.18 | - |
| YUV | 142.82 | 164.22 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 207 | 0.17 | 0.44 | 0 | 0.19 | 276.26 | 0.49 | 0.63 |
| Hex | AB | 74 | CF | 11 | 2C | 0 | 13 | 114 | 31 | 3F |
| Octal | 253 | 164 | 317 | 21 | 54 | 0 | 23 | 424 | 61 | 77 |
| Binary | 10101011 | 1110100 | 11001111 | 10001 | 101100 | 0 | 10011 | 100010100 | 110001 | 111111 |
Color Harmonies of #AB74CF
Complementary color
Monochromatic Colors of #AB74CF
Black with #AB74CF
Text Example
Text Example
White with #AB74CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB74CF; }
p { color: rgb(171,116,207); }
H1.HeaderClassName
{
color: #AB74CF;
}
.AnyTagClassName
{
color: #AB74CF;
}
</style>
background-color css
<style>
a { background-color: #AB74CF; }
a { background-color: rgb(171,116,207); }
div.DivClassName
{
background-color: #AB74CF;
}
.BgClassName
{
background-color: #AB74CF;
}
</style>
border-color css
<style>
span { border-color: #AB74CF; }
span { border-color: rgb(171,116,207); }
td.TdClassName
{
border-color: #AB74CF;
}
.TagClassName
{
border-color: #AB74CF;
}
</style>