Shades of Amethyst #AF70DE
Tints of Amethyst #AF70DE
RGB
CMYK
RGB Variations
Color information
#AF70DE (or 0xAF70DE) is known color: Amethyst. HEX triplet: AF, 70 and DE. RGB value is (175,112,222). Sum of RGB (Red+Green+Blue) = 175+112+222=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF70DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70DE is #508F21. Grayscale: #8F8F8F. Windows color (decimal): -5279522 or 14577839. OLE color: 14577839.
HSL color Cylindrical-coordinate representation of color #AF70DE: hue angle of 274.36º degrees, saturation: 0.62, 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 #AF70DE is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 112 | 222 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.13 |
| HSL | 274.36º | 0.63% | 0.65% | - |
| HSV(B) | 274.36º | 0.5% | 0.87% | - |
| XYZ | 36.66 | 25.98 | 72.19 | - |
| YUV | 143.38 | 172.37 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 222 | 0.21 | 0.50 | 0 | 0.13 | 274.36 | 0.63 | 0.65 |
| Hex | AF | 70 | DE | 15 | 32 | 0 | D | 112 | 3E | 41 |
| Octal | 257 | 160 | 336 | 25 | 62 | 0 | 15 | 422 | 76 | 101 |
| Binary | 10101111 | 1110000 | 11011110 | 10101 | 110010 | 0 | 1101 | 100010010 | 111110 | 1000001 |
Color Harmonies of #AF70DE
Complementary color
Monochromatic Colors of #AF70DE
Black with #AF70DE
Text Example
Text Example
White with #AF70DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF70DE; }
p { color: rgb(175,112,222); }
H1.HeaderClassName
{
color: #AF70DE;
}
.AnyTagClassName
{
color: #AF70DE;
}
</style>
background-color css
<style>
a { background-color: #AF70DE; }
a { background-color: rgb(175,112,222); }
div.DivClassName
{
background-color: #AF70DE;
}
.BgClassName
{
background-color: #AF70DE;
}
</style>
border-color css
<style>
span { border-color: #AF70DE; }
span { border-color: rgb(175,112,222); }
td.TdClassName
{
border-color: #AF70DE;
}
.TagClassName
{
border-color: #AF70DE;
}
</style>