Shades of Amethyst #AF70DF
Tints of Amethyst #AF70DF
RGB
CMYK
RGB Variations
Color information
#AF70DF (or 0xAF70DF) is known color: Amethyst. HEX triplet: AF, 70 and DF. RGB value is (175,112,223). Sum of RGB (Red+Green+Blue) = 175+112+223=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF70DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70DF is #508F20. Grayscale: #8F8F8F. Windows color (decimal): -5279521 or 14643375. OLE color: 14643375.
HSL color Cylindrical-coordinate representation of color #AF70DF: hue angle of 274.05º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF70DF is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 112 | 223 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.13 |
| HSL | 274.05º | 0.63% | 0.66% | - |
| HSV(B) | 274.05º | 0.5% | 0.87% | - |
| XYZ | 36.79 | 26.03 | 72.9 | - |
| YUV | 143.49 | 172.87 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 223 | 0.22 | 0.50 | 0 | 0.13 | 274.05 | 0.63 | 0.66 |
| Hex | AF | 70 | DF | 16 | 32 | 0 | D | 112 | 3F | 42 |
| Octal | 257 | 160 | 337 | 26 | 62 | 0 | 15 | 422 | 77 | 102 |
| Binary | 10101111 | 1110000 | 11011111 | 10110 | 110010 | 0 | 1101 | 100010010 | 111111 | 1000010 |
Color Harmonies of #AF70DF
Complementary color
Monochromatic Colors of #AF70DF
Black with #AF70DF
Text Example
Text Example
White with #AF70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF70DF; }
p { color: rgb(175,112,223); }
H1.HeaderClassName
{
color: #AF70DF;
}
.AnyTagClassName
{
color: #AF70DF;
}
</style>
background-color css
<style>
a { background-color: #AF70DF; }
a { background-color: rgb(175,112,223); }
div.DivClassName
{
background-color: #AF70DF;
}
.BgClassName
{
background-color: #AF70DF;
}
</style>
border-color css
<style>
span { border-color: #AF70DF; }
span { border-color: rgb(175,112,223); }
td.TdClassName
{
border-color: #AF70DF;
}
.TagClassName
{
border-color: #AF70DF;
}
</style>