Shades of Amethyst #AF74D6
Tints of Amethyst #AF74D6
RGB
CMYK
RGB Variations
Color information
#AF74D6 (or 0xAF74D6) is known color: Amethyst. HEX triplet: AF, 74 and D6. RGB value is (175,116,214). Sum of RGB (Red+Green+Blue) = 175+116+214=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 214 (83.98% from 255 or 42.38% from 505); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF74D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74D6 is #508B29. Grayscale: #909090. Windows color (decimal): -5278506 or 14054575. OLE color: 14054575.
HSL color Cylindrical-coordinate representation of color #AF74D6: hue angle of 276.12º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF74D6 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 116 | 214 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.16 |
| HSL | 276.12º | 0.54% | 0.65% | - |
| HSV(B) | 276.12º | 0.46% | 0.84% | - |
| XYZ | 36.06 | 26.46 | 66.82 | - |
| YUV | 144.81 | 167.05 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 214 | 0.18 | 0.46 | 0 | 0.16 | 276.12 | 0.54 | 0.65 |
| Hex | AF | 74 | D6 | 12 | 2E | 0 | 10 | 114 | 36 | 41 |
| Octal | 257 | 164 | 326 | 22 | 56 | 0 | 20 | 424 | 66 | 101 |
| Binary | 10101111 | 1110100 | 11010110 | 10010 | 101110 | 0 | 10000 | 100010100 | 110110 | 1000001 |
Color Harmonies of #AF74D6
Complementary color
Monochromatic Colors of #AF74D6
Black with #AF74D6
Text Example
Text Example
White with #AF74D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF74D6; }
p { color: rgb(175,116,214); }
H1.HeaderClassName
{
color: #AF74D6;
}
.AnyTagClassName
{
color: #AF74D6;
}
</style>
background-color css
<style>
a { background-color: #AF74D6; }
a { background-color: rgb(175,116,214); }
div.DivClassName
{
background-color: #AF74D6;
}
.BgClassName
{
background-color: #AF74D6;
}
</style>
border-color css
<style>
span { border-color: #AF74D6; }
span { border-color: rgb(175,116,214); }
td.TdClassName
{
border-color: #AF74D6;
}
.TagClassName
{
border-color: #AF74D6;
}
</style>