Shades of Amethyst #AF72DF
Tints of Amethyst #AF72DF
RGB
CMYK
RGB Variations
Color information
#AF72DF (or 0xAF72DF) is known color: Amethyst. HEX triplet: AF, 72 and DF. RGB value is (175,114,223). Sum of RGB (Red+Green+Blue) = 175+114+223=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF72DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF72DF is #508D20. Grayscale: #909090. Windows color (decimal): -5279009 or 14643887. OLE color: 14643887.
HSL color Cylindrical-coordinate representation of color #AF72DF: hue angle of 273.58º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF72DF is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 114 | 223 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.13 |
| HSL | 273.58º | 0.63% | 0.66% | - |
| HSV(B) | 273.58º | 0.49% | 0.87% | - |
| XYZ | 37.02 | 26.48 | 72.97 | - |
| YUV | 144.67 | 172.21 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 114 | 223 | 0.22 | 0.49 | 0 | 0.13 | 273.58 | 0.63 | 0.66 |
| Hex | AF | 72 | DF | 16 | 31 | 0 | D | 112 | 3F | 42 |
| Octal | 257 | 162 | 337 | 26 | 61 | 0 | 15 | 422 | 77 | 102 |
| Binary | 10101111 | 1110010 | 11011111 | 10110 | 110001 | 0 | 1101 | 100010010 | 111111 | 1000010 |
Color Harmonies of #AF72DF
Complementary color
Monochromatic Colors of #AF72DF
Black with #AF72DF
Text Example
Text Example
White with #AF72DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF72DF; }
p { color: rgb(175,114,223); }
H1.HeaderClassName
{
color: #AF72DF;
}
.AnyTagClassName
{
color: #AF72DF;
}
</style>
background-color css
<style>
a { background-color: #AF72DF; }
a { background-color: rgb(175,114,223); }
div.DivClassName
{
background-color: #AF72DF;
}
.BgClassName
{
background-color: #AF72DF;
}
</style>
border-color css
<style>
span { border-color: #AF72DF; }
span { border-color: rgb(175,114,223); }
td.TdClassName
{
border-color: #AF72DF;
}
.TagClassName
{
border-color: #AF72DF;
}
</style>