Shades of Amethyst #A872C6
Tints of Amethyst #A872C6
RGB
CMYK
RGB Variations
Color information
#A872C6 (or 0xA872C6) is known color: Amethyst. HEX triplet: A8, 72 and C6. RGB value is (168,114,198). Sum of RGB (Red+Green+Blue) = 168+114+198=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 198 - color contains mainly: blue. Hex color #A872C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A872C6 is #578D39. Grayscale: #8B8B8B. Windows color (decimal): -5737786 or 13005480. OLE color: 13005480.
HSL color Cylindrical-coordinate representation of color #A872C6: hue angle of 278.57º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A872C6 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 114 | 198 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.22 |
| HSL | 278.57º | 0.42% | 0.61% | - |
| HSV(B) | 278.57º | 0.42% | 0.78% | - |
| XYZ | 32.36 | 24.44 | 56.44 | - |
| YUV | 139.72 | 160.89 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 198 | 0.15 | 0.42 | 0 | 0.22 | 278.57 | 0.42 | 0.61 |
| Hex | A8 | 72 | C6 | F | 2A | 0 | 16 | 117 | 2A | 3D |
| Octal | 250 | 162 | 306 | 17 | 52 | 0 | 26 | 427 | 52 | 75 |
| Binary | 10101000 | 1110010 | 11000110 | 1111 | 101010 | 0 | 10110 | 100010111 | 101010 | 111101 |
Color Harmonies of #A872C6
Complementary color
Monochromatic Colors of #A872C6
Black with #A872C6
Text Example
Text Example
White with #A872C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A872C6; }
p { color: rgb(168,114,198); }
H1.HeaderClassName
{
color: #A872C6;
}
.AnyTagClassName
{
color: #A872C6;
}
</style>
background-color css
<style>
a { background-color: #A872C6; }
a { background-color: rgb(168,114,198); }
div.DivClassName
{
background-color: #A872C6;
}
.BgClassName
{
background-color: #A872C6;
}
</style>
border-color css
<style>
span { border-color: #A872C6; }
span { border-color: rgb(168,114,198); }
td.TdClassName
{
border-color: #A872C6;
}
.TagClassName
{
border-color: #A872C6;
}
</style>