Shades of Amethyst #AF6FDF
Tints of Amethyst #AF6FDF
RGB
CMYK
RGB Variations
Color information
#AF6FDF (or 0xAF6FDF) is known color: Amethyst. HEX triplet: AF, 6F and DF. RGB value is (175,111,223). Sum of RGB (Red+Green+Blue) = 175+111+223=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF6FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FDF is #509020. Grayscale: #8E8E8E. Windows color (decimal): -5279777 or 14643119. OLE color: 14643119.
HSL color Cylindrical-coordinate representation of color #AF6FDF: hue angle of 274.29º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF6FDF is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 111 | 223 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.13 |
| HSL | 274.29º | 0.64% | 0.65% | - |
| HSV(B) | 274.29º | 0.5% | 0.87% | - |
| XYZ | 36.68 | 25.81 | 72.86 | - |
| YUV | 142.9 | 173.2 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 223 | 0.22 | 0.50 | 0 | 0.13 | 274.29 | 0.64 | 0.65 |
| Hex | AF | 6F | DF | 16 | 32 | 0 | D | 112 | 40 | 41 |
| Octal | 257 | 157 | 337 | 26 | 62 | 0 | 15 | 422 | 100 | 101 |
| Binary | 10101111 | 1101111 | 11011111 | 10110 | 110010 | 0 | 1101 | 100010010 | 1000000 | 1000001 |
Color Harmonies of #AF6FDF
Complementary color
Monochromatic Colors of #AF6FDF
Black with #AF6FDF
Text Example
Text Example
White with #AF6FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6FDF; }
p { color: rgb(175,111,223); }
H1.HeaderClassName
{
color: #AF6FDF;
}
.AnyTagClassName
{
color: #AF6FDF;
}
</style>
background-color css
<style>
a { background-color: #AF6FDF; }
a { background-color: rgb(175,111,223); }
div.DivClassName
{
background-color: #AF6FDF;
}
.BgClassName
{
background-color: #AF6FDF;
}
</style>
border-color css
<style>
span { border-color: #AF6FDF; }
span { border-color: rgb(175,111,223); }
td.TdClassName
{
border-color: #AF6FDF;
}
.TagClassName
{
border-color: #AF6FDF;
}
</style>