Shades of Amethyst #AB60DB
Tints of Amethyst #AB60DB
RGB
CMYK
RGB Variations
Color information
#AB60DB (or 0xAB60DB) is known color: Amethyst. HEX triplet: AB, 60 and DB. RGB value is (171,96,219). Sum of RGB (Red+Green+Blue) = 171+96+219=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB60DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB60DB is #549F24. Grayscale: #848484. Windows color (decimal): -5545765 or 14377131. OLE color: 14377131.
HSL color Cylindrical-coordinate representation of color #AB60DB: hue angle of 276.59º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB60DB is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 96 | 219 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.14 |
| HSL | 276.59º | 0.63% | 0.62% | - |
| HSV(B) | 276.59º | 0.56% | 0.86% | - |
| XYZ | 33.76 | 22.14 | 69.51 | - |
| YUV | 132.45 | 176.85 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 219 | 0.22 | 0.56 | 0 | 0.14 | 276.59 | 0.63 | 0.62 |
| Hex | AB | 60 | DB | 16 | 38 | 0 | E | 115 | 3F | 3E |
| Octal | 253 | 140 | 333 | 26 | 70 | 0 | 16 | 425 | 77 | 76 |
| Binary | 10101011 | 1100000 | 11011011 | 10110 | 111000 | 0 | 1110 | 100010101 | 111111 | 111110 |
Color Harmonies of #AB60DB
Complementary color
Monochromatic Colors of #AB60DB
Black with #AB60DB
Text Example
Text Example
White with #AB60DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB60DB; }
p { color: rgb(171,96,219); }
H1.HeaderClassName
{
color: #AB60DB;
}
.AnyTagClassName
{
color: #AB60DB;
}
</style>
background-color css
<style>
a { background-color: #AB60DB; }
a { background-color: rgb(171,96,219); }
div.DivClassName
{
background-color: #AB60DB;
}
.BgClassName
{
background-color: #AB60DB;
}
</style>
border-color css
<style>
span { border-color: #AB60DB; }
span { border-color: rgb(171,96,219); }
td.TdClassName
{
border-color: #AB60DB;
}
.TagClassName
{
border-color: #AB60DB;
}
</style>