Shades of Amethyst #AF74D0
Tints of Amethyst #AF74D0
RGB
CMYK
RGB Variations
Color information
#AF74D0 (or 0xAF74D0) is known color: Amethyst. HEX triplet: AF, 74 and D0. RGB value is (175,116,208). Sum of RGB (Red+Green+Blue) = 175+116+208=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF74D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74D0 is #508B2F. Grayscale: #8F8F8F. Windows color (decimal): -5278512 or 13661359. OLE color: 13661359.
HSL color Cylindrical-coordinate representation of color #AF74D0: hue angle of 278.48º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF74D0 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 116 | 208 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.18 |
| HSL | 278.48º | 0.49% | 0.64% | - |
| HSV(B) | 278.48º | 0.44% | 0.82% | - |
| XYZ | 35.31 | 26.16 | 62.86 | - |
| YUV | 144.13 | 164.05 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 208 | 0.16 | 0.44 | 0 | 0.18 | 278.48 | 0.49 | 0.64 |
| Hex | AF | 74 | D0 | 10 | 2C | 0 | 12 | 116 | 31 | 40 |
| Octal | 257 | 164 | 320 | 20 | 54 | 0 | 22 | 426 | 61 | 100 |
| Binary | 10101111 | 1110100 | 11010000 | 10000 | 101100 | 0 | 10010 | 100010110 | 110001 | 1000000 |
Color Harmonies of #AF74D0
Complementary color
Monochromatic Colors of #AF74D0
Black with #AF74D0
Text Example
Text Example
White with #AF74D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF74D0; }
p { color: rgb(175,116,208); }
H1.HeaderClassName
{
color: #AF74D0;
}
.AnyTagClassName
{
color: #AF74D0;
}
</style>
background-color css
<style>
a { background-color: #AF74D0; }
a { background-color: rgb(175,116,208); }
div.DivClassName
{
background-color: #AF74D0;
}
.BgClassName
{
background-color: #AF74D0;
}
</style>
border-color css
<style>
span { border-color: #AF74D0; }
span { border-color: rgb(175,116,208); }
td.TdClassName
{
border-color: #AF74D0;
}
.TagClassName
{
border-color: #AF74D0;
}
</style>