Shades of Amethyst #AF74E1
Tints of Amethyst #AF74E1
RGB
CMYK
RGB Variations
Color information
#AF74E1 (or 0xAF74E1) is known color: Amethyst. HEX triplet: AF, 74 and E1. RGB value is (175,116,225). Sum of RGB (Red+Green+Blue) = 175+116+225=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 116 (45.70% from 255 or 22.48% from 516); Blue value is 225 (88.28% from 255 or 43.60% from 516); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF74E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74E1 is #508B1E. Grayscale: #919191. Windows color (decimal): -5278495 or 14775471. OLE color: 14775471.
HSL color Cylindrical-coordinate representation of color #AF74E1: hue angle of 272.48º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF74E1 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 116 | 225 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.12 |
| HSL | 272.48º | 0.64% | 0.67% | - |
| HSV(B) | 272.48º | 0.48% | 0.88% | - |
| XYZ | 37.52 | 27.04 | 74.48 | - |
| YUV | 146.07 | 172.55 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 225 | 0.22 | 0.48 | 0 | 0.12 | 272.48 | 0.64 | 0.67 |
| Hex | AF | 74 | E1 | 16 | 30 | 0 | C | 110 | 40 | 43 |
| Octal | 257 | 164 | 341 | 26 | 60 | 0 | 14 | 420 | 100 | 103 |
| Binary | 10101111 | 1110100 | 11100001 | 10110 | 110000 | 0 | 1100 | 100010000 | 1000000 | 1000011 |
Color Harmonies of #AF74E1
Complementary color
Monochromatic Colors of #AF74E1
Black with #AF74E1
Text Example
Text Example
White with #AF74E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF74E1; }
p { color: rgb(175,116,225); }
H1.HeaderClassName
{
color: #AF74E1;
}
.AnyTagClassName
{
color: #AF74E1;
}
</style>
background-color css
<style>
a { background-color: #AF74E1; }
a { background-color: rgb(175,116,225); }
div.DivClassName
{
background-color: #AF74E1;
}
.BgClassName
{
background-color: #AF74E1;
}
</style>
border-color css
<style>
span { border-color: #AF74E1; }
span { border-color: rgb(175,116,225); }
td.TdClassName
{
border-color: #AF74E1;
}
.TagClassName
{
border-color: #AF74E1;
}
</style>