Shades of Amethyst #AB65C9
Tints of Amethyst #AB65C9
RGB
CMYK
RGB Variations
Color information
#AB65C9 (or 0xAB65C9) is known color: Amethyst. HEX triplet: AB, 65 and C9. RGB value is (171,101,201). Sum of RGB (Red+Green+Blue) = 171+101+201=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB65C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB65C9 is #549A36. Grayscale: #858585. Windows color (decimal): -5544503 or 13198763. OLE color: 13198763.
HSL color Cylindrical-coordinate representation of color #AB65C9: hue angle of 282º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB65C9 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 101 | 201 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.21 |
| HSL | 282º | 0.48% | 0.59% | - |
| HSV(B) | 282º | 0.5% | 0.79% | - |
| XYZ | 31.99 | 22.18 | 57.85 | - |
| YUV | 133.33 | 166.19 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 201 | 0.15 | 0.50 | 0 | 0.21 | 282 | 0.48 | 0.59 |
| Hex | AB | 65 | C9 | F | 32 | 0 | 15 | 11A | 30 | 3B |
| Octal | 253 | 145 | 311 | 17 | 62 | 0 | 25 | 432 | 60 | 73 |
| Binary | 10101011 | 1100101 | 11001001 | 1111 | 110010 | 0 | 10101 | 100011010 | 110000 | 111011 |
Color Harmonies of #AB65C9
Complementary color
Monochromatic Colors of #AB65C9
Black with #AB65C9
Text Example
Text Example
White with #AB65C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB65C9; }
p { color: rgb(171,101,201); }
H1.HeaderClassName
{
color: #AB65C9;
}
.AnyTagClassName
{
color: #AB65C9;
}
</style>
background-color css
<style>
a { background-color: #AB65C9; }
a { background-color: rgb(171,101,201); }
div.DivClassName
{
background-color: #AB65C9;
}
.BgClassName
{
background-color: #AB65C9;
}
</style>
border-color css
<style>
span { border-color: #AB65C9; }
span { border-color: rgb(171,101,201); }
td.TdClassName
{
border-color: #AB65C9;
}
.TagClassName
{
border-color: #AB65C9;
}
</style>