Shades of Amethyst #A872DC
Tints of Amethyst #A872DC
RGB
CMYK
RGB Variations
Color information
#A872DC (or 0xA872DC) is known color: Amethyst. HEX triplet: A8, 72 and DC. RGB value is (168,114,220). Sum of RGB (Red+Green+Blue) = 168+114+220=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #A872DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A872DC is #578D23. Grayscale: #8D8D8D. Windows color (decimal): -5737764 or 14447272. OLE color: 14447272.
HSL color Cylindrical-coordinate representation of color #A872DC: hue angle of 270.57º degrees, saturation: 0.6, 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 #A872DC is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 114 | 220 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.14 |
| HSL | 270.57º | 0.6% | 0.65% | - |
| HSV(B) | 270.57º | 0.48% | 0.86% | - |
| XYZ | 35.08 | 25.53 | 70.79 | - |
| YUV | 142.23 | 171.89 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 220 | 0.24 | 0.48 | 0 | 0.14 | 270.57 | 0.6 | 0.65 |
| Hex | A8 | 72 | DC | 18 | 30 | 0 | E | 10F | 3C | 41 |
| Octal | 250 | 162 | 334 | 30 | 60 | 0 | 16 | 417 | 74 | 101 |
| Binary | 10101000 | 1110010 | 11011100 | 11000 | 110000 | 0 | 1110 | 100001111 | 111100 | 1000001 |
Color Harmonies of #A872DC
Complementary color
Monochromatic Colors of #A872DC
Black with #A872DC
Text Example
Text Example
White with #A872DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A872DC; }
p { color: rgb(168,114,220); }
H1.HeaderClassName
{
color: #A872DC;
}
.AnyTagClassName
{
color: #A872DC;
}
</style>
background-color css
<style>
a { background-color: #A872DC; }
a { background-color: rgb(168,114,220); }
div.DivClassName
{
background-color: #A872DC;
}
.BgClassName
{
background-color: #A872DC;
}
</style>
border-color css
<style>
span { border-color: #A872DC; }
span { border-color: rgb(168,114,220); }
td.TdClassName
{
border-color: #A872DC;
}
.TagClassName
{
border-color: #A872DC;
}
</style>