Shades of Amethyst #A879D3
Tints of Amethyst #A879D3
RGB
CMYK
RGB Variations
Color information
#A879D3 (or 0xA879D3) is known color: Amethyst. HEX triplet: A8, 79 and D3. RGB value is (168,121,211). Sum of RGB (Red+Green+Blue) = 168+121+211=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 211 - color contains mainly: blue. Hex color #A879D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A879D3 is #57862C. Grayscale: #919191. Windows color (decimal): -5735981 or 13859240. OLE color: 13859240.
HSL color Cylindrical-coordinate representation of color #A879D3: hue angle of 271.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A879D3 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 121 | 211 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.17 |
| HSL | 271.33º | 0.51% | 0.65% | - |
| HSV(B) | 271.33º | 0.43% | 0.83% | - |
| XYZ | 34.74 | 26.7 | 64.95 | - |
| YUV | 145.31 | 165.07 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 211 | 0.20 | 0.43 | 0 | 0.17 | 271.33 | 0.51 | 0.65 |
| Hex | A8 | 79 | D3 | 14 | 2B | 0 | 11 | 10F | 33 | 41 |
| Octal | 250 | 171 | 323 | 24 | 53 | 0 | 21 | 417 | 63 | 101 |
| Binary | 10101000 | 1111001 | 11010011 | 10100 | 101011 | 0 | 10001 | 100001111 | 110011 | 1000001 |
Color Harmonies of #A879D3
Complementary color
Monochromatic Colors of #A879D3
Black with #A879D3
Text Example
Text Example
White with #A879D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A879D3; }
p { color: rgb(168,121,211); }
H1.HeaderClassName
{
color: #A879D3;
}
.AnyTagClassName
{
color: #A879D3;
}
</style>
background-color css
<style>
a { background-color: #A879D3; }
a { background-color: rgb(168,121,211); }
div.DivClassName
{
background-color: #A879D3;
}
.BgClassName
{
background-color: #A879D3;
}
</style>
border-color css
<style>
span { border-color: #A879D3; }
span { border-color: rgb(168,121,211); }
td.TdClassName
{
border-color: #A879D3;
}
.TagClassName
{
border-color: #A879D3;
}
</style>