Shades of Amethyst #AF76D7
Tints of Amethyst #AF76D7
RGB
CMYK
RGB Variations
Color information
#AF76D7 (or 0xAF76D7) is known color: Amethyst. HEX triplet: AF, 76 and D7. RGB value is (175,118,215). Sum of RGB (Red+Green+Blue) = 175+118+215=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 215 (84.38% from 255 or 42.32% from 508); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF76D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76D7 is #508928. Grayscale: #919191. Windows color (decimal): -5277993 or 14120623. OLE color: 14120623.
HSL color Cylindrical-coordinate representation of color #AF76D7: hue angle of 275.26º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF76D7 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 118 | 215 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.16 |
| HSL | 275.26º | 0.55% | 0.65% | - |
| HSV(B) | 275.26º | 0.45% | 0.84% | - |
| XYZ | 36.42 | 26.98 | 67.58 | - |
| YUV | 146.1 | 166.88 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 215 | 0.19 | 0.45 | 0 | 0.16 | 275.26 | 0.55 | 0.65 |
| Hex | AF | 76 | D7 | 13 | 2D | 0 | 10 | 113 | 37 | 41 |
| Octal | 257 | 166 | 327 | 23 | 55 | 0 | 20 | 423 | 67 | 101 |
| Binary | 10101111 | 1110110 | 11010111 | 10011 | 101101 | 0 | 10000 | 100010011 | 110111 | 1000001 |
Color Harmonies of #AF76D7
Complementary color
Monochromatic Colors of #AF76D7
Black with #AF76D7
Text Example
Text Example
White with #AF76D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF76D7; }
p { color: rgb(175,118,215); }
H1.HeaderClassName
{
color: #AF76D7;
}
.AnyTagClassName
{
color: #AF76D7;
}
</style>
background-color css
<style>
a { background-color: #AF76D7; }
a { background-color: rgb(175,118,215); }
div.DivClassName
{
background-color: #AF76D7;
}
.BgClassName
{
background-color: #AF76D7;
}
</style>
border-color css
<style>
span { border-color: #AF76D7; }
span { border-color: rgb(175,118,215); }
td.TdClassName
{
border-color: #AF76D7;
}
.TagClassName
{
border-color: #AF76D7;
}
</style>