Shades of Amethyst #AB63CE
Tints of Amethyst #AB63CE
RGB
CMYK
RGB Variations
Color information
#AB63CE (or 0xAB63CE) is known color: Amethyst. HEX triplet: AB, 63 and CE. RGB value is (171,99,206). Sum of RGB (Red+Green+Blue) = 171+99+206=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB63CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB63CE is #549C31. Grayscale: #848484. Windows color (decimal): -5545010 or 13525931. OLE color: 13525931.
HSL color Cylindrical-coordinate representation of color #AB63CE: hue angle of 280.37º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB63CE is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 99 | 206 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.19 |
| HSL | 280.37º | 0.52% | 0.6% | - |
| HSV(B) | 280.37º | 0.52% | 0.81% | - |
| XYZ | 32.4 | 22.04 | 60.94 | - |
| YUV | 132.73 | 169.35 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 206 | 0.17 | 0.52 | 0 | 0.19 | 280.37 | 0.52 | 0.6 |
| Hex | AB | 63 | CE | 11 | 34 | 0 | 13 | 118 | 34 | 3C |
| Octal | 253 | 143 | 316 | 21 | 64 | 0 | 23 | 430 | 64 | 74 |
| Binary | 10101011 | 1100011 | 11001110 | 10001 | 110100 | 0 | 10011 | 100011000 | 110100 | 111100 |
Color Harmonies of #AB63CE
Complementary color
Monochromatic Colors of #AB63CE
Black with #AB63CE
Text Example
Text Example
White with #AB63CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB63CE; }
p { color: rgb(171,99,206); }
H1.HeaderClassName
{
color: #AB63CE;
}
.AnyTagClassName
{
color: #AB63CE;
}
</style>
background-color css
<style>
a { background-color: #AB63CE; }
a { background-color: rgb(171,99,206); }
div.DivClassName
{
background-color: #AB63CE;
}
.BgClassName
{
background-color: #AB63CE;
}
</style>
border-color css
<style>
span { border-color: #AB63CE; }
span { border-color: rgb(171,99,206); }
td.TdClassName
{
border-color: #AB63CE;
}
.TagClassName
{
border-color: #AB63CE;
}
</style>