Shades of Amethyst #AF6DD9
Tints of Amethyst #AF6DD9
RGB
CMYK
RGB Variations
Color information
#AF6DD9 (or 0xAF6DD9) is known color: Amethyst. HEX triplet: AF, 6D and D9. RGB value is (175,109,217). Sum of RGB (Red+Green+Blue) = 175+109+217=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF6DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DD9 is #509226. Grayscale: #8C8C8C. Windows color (decimal): -5280295 or 14249391. OLE color: 14249391.
HSL color Cylindrical-coordinate representation of color #AF6DD9: hue angle of 276.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF6DD9 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 109 | 217 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.15 |
| HSL | 276.67º | 0.59% | 0.64% | - |
| HSV(B) | 276.67º | 0.5% | 0.85% | - |
| XYZ | 35.67 | 25.06 | 68.6 | - |
| YUV | 141.05 | 170.87 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 217 | 0.19 | 0.50 | 0 | 0.15 | 276.67 | 0.59 | 0.64 |
| Hex | AF | 6D | D9 | 13 | 32 | 0 | F | 115 | 3B | 40 |
| Octal | 257 | 155 | 331 | 23 | 62 | 0 | 17 | 425 | 73 | 100 |
| Binary | 10101111 | 1101101 | 11011001 | 10011 | 110010 | 0 | 1111 | 100010101 | 111011 | 1000000 |
Color Harmonies of #AF6DD9
Complementary color
Monochromatic Colors of #AF6DD9
Black with #AF6DD9
Text Example
Text Example
White with #AF6DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6DD9; }
p { color: rgb(175,109,217); }
H1.HeaderClassName
{
color: #AF6DD9;
}
.AnyTagClassName
{
color: #AF6DD9;
}
</style>
background-color css
<style>
a { background-color: #AF6DD9; }
a { background-color: rgb(175,109,217); }
div.DivClassName
{
background-color: #AF6DD9;
}
.BgClassName
{
background-color: #AF6DD9;
}
</style>
border-color css
<style>
span { border-color: #AF6DD9; }
span { border-color: rgb(175,109,217); }
td.TdClassName
{
border-color: #AF6DD9;
}
.TagClassName
{
border-color: #AF6DD9;
}
</style>