Shades of Amethyst #A872D4
Tints of Amethyst #A872D4
RGB
CMYK
RGB Variations
Color information
#A872D4 (or 0xA872D4) is known color: Amethyst. HEX triplet: A8, 72 and D4. RGB value is (168,114,212). Sum of RGB (Red+Green+Blue) = 168+114+212=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 212 - color contains mainly: blue. Hex color #A872D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A872D4 is #578D2B. Grayscale: #8C8C8C. Windows color (decimal): -5737772 or 13922984. OLE color: 13922984.
HSL color Cylindrical-coordinate representation of color #A872D4: hue angle of 273.06º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A872D4 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 168 | 114 | 212 | - |
CMYK | 0.21 | 0.46 | 0 | 0.17 |
HSL | 273.06º | 0.53% | 0.64% | - |
HSV(B) | 273.06º | 0.46% | 0.83% | - |
XYZ | 34.05 | 25.11 | 65.34 | - |
YUV | 141.32 | 167.89 | 147.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 114 | 212 | 0.21 | 0.46 | 0 | 0.17 | 273.06 | 0.53 | 0.64 |
Hex | A8 | 72 | D4 | 15 | 2E | 0 | 11 | 111 | 35 | 40 |
Octal | 250 | 162 | 324 | 25 | 56 | 0 | 21 | 421 | 65 | 100 |
Binary | 10101000 | 1110010 | 11010100 | 10101 | 101110 | 0 | 10001 | 100010001 | 110101 | 1000000 |
Color Harmonies of #A872D4
Complementary color
Monochromatic Colors of #A872D4
Black with #A872D4
Text Example
Text Example
White with #A872D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A872D4; }
p { color: rgb(168,114,212); }
H1.HeaderClassName
{
color: #A872D4;
}
.AnyTagClassName
{
color: #A872D4;
}
</style>
background-color css
<style>
a { background-color: #A872D4; }
a { background-color: rgb(168,114,212); }
div.DivClassName
{
background-color: #A872D4;
}
.BgClassName
{
background-color: #A872D4;
}
</style>
border-color css
<style>
span { border-color: #A872D4; }
span { border-color: rgb(168,114,212); }
td.TdClassName
{
border-color: #A872D4;
}
.TagClassName
{
border-color: #A872D4;
}
</style>