Shades of Amethyst #AB63D2
Tints of Amethyst #AB63D2
RGB
CMYK
RGB Variations
Color information
#AB63D2 (or 0xAB63D2) is known color: Amethyst. HEX triplet: AB, 63 and D2. RGB value is (171,99,210). Sum of RGB (Red+Green+Blue) = 171+99+210=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 210 - color contains mainly: blue. Hex color #AB63D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB63D2 is #549C2D. Grayscale: #848484. Windows color (decimal): -5545006 or 13788075. OLE color: 13788075.
HSL color Cylindrical-coordinate representation of color #AB63D2: hue angle of 278.92º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB63D2 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 99 | 210 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.18 |
| HSL | 278.92º | 0.55% | 0.61% | - |
| HSV(B) | 278.92º | 0.53% | 0.82% | - |
| XYZ | 32.89 | 22.23 | 63.53 | - |
| YUV | 133.18 | 171.35 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 210 | 0.19 | 0.53 | 0 | 0.18 | 278.92 | 0.55 | 0.61 |
| Hex | AB | 63 | D2 | 13 | 35 | 0 | 12 | 117 | 37 | 3D |
| Octal | 253 | 143 | 322 | 23 | 65 | 0 | 22 | 427 | 67 | 75 |
| Binary | 10101011 | 1100011 | 11010010 | 10011 | 110101 | 0 | 10010 | 100010111 | 110111 | 111101 |
Color Harmonies of #AB63D2
Complementary color
Monochromatic Colors of #AB63D2
Black with #AB63D2
Text Example
Text Example
White with #AB63D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB63D2; }
p { color: rgb(171,99,210); }
H1.HeaderClassName
{
color: #AB63D2;
}
.AnyTagClassName
{
color: #AB63D2;
}
</style>
background-color css
<style>
a { background-color: #AB63D2; }
a { background-color: rgb(171,99,210); }
div.DivClassName
{
background-color: #AB63D2;
}
.BgClassName
{
background-color: #AB63D2;
}
</style>
border-color css
<style>
span { border-color: #AB63D2; }
span { border-color: rgb(171,99,210); }
td.TdClassName
{
border-color: #AB63D2;
}
.TagClassName
{
border-color: #AB63D2;
}
</style>