Shades of Amethyst #AF6DDF
Tints of Amethyst #AF6DDF
RGB
CMYK
RGB Variations
Color information
#AF6DDF (or 0xAF6DDF) is known color: Amethyst. HEX triplet: AF, 6D and DF. RGB value is (175,109,223). Sum of RGB (Red+Green+Blue) = 175+109+223=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF6DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DDF is #509220. Grayscale: #8D8D8D. Windows color (decimal): -5280289 or 14642607. OLE color: 14642607.
HSL color Cylindrical-coordinate representation of color #AF6DDF: hue angle of 274.74º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF6DDF is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 109 | 223 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.13 |
| HSL | 274.74º | 0.64% | 0.65% | - |
| HSV(B) | 274.74º | 0.51% | 0.87% | - |
| XYZ | 36.47 | 25.38 | 72.79 | - |
| YUV | 141.73 | 173.87 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 223 | 0.22 | 0.51 | 0 | 0.13 | 274.74 | 0.64 | 0.65 |
| Hex | AF | 6D | DF | 16 | 33 | 0 | D | 113 | 40 | 41 |
| Octal | 257 | 155 | 337 | 26 | 63 | 0 | 15 | 423 | 100 | 101 |
| Binary | 10101111 | 1101101 | 11011111 | 10110 | 110011 | 0 | 1101 | 100010011 | 1000000 | 1000001 |
Color Harmonies of #AF6DDF
Complementary color
Monochromatic Colors of #AF6DDF
Black with #AF6DDF
Text Example
Text Example
White with #AF6DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6DDF; }
p { color: rgb(175,109,223); }
H1.HeaderClassName
{
color: #AF6DDF;
}
.AnyTagClassName
{
color: #AF6DDF;
}
</style>
background-color css
<style>
a { background-color: #AF6DDF; }
a { background-color: rgb(175,109,223); }
div.DivClassName
{
background-color: #AF6DDF;
}
.BgClassName
{
background-color: #AF6DDF;
}
</style>
border-color css
<style>
span { border-color: #AF6DDF; }
span { border-color: rgb(175,109,223); }
td.TdClassName
{
border-color: #AF6DDF;
}
.TagClassName
{
border-color: #AF6DDF;
}
</style>