Shades of Amethyst #AF71CF
Tints of Amethyst #AF71CF
RGB
CMYK
RGB Variations
Color information
#AF71CF (or 0xAF71CF) is known color: Amethyst. HEX triplet: AF, 71 and CF. RGB value is (175,113,207). Sum of RGB (Red+Green+Blue) = 175+113+207=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF71CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF71CF is #508E30. Grayscale: #8D8D8D. Windows color (decimal): -5279281 or 13595055. OLE color: 13595055.
HSL color Cylindrical-coordinate representation of color #AF71CF: hue angle of 279.57º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF71CF is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 113 | 207 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.19 |
| HSL | 279.57º | 0.49% | 0.63% | - |
| HSV(B) | 279.57º | 0.45% | 0.81% | - |
| XYZ | 34.85 | 25.43 | 62.1 | - |
| YUV | 142.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 207 | 0.15 | 0.45 | 0 | 0.19 | 279.57 | 0.49 | 0.63 |
| Hex | AF | 71 | CF | F | 2D | 0 | 13 | 118 | 31 | 3F |
| Octal | 257 | 161 | 317 | 17 | 55 | 0 | 23 | 430 | 61 | 77 |
| Binary | 10101111 | 1110001 | 11001111 | 1111 | 101101 | 0 | 10011 | 100011000 | 110001 | 111111 |
Color Harmonies of #AF71CF
Complementary color
Monochromatic Colors of #AF71CF
Black with #AF71CF
Text Example
Text Example
White with #AF71CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF71CF; }
p { color: rgb(175,113,207); }
H1.HeaderClassName
{
color: #AF71CF;
}
.AnyTagClassName
{
color: #AF71CF;
}
</style>
background-color css
<style>
a { background-color: #AF71CF; }
a { background-color: rgb(175,113,207); }
div.DivClassName
{
background-color: #AF71CF;
}
.BgClassName
{
background-color: #AF71CF;
}
</style>
border-color css
<style>
span { border-color: #AF71CF; }
span { border-color: rgb(175,113,207); }
td.TdClassName
{
border-color: #AF71CF;
}
.TagClassName
{
border-color: #AF71CF;
}
</style>