Shades of Amethyst #AF71CC
Tints of Amethyst #AF71CC
RGB
CMYK
RGB Variations
Color information
#AF71CC (or 0xAF71CC) is known color: Amethyst. HEX triplet: AF, 71 and CC. RGB value is (175,113,204). Sum of RGB (Red+Green+Blue) = 175+113+204=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF71CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF71CC is #508E33. Grayscale: #8D8D8D. Windows color (decimal): -5279284 or 13398447. OLE color: 13398447.
HSL color Cylindrical-coordinate representation of color #AF71CC: hue angle of 280.88º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF71CC is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 113 | 204 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.2 |
| HSL | 280.88º | 0.47% | 0.62% | - |
| HSV(B) | 280.88º | 0.45% | 0.8% | - |
| XYZ | 34.48 | 25.28 | 60.19 | - |
| YUV | 141.91 | 163.04 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 204 | 0.14 | 0.45 | 0 | 0.2 | 280.88 | 0.47 | 0.62 |
| Hex | AF | 71 | CC | E | 2D | 0 | 14 | 119 | 2F | 3E |
| Octal | 257 | 161 | 314 | 16 | 55 | 0 | 24 | 431 | 57 | 76 |
| Binary | 10101111 | 1110001 | 11001100 | 1110 | 101101 | 0 | 10100 | 100011001 | 101111 | 111110 |
Color Harmonies of #AF71CC
Complementary color
Monochromatic Colors of #AF71CC
Black with #AF71CC
Text Example
Text Example
White with #AF71CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF71CC; }
p { color: rgb(175,113,204); }
H1.HeaderClassName
{
color: #AF71CC;
}
.AnyTagClassName
{
color: #AF71CC;
}
</style>
background-color css
<style>
a { background-color: #AF71CC; }
a { background-color: rgb(175,113,204); }
div.DivClassName
{
background-color: #AF71CC;
}
.BgClassName
{
background-color: #AF71CC;
}
</style>
border-color css
<style>
span { border-color: #AF71CC; }
span { border-color: rgb(175,113,204); }
td.TdClassName
{
border-color: #AF71CC;
}
.TagClassName
{
border-color: #AF71CC;
}
</style>