Shades of Amethyst #AF76D9
Tints of Amethyst #AF76D9
RGB
CMYK
RGB Variations
Color information
#AF76D9 (or 0xAF76D9) is known color: Amethyst. HEX triplet: AF, 76 and D9. RGB value is (175,118,217). Sum of RGB (Red+Green+Blue) = 175+118+217=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF76D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76D9 is #508926. Grayscale: #919191. Windows color (decimal): -5277991 or 14251695. OLE color: 14251695.
HSL color Cylindrical-coordinate representation of color #AF76D9: hue angle of 274.55º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF76D9 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 118 | 217 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.15 |
| HSL | 274.55º | 0.57% | 0.66% | - |
| HSV(B) | 274.55º | 0.46% | 0.85% | - |
| XYZ | 36.68 | 27.08 | 68.94 | - |
| YUV | 146.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 217 | 0.19 | 0.46 | 0 | 0.15 | 274.55 | 0.57 | 0.66 |
| Hex | AF | 76 | D9 | 13 | 2E | 0 | F | 113 | 39 | 42 |
| Octal | 257 | 166 | 331 | 23 | 56 | 0 | 17 | 423 | 71 | 102 |
| Binary | 10101111 | 1110110 | 11011001 | 10011 | 101110 | 0 | 1111 | 100010011 | 111001 | 1000010 |
Color Harmonies of #AF76D9
Complementary color
Monochromatic Colors of #AF76D9
Black with #AF76D9
Text Example
Text Example
White with #AF76D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF76D9; }
p { color: rgb(175,118,217); }
H1.HeaderClassName
{
color: #AF76D9;
}
.AnyTagClassName
{
color: #AF76D9;
}
</style>
background-color css
<style>
a { background-color: #AF76D9; }
a { background-color: rgb(175,118,217); }
div.DivClassName
{
background-color: #AF76D9;
}
.BgClassName
{
background-color: #AF76D9;
}
</style>
border-color css
<style>
span { border-color: #AF76D9; }
span { border-color: rgb(175,118,217); }
td.TdClassName
{
border-color: #AF76D9;
}
.TagClassName
{
border-color: #AF76D9;
}
</style>