Shades of Amethyst #AF71CA
Tints of Amethyst #AF71CA
RGB
CMYK
RGB Variations
Color information
#AF71CA (or 0xAF71CA) is known color: Amethyst. HEX triplet: AF, 71 and CA. RGB value is (175,113,202). Sum of RGB (Red+Green+Blue) = 175+113+202=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF71CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF71CA is #508E35. Grayscale: #8D8D8D. Windows color (decimal): -5279286 or 13267375. OLE color: 13267375.
HSL color Cylindrical-coordinate representation of color #AF71CA: hue angle of 281.8º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF71CA is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 113 | 202 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.21 |
| HSL | 281.8º | 0.46% | 0.62% | - |
| HSV(B) | 281.8º | 0.44% | 0.79% | - |
| XYZ | 34.25 | 25.19 | 58.93 | - |
| YUV | 141.68 | 162.04 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 202 | 0.13 | 0.44 | 0 | 0.21 | 281.8 | 0.46 | 0.62 |
| Hex | AF | 71 | CA | D | 2C | 0 | 15 | 11A | 2E | 3E |
| Octal | 257 | 161 | 312 | 15 | 54 | 0 | 25 | 432 | 56 | 76 |
| Binary | 10101111 | 1110001 | 11001010 | 1101 | 101100 | 0 | 10101 | 100011010 | 101110 | 111110 |
Color Harmonies of #AF71CA
Complementary color
Monochromatic Colors of #AF71CA
Black with #AF71CA
Text Example
Text Example
White with #AF71CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF71CA; }
p { color: rgb(175,113,202); }
H1.HeaderClassName
{
color: #AF71CA;
}
.AnyTagClassName
{
color: #AF71CA;
}
</style>
background-color css
<style>
a { background-color: #AF71CA; }
a { background-color: rgb(175,113,202); }
div.DivClassName
{
background-color: #AF71CA;
}
.BgClassName
{
background-color: #AF71CA;
}
</style>
border-color css
<style>
span { border-color: #AF71CA; }
span { border-color: rgb(175,113,202); }
td.TdClassName
{
border-color: #AF71CA;
}
.TagClassName
{
border-color: #AF71CA;
}
</style>