Shades of Amethyst #AF76D1
Tints of Amethyst #AF76D1
RGB
CMYK
RGB Variations
Color information
#AF76D1 (or 0xAF76D1) is known color: Amethyst. HEX triplet: AF, 76 and D1. RGB value is (175,118,209). Sum of RGB (Red+Green+Blue) = 175+118+209=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF76D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76D1 is #50892E. Grayscale: #919191. Windows color (decimal): -5277999 or 13727407. OLE color: 13727407.
HSL color Cylindrical-coordinate representation of color #AF76D1: hue angle of 277.58º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF76D1 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 118 | 209 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.18 |
| HSL | 277.58º | 0.5% | 0.64% | - |
| HSV(B) | 277.58º | 0.44% | 0.82% | - |
| XYZ | 35.67 | 26.67 | 63.59 | - |
| YUV | 145.42 | 163.88 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 209 | 0.16 | 0.44 | 0 | 0.18 | 277.58 | 0.5 | 0.64 |
| Hex | AF | 76 | D1 | 10 | 2C | 0 | 12 | 116 | 32 | 40 |
| Octal | 257 | 166 | 321 | 20 | 54 | 0 | 22 | 426 | 62 | 100 |
| Binary | 10101111 | 1110110 | 11010001 | 10000 | 101100 | 0 | 10010 | 100010110 | 110010 | 1000000 |
Color Harmonies of #AF76D1
Complementary color
Monochromatic Colors of #AF76D1
Black with #AF76D1
Text Example
Text Example
White with #AF76D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF76D1; }
p { color: rgb(175,118,209); }
H1.HeaderClassName
{
color: #AF76D1;
}
.AnyTagClassName
{
color: #AF76D1;
}
</style>
background-color css
<style>
a { background-color: #AF76D1; }
a { background-color: rgb(175,118,209); }
div.DivClassName
{
background-color: #AF76D1;
}
.BgClassName
{
background-color: #AF76D1;
}
</style>
border-color css
<style>
span { border-color: #AF76D1; }
span { border-color: rgb(175,118,209); }
td.TdClassName
{
border-color: #AF76D1;
}
.TagClassName
{
border-color: #AF76D1;
}
</style>