Shades of Amethyst #AF6DD8
Tints of Amethyst #AF6DD8
RGB
CMYK
RGB Variations
Color information
#AF6DD8 (or 0xAF6DD8) is known color: Amethyst. HEX triplet: AF, 6D and D8. RGB value is (175,109,216). Sum of RGB (Red+Green+Blue) = 175+109+216=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF6DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DD8 is #509227. Grayscale: #8C8C8C. Windows color (decimal): -5280296 or 14183855. OLE color: 14183855.
HSL color Cylindrical-coordinate representation of color #AF6DD8: hue angle of 277.01º degrees, saturation: 0.58, 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 #AF6DD8 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 109 | 216 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.15 |
| HSL | 277.01º | 0.58% | 0.64% | - |
| HSV(B) | 277.01º | 0.5% | 0.85% | - |
| XYZ | 35.54 | 25.01 | 67.92 | - |
| YUV | 140.93 | 170.37 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 216 | 0.19 | 0.50 | 0 | 0.15 | 277.01 | 0.58 | 0.64 |
| Hex | AF | 6D | D8 | 13 | 32 | 0 | F | 115 | 3A | 40 |
| Octal | 257 | 155 | 330 | 23 | 62 | 0 | 17 | 425 | 72 | 100 |
| Binary | 10101111 | 1101101 | 11011000 | 10011 | 110010 | 0 | 1111 | 100010101 | 111010 | 1000000 |
Color Harmonies of #AF6DD8
Complementary color
Monochromatic Colors of #AF6DD8
Black with #AF6DD8
Text Example
Text Example
White with #AF6DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6DD8; }
p { color: rgb(175,109,216); }
H1.HeaderClassName
{
color: #AF6DD8;
}
.AnyTagClassName
{
color: #AF6DD8;
}
</style>
background-color css
<style>
a { background-color: #AF6DD8; }
a { background-color: rgb(175,109,216); }
div.DivClassName
{
background-color: #AF6DD8;
}
.BgClassName
{
background-color: #AF6DD8;
}
</style>
border-color css
<style>
span { border-color: #AF6DD8; }
span { border-color: rgb(175,109,216); }
td.TdClassName
{
border-color: #AF6DD8;
}
.TagClassName
{
border-color: #AF6DD8;
}
</style>