Shades of Amethyst #AB65D3
Tints of Amethyst #AB65D3
RGB
CMYK
RGB Variations
Color information
#AB65D3 (or 0xAB65D3) is known color: Amethyst. HEX triplet: AB, 65 and D3. RGB value is (171,101,211). Sum of RGB (Red+Green+Blue) = 171+101+211=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 211 - color contains mainly: blue. Hex color #AB65D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB65D3 is #549A2C. Grayscale: #868686. Windows color (decimal): -5544493 or 13854123. OLE color: 13854123.
HSL color Cylindrical-coordinate representation of color #AB65D3: hue angle of 278.18º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB65D3 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 101 | 211 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.17 |
| HSL | 278.18º | 0.56% | 0.61% | - |
| HSV(B) | 278.18º | 0.52% | 0.83% | - |
| XYZ | 33.21 | 22.67 | 64.25 | - |
| YUV | 134.47 | 171.19 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 211 | 0.19 | 0.52 | 0 | 0.17 | 278.18 | 0.56 | 0.61 |
| Hex | AB | 65 | D3 | 13 | 34 | 0 | 11 | 116 | 38 | 3D |
| Octal | 253 | 145 | 323 | 23 | 64 | 0 | 21 | 426 | 70 | 75 |
| Binary | 10101011 | 1100101 | 11010011 | 10011 | 110100 | 0 | 10001 | 100010110 | 111000 | 111101 |
Color Harmonies of #AB65D3
Complementary color
Monochromatic Colors of #AB65D3
Black with #AB65D3
Text Example
Text Example
White with #AB65D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB65D3; }
p { color: rgb(171,101,211); }
H1.HeaderClassName
{
color: #AB65D3;
}
.AnyTagClassName
{
color: #AB65D3;
}
</style>
background-color css
<style>
a { background-color: #AB65D3; }
a { background-color: rgb(171,101,211); }
div.DivClassName
{
background-color: #AB65D3;
}
.BgClassName
{
background-color: #AB65D3;
}
</style>
border-color css
<style>
span { border-color: #AB65D3; }
span { border-color: rgb(171,101,211); }
td.TdClassName
{
border-color: #AB65D3;
}
.TagClassName
{
border-color: #AB65D3;
}
</style>