Shades of Amethyst #AF73DF
Tints of Amethyst #AF73DF
RGB
CMYK
RGB Variations
Color information
#AF73DF (or 0xAF73DF) is known color: Amethyst. HEX triplet: AF, 73 and DF. RGB value is (175,115,223). Sum of RGB (Red+Green+Blue) = 175+115+223=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF73DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF73DF is #508C20. Grayscale: #909090. Windows color (decimal): -5278753 or 14644143. OLE color: 14644143.
HSL color Cylindrical-coordinate representation of color #AF73DF: hue angle of 273.33º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF73DF is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 115 | 223 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.13 |
| HSL | 273.33º | 0.63% | 0.66% | - |
| HSV(B) | 273.33º | 0.48% | 0.87% | - |
| XYZ | 37.13 | 26.7 | 73.01 | - |
| YUV | 145.25 | 171.88 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 223 | 0.22 | 0.48 | 0 | 0.13 | 273.33 | 0.63 | 0.66 |
| Hex | AF | 73 | DF | 16 | 30 | 0 | D | 111 | 3F | 42 |
| Octal | 257 | 163 | 337 | 26 | 60 | 0 | 15 | 421 | 77 | 102 |
| Binary | 10101111 | 1110011 | 11011111 | 10110 | 110000 | 0 | 1101 | 100010001 | 111111 | 1000010 |
Color Harmonies of #AF73DF
Complementary color
Monochromatic Colors of #AF73DF
Black with #AF73DF
Text Example
Text Example
White with #AF73DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF73DF; }
p { color: rgb(175,115,223); }
H1.HeaderClassName
{
color: #AF73DF;
}
.AnyTagClassName
{
color: #AF73DF;
}
</style>
background-color css
<style>
a { background-color: #AF73DF; }
a { background-color: rgb(175,115,223); }
div.DivClassName
{
background-color: #AF73DF;
}
.BgClassName
{
background-color: #AF73DF;
}
</style>
border-color css
<style>
span { border-color: #AF73DF; }
span { border-color: rgb(175,115,223); }
td.TdClassName
{
border-color: #AF73DF;
}
.TagClassName
{
border-color: #AF73DF;
}
</style>