Shades of Amethyst #AB72CB
Tints of Amethyst #AB72CB
RGB
CMYK
RGB Variations
Color information
#AB72CB (or 0xAB72CB) is known color: Amethyst. HEX triplet: AB, 72 and CB. RGB value is (171,114,203). Sum of RGB (Red+Green+Blue) = 171+114+203=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB72CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB72CB is #548D34. Grayscale: #8C8C8C. Windows color (decimal): -5541173 or 13333163. OLE color: 13333163.
HSL color Cylindrical-coordinate representation of color #AB72CB: hue angle of 278.43º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB72CB is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 114 | 203 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.20 |
| HSL | 278.43º | 0.46% | 0.62% | - |
| HSV(B) | 278.43º | 0.44% | 0.8% | - |
| XYZ | 33.59 | 25 | 59.56 | - |
| YUV | 141.19 | 162.88 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 203 | 0.16 | 0.44 | 0 | 0.20 | 278.43 | 0.46 | 0.62 |
| Hex | AB | 72 | CB | 10 | 2C | 0 | 14 | 116 | 2E | 3E |
| Octal | 253 | 162 | 313 | 20 | 54 | 0 | 24 | 426 | 56 | 76 |
| Binary | 10101011 | 1110010 | 11001011 | 10000 | 101100 | 0 | 10100 | 100010110 | 101110 | 111110 |
Color Harmonies of #AB72CB
Complementary color
Monochromatic Colors of #AB72CB
Black with #AB72CB
Text Example
Text Example
White with #AB72CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB72CB; }
p { color: rgb(171,114,203); }
H1.HeaderClassName
{
color: #AB72CB;
}
.AnyTagClassName
{
color: #AB72CB;
}
</style>
background-color css
<style>
a { background-color: #AB72CB; }
a { background-color: rgb(171,114,203); }
div.DivClassName
{
background-color: #AB72CB;
}
.BgClassName
{
background-color: #AB72CB;
}
</style>
border-color css
<style>
span { border-color: #AB72CB; }
span { border-color: rgb(171,114,203); }
td.TdClassName
{
border-color: #AB72CB;
}
.TagClassName
{
border-color: #AB72CB;
}
</style>