Shades of Amethyst #AF76DF
Tints of Amethyst #AF76DF
RGB
CMYK
RGB Variations
Color information
#AF76DF (or 0xAF76DF) is known color: Amethyst. HEX triplet: AF, 76 and DF. RGB value is (175,118,223). Sum of RGB (Red+Green+Blue) = 175+118+223=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF76DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76DF is #508920. Grayscale: #929292. Windows color (decimal): -5277985 or 14644911. OLE color: 14644911.
HSL color Cylindrical-coordinate representation of color #AF76DF: hue angle of 272.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF76DF is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 118 | 223 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.13 |
| HSL | 272.57º | 0.62% | 0.67% | - |
| HSV(B) | 272.57º | 0.47% | 0.87% | - |
| XYZ | 37.48 | 27.4 | 73.13 | - |
| YUV | 147.01 | 170.88 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 223 | 0.22 | 0.47 | 0 | 0.13 | 272.57 | 0.62 | 0.67 |
| Hex | AF | 76 | DF | 16 | 2F | 0 | D | 111 | 3E | 43 |
| Octal | 257 | 166 | 337 | 26 | 57 | 0 | 15 | 421 | 76 | 103 |
| Binary | 10101111 | 1110110 | 11011111 | 10110 | 101111 | 0 | 1101 | 100010001 | 111110 | 1000011 |
Color Harmonies of #AF76DF
Complementary color
Monochromatic Colors of #AF76DF
Black with #AF76DF
Text Example
Text Example
White with #AF76DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF76DF; }
p { color: rgb(175,118,223); }
H1.HeaderClassName
{
color: #AF76DF;
}
.AnyTagClassName
{
color: #AF76DF;
}
</style>
background-color css
<style>
a { background-color: #AF76DF; }
a { background-color: rgb(175,118,223); }
div.DivClassName
{
background-color: #AF76DF;
}
.BgClassName
{
background-color: #AF76DF;
}
</style>
border-color css
<style>
span { border-color: #AF76DF; }
span { border-color: rgb(175,118,223); }
td.TdClassName
{
border-color: #AF76DF;
}
.TagClassName
{
border-color: #AF76DF;
}
</style>