Shades of Amethyst #A872DB
Tints of Amethyst #A872DB
RGB
CMYK
RGB Variations
Color information
#A872DB (or 0xA872DB) is known color: Amethyst. HEX triplet: A8, 72 and DB. RGB value is (168,114,219). Sum of RGB (Red+Green+Blue) = 168+114+219=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #A872DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A872DB is #578D24. Grayscale: #8D8D8D. Windows color (decimal): -5737765 or 14381736. OLE color: 14381736.
HSL color Cylindrical-coordinate representation of color #A872DB: hue angle of 270.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A872DB is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 114 | 219 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.14 |
| HSL | 270.86º | 0.59% | 0.65% | - |
| HSV(B) | 270.86º | 0.48% | 0.86% | - |
| XYZ | 34.95 | 25.47 | 70.09 | - |
| YUV | 142.12 | 171.39 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 219 | 0.23 | 0.48 | 0 | 0.14 | 270.86 | 0.59 | 0.65 |
| Hex | A8 | 72 | DB | 17 | 30 | 0 | E | 10F | 3B | 41 |
| Octal | 250 | 162 | 333 | 27 | 60 | 0 | 16 | 417 | 73 | 101 |
| Binary | 10101000 | 1110010 | 11011011 | 10111 | 110000 | 0 | 1110 | 100001111 | 111011 | 1000001 |
Color Harmonies of #A872DB
Complementary color
Monochromatic Colors of #A872DB
Black with #A872DB
Text Example
Text Example
White with #A872DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A872DB; }
p { color: rgb(168,114,219); }
H1.HeaderClassName
{
color: #A872DB;
}
.AnyTagClassName
{
color: #A872DB;
}
</style>
background-color css
<style>
a { background-color: #A872DB; }
a { background-color: rgb(168,114,219); }
div.DivClassName
{
background-color: #A872DB;
}
.BgClassName
{
background-color: #A872DB;
}
</style>
border-color css
<style>
span { border-color: #A872DB; }
span { border-color: rgb(168,114,219); }
td.TdClassName
{
border-color: #A872DB;
}
.TagClassName
{
border-color: #A872DB;
}
</style>