Shades of Amethyst #AB64CD
Tints of Amethyst #AB64CD
RGB
CMYK
RGB Variations
Color information
#AB64CD (or 0xAB64CD) is known color: Amethyst. HEX triplet: AB, 64 and CD. RGB value is (171,100,205). Sum of RGB (Red+Green+Blue) = 171+100+205=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB64CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB64CD is #549B32. Grayscale: #848484. Windows color (decimal): -5544755 or 13460651. OLE color: 13460651.
HSL color Cylindrical-coordinate representation of color #AB64CD: hue angle of 280.57º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB64CD is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 100 | 205 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.20 |
| HSL | 280.57º | 0.51% | 0.6% | - |
| HSV(B) | 280.57º | 0.51% | 0.8% | - |
| XYZ | 32.37 | 22.18 | 60.33 | - |
| YUV | 133.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 205 | 0.17 | 0.51 | 0 | 0.20 | 280.57 | 0.51 | 0.6 |
| Hex | AB | 64 | CD | 11 | 33 | 0 | 14 | 119 | 33 | 3C |
| Octal | 253 | 144 | 315 | 21 | 63 | 0 | 24 | 431 | 63 | 74 |
| Binary | 10101011 | 1100100 | 11001101 | 10001 | 110011 | 0 | 10100 | 100011001 | 110011 | 111100 |
Color Harmonies of #AB64CD
Complementary color
Monochromatic Colors of #AB64CD
Black with #AB64CD
Text Example
Text Example
White with #AB64CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB64CD; }
p { color: rgb(171,100,205); }
H1.HeaderClassName
{
color: #AB64CD;
}
.AnyTagClassName
{
color: #AB64CD;
}
</style>
background-color css
<style>
a { background-color: #AB64CD; }
a { background-color: rgb(171,100,205); }
div.DivClassName
{
background-color: #AB64CD;
}
.BgClassName
{
background-color: #AB64CD;
}
</style>
border-color css
<style>
span { border-color: #AB64CD; }
span { border-color: rgb(171,100,205); }
td.TdClassName
{
border-color: #AB64CD;
}
.TagClassName
{
border-color: #AB64CD;
}
</style>