Shades of Amethyst #AF71D3
Tints of Amethyst #AF71D3
RGB
CMYK
RGB Variations
Color information
#AF71D3 (or 0xAF71D3) is known color: Amethyst. HEX triplet: AF, 71 and D3. RGB value is (175,113,211). Sum of RGB (Red+Green+Blue) = 175+113+211=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 211 (82.81% from 255 or 42.28% from 499); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF71D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF71D3 is #508E2C. Grayscale: #8E8E8E. Windows color (decimal): -5279277 or 13857199. OLE color: 13857199.
HSL color Cylindrical-coordinate representation of color #AF71D3: hue angle of 277.96º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF71D3 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 113 | 211 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.17 |
| HSL | 277.96º | 0.53% | 0.64% | - |
| HSV(B) | 277.96º | 0.46% | 0.83% | - |
| XYZ | 35.34 | 25.63 | 64.71 | - |
| YUV | 142.71 | 166.54 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 211 | 0.17 | 0.46 | 0 | 0.17 | 277.96 | 0.53 | 0.64 |
| Hex | AF | 71 | D3 | 11 | 2E | 0 | 11 | 116 | 35 | 40 |
| Octal | 257 | 161 | 323 | 21 | 56 | 0 | 21 | 426 | 65 | 100 |
| Binary | 10101111 | 1110001 | 11010011 | 10001 | 101110 | 0 | 10001 | 100010110 | 110101 | 1000000 |
Color Harmonies of #AF71D3
Complementary color
Monochromatic Colors of #AF71D3
Black with #AF71D3
Text Example
Text Example
White with #AF71D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF71D3; }
p { color: rgb(175,113,211); }
H1.HeaderClassName
{
color: #AF71D3;
}
.AnyTagClassName
{
color: #AF71D3;
}
</style>
background-color css
<style>
a { background-color: #AF71D3; }
a { background-color: rgb(175,113,211); }
div.DivClassName
{
background-color: #AF71D3;
}
.BgClassName
{
background-color: #AF71D3;
}
</style>
border-color css
<style>
span { border-color: #AF71D3; }
span { border-color: rgb(175,113,211); }
td.TdClassName
{
border-color: #AF71D3;
}
.TagClassName
{
border-color: #AF71D3;
}
</style>