Shades of Amethyst #AF74DA
Tints of Amethyst #AF74DA
RGB
CMYK
RGB Variations
Color information
#AF74DA (or 0xAF74DA) is known color: Amethyst. HEX triplet: AF, 74 and DA. RGB value is (175,116,218). Sum of RGB (Red+Green+Blue) = 175+116+218=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF74DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74DA is #508B25. Grayscale: #909090. Windows color (decimal): -5278502 or 14316719. OLE color: 14316719.
HSL color Cylindrical-coordinate representation of color #AF74DA: hue angle of 274.71º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF74DA is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 116 | 218 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.15 |
| HSL | 274.71º | 0.58% | 0.65% | - |
| HSV(B) | 274.71º | 0.47% | 0.85% | - |
| XYZ | 36.58 | 26.67 | 69.55 | - |
| YUV | 145.27 | 169.05 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 218 | 0.20 | 0.47 | 0 | 0.15 | 274.71 | 0.58 | 0.65 |
| Hex | AF | 74 | DA | 14 | 2F | 0 | F | 113 | 3A | 41 |
| Octal | 257 | 164 | 332 | 24 | 57 | 0 | 17 | 423 | 72 | 101 |
| Binary | 10101111 | 1110100 | 11011010 | 10100 | 101111 | 0 | 1111 | 100010011 | 111010 | 1000001 |
Color Harmonies of #AF74DA
Complementary color
Monochromatic Colors of #AF74DA
Black with #AF74DA
Text Example
Text Example
White with #AF74DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF74DA; }
p { color: rgb(175,116,218); }
H1.HeaderClassName
{
color: #AF74DA;
}
.AnyTagClassName
{
color: #AF74DA;
}
</style>
background-color css
<style>
a { background-color: #AF74DA; }
a { background-color: rgb(175,116,218); }
div.DivClassName
{
background-color: #AF74DA;
}
.BgClassName
{
background-color: #AF74DA;
}
</style>
border-color css
<style>
span { border-color: #AF74DA; }
span { border-color: rgb(175,116,218); }
td.TdClassName
{
border-color: #AF74DA;
}
.TagClassName
{
border-color: #AF74DA;
}
</style>