Shades of Amethyst #AB73DE
Tints of Amethyst #AB73DE
RGB
CMYK
RGB Variations
Color information
#AB73DE (or 0xAB73DE) is known color: Amethyst. HEX triplet: AB, 73 and DE. RGB value is (171,115,222). Sum of RGB (Red+Green+Blue) = 171+115+222=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB73DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB73DE is #548C21. Grayscale: #8F8F8F. Windows color (decimal): -5540898 or 14578603. OLE color: 14578603.
HSL color Cylindrical-coordinate representation of color #AB73DE: hue angle of 271.4º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB73DE is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 115 | 222 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.13 |
| HSL | 271.4º | 0.62% | 0.66% | - |
| HSV(B) | 271.4º | 0.48% | 0.87% | - |
| XYZ | 36.11 | 26.19 | 72.26 | - |
| YUV | 143.94 | 172.05 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 222 | 0.23 | 0.48 | 0 | 0.13 | 271.4 | 0.62 | 0.66 |
| Hex | AB | 73 | DE | 17 | 30 | 0 | D | 10F | 3E | 42 |
| Octal | 253 | 163 | 336 | 27 | 60 | 0 | 15 | 417 | 76 | 102 |
| Binary | 10101011 | 1110011 | 11011110 | 10111 | 110000 | 0 | 1101 | 100001111 | 111110 | 1000010 |
Color Harmonies of #AB73DE
Complementary color
Monochromatic Colors of #AB73DE
Black with #AB73DE
Text Example
Text Example
White with #AB73DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB73DE; }
p { color: rgb(171,115,222); }
H1.HeaderClassName
{
color: #AB73DE;
}
.AnyTagClassName
{
color: #AB73DE;
}
</style>
background-color css
<style>
a { background-color: #AB73DE; }
a { background-color: rgb(171,115,222); }
div.DivClassName
{
background-color: #AB73DE;
}
.BgClassName
{
background-color: #AB73DE;
}
</style>
border-color css
<style>
span { border-color: #AB73DE; }
span { border-color: rgb(171,115,222); }
td.TdClassName
{
border-color: #AB73DE;
}
.TagClassName
{
border-color: #AB73DE;
}
</style>