Shades of Amethyst #AF71D0
Tints of Amethyst #AF71D0
RGB
CMYK
RGB Variations
Color information
#AF71D0 (or 0xAF71D0) is known color: Amethyst. HEX triplet: AF, 71 and D0. RGB value is (175,113,208). Sum of RGB (Red+Green+Blue) = 175+113+208=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF71D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF71D0 is #508E2F. Grayscale: #8E8E8E. Windows color (decimal): -5279280 or 13660591. OLE color: 13660591.
HSL color Cylindrical-coordinate representation of color #AF71D0: hue angle of 279.16º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF71D0 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 113 | 208 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.18 |
| HSL | 279.16º | 0.5% | 0.63% | - |
| HSV(B) | 279.16º | 0.46% | 0.82% | - |
| XYZ | 34.97 | 25.48 | 62.75 | - |
| YUV | 142.37 | 165.04 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 208 | 0.16 | 0.46 | 0 | 0.18 | 279.16 | 0.5 | 0.63 |
| Hex | AF | 71 | D0 | 10 | 2E | 0 | 12 | 117 | 32 | 3F |
| Octal | 257 | 161 | 320 | 20 | 56 | 0 | 22 | 427 | 62 | 77 |
| Binary | 10101111 | 1110001 | 11010000 | 10000 | 101110 | 0 | 10010 | 100010111 | 110010 | 111111 |
Color Harmonies of #AF71D0
Complementary color
Monochromatic Colors of #AF71D0
Black with #AF71D0
Text Example
Text Example
White with #AF71D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF71D0; }
p { color: rgb(175,113,208); }
H1.HeaderClassName
{
color: #AF71D0;
}
.AnyTagClassName
{
color: #AF71D0;
}
</style>
background-color css
<style>
a { background-color: #AF71D0; }
a { background-color: rgb(175,113,208); }
div.DivClassName
{
background-color: #AF71D0;
}
.BgClassName
{
background-color: #AF71D0;
}
</style>
border-color css
<style>
span { border-color: #AF71D0; }
span { border-color: rgb(175,113,208); }
td.TdClassName
{
border-color: #AF71D0;
}
.TagClassName
{
border-color: #AF71D0;
}
</style>