Shades of Amethyst #AB65CF
Tints of Amethyst #AB65CF
RGB
CMYK
RGB Variations
Color information
#AB65CF (or 0xAB65CF) is known color: Amethyst. HEX triplet: AB, 65 and CF. RGB value is (171,101,207). Sum of RGB (Red+Green+Blue) = 171+101+207=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB65CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB65CF is #549A30. Grayscale: #858585. Windows color (decimal): -5544497 or 13591979. OLE color: 13591979.
HSL color Cylindrical-coordinate representation of color #AB65CF: hue angle of 279.62º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB65CF is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 101 | 207 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.19 |
| HSL | 279.62º | 0.52% | 0.6% | - |
| HSV(B) | 279.62º | 0.51% | 0.81% | - |
| XYZ | 32.71 | 22.47 | 61.64 | - |
| YUV | 134.01 | 169.19 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 207 | 0.17 | 0.51 | 0 | 0.19 | 279.62 | 0.52 | 0.6 |
| Hex | AB | 65 | CF | 11 | 33 | 0 | 13 | 118 | 34 | 3C |
| Octal | 253 | 145 | 317 | 21 | 63 | 0 | 23 | 430 | 64 | 74 |
| Binary | 10101011 | 1100101 | 11001111 | 10001 | 110011 | 0 | 10011 | 100011000 | 110100 | 111100 |
Color Harmonies of #AB65CF
Complementary color
Monochromatic Colors of #AB65CF
Black with #AB65CF
Text Example
Text Example
White with #AB65CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB65CF; }
p { color: rgb(171,101,207); }
H1.HeaderClassName
{
color: #AB65CF;
}
.AnyTagClassName
{
color: #AB65CF;
}
</style>
background-color css
<style>
a { background-color: #AB65CF; }
a { background-color: rgb(171,101,207); }
div.DivClassName
{
background-color: #AB65CF;
}
.BgClassName
{
background-color: #AB65CF;
}
</style>
border-color css
<style>
span { border-color: #AB65CF; }
span { border-color: rgb(171,101,207); }
td.TdClassName
{
border-color: #AB65CF;
}
.TagClassName
{
border-color: #AB65CF;
}
</style>