Shades of Amethyst #AB65C8
Tints of Amethyst #AB65C8
RGB
CMYK
RGB Variations
Color information
#AB65C8 (or 0xAB65C8) is known color: Amethyst. HEX triplet: AB, 65 and C8. RGB value is (171,101,200). Sum of RGB (Red+Green+Blue) = 171+101+200=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB65C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB65C8 is #549A37. Grayscale: #848484. Windows color (decimal): -5544504 or 13133227. OLE color: 13133227.
HSL color Cylindrical-coordinate representation of color #AB65C8: hue angle of 282.42º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB65C8 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 101 | 200 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.22 |
| HSL | 282.42º | 0.47% | 0.59% | - |
| HSV(B) | 282.42º | 0.5% | 0.78% | - |
| XYZ | 31.87 | 22.14 | 57.24 | - |
| YUV | 133.22 | 165.69 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 200 | 0.14 | 0.49 | 0 | 0.22 | 282.42 | 0.47 | 0.59 |
| Hex | AB | 65 | C8 | E | 31 | 0 | 16 | 11A | 2F | 3B |
| Octal | 253 | 145 | 310 | 16 | 61 | 0 | 26 | 432 | 57 | 73 |
| Binary | 10101011 | 1100101 | 11001000 | 1110 | 110001 | 0 | 10110 | 100011010 | 101111 | 111011 |
Color Harmonies of #AB65C8
Complementary color
Monochromatic Colors of #AB65C8
Black with #AB65C8
Text Example
Text Example
White with #AB65C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB65C8; }
p { color: rgb(171,101,200); }
H1.HeaderClassName
{
color: #AB65C8;
}
.AnyTagClassName
{
color: #AB65C8;
}
</style>
background-color css
<style>
a { background-color: #AB65C8; }
a { background-color: rgb(171,101,200); }
div.DivClassName
{
background-color: #AB65C8;
}
.BgClassName
{
background-color: #AB65C8;
}
</style>
border-color css
<style>
span { border-color: #AB65C8; }
span { border-color: rgb(171,101,200); }
td.TdClassName
{
border-color: #AB65C8;
}
.TagClassName
{
border-color: #AB65C8;
}
</style>