Shades of Amethyst #AF74CE
Tints of Amethyst #AF74CE
RGB
CMYK
RGB Variations
Color information
#AF74CE (or 0xAF74CE) is known color: Amethyst. HEX triplet: AF, 74 and CE. RGB value is (175,116,206). Sum of RGB (Red+Green+Blue) = 175+116+206=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF74CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74CE is #508B31. Grayscale: #8F8F8F. Windows color (decimal): -5278514 or 13530287. OLE color: 13530287.
HSL color Cylindrical-coordinate representation of color #AF74CE: hue angle of 279.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF74CE is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 116 | 206 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.19 |
| HSL | 279.33º | 0.48% | 0.63% | - |
| HSV(B) | 279.33º | 0.44% | 0.81% | - |
| XYZ | 35.07 | 26.06 | 61.57 | - |
| YUV | 143.9 | 163.05 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 206 | 0.15 | 0.44 | 0 | 0.19 | 279.33 | 0.48 | 0.63 |
| Hex | AF | 74 | CE | F | 2C | 0 | 13 | 117 | 30 | 3F |
| Octal | 257 | 164 | 316 | 17 | 54 | 0 | 23 | 427 | 60 | 77 |
| Binary | 10101111 | 1110100 | 11001110 | 1111 | 101100 | 0 | 10011 | 100010111 | 110000 | 111111 |
Color Harmonies of #AF74CE
Complementary color
Monochromatic Colors of #AF74CE
Black with #AF74CE
Text Example
Text Example
White with #AF74CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF74CE; }
p { color: rgb(175,116,206); }
H1.HeaderClassName
{
color: #AF74CE;
}
.AnyTagClassName
{
color: #AF74CE;
}
</style>
background-color css
<style>
a { background-color: #AF74CE; }
a { background-color: rgb(175,116,206); }
div.DivClassName
{
background-color: #AF74CE;
}
.BgClassName
{
background-color: #AF74CE;
}
</style>
border-color css
<style>
span { border-color: #AF74CE; }
span { border-color: rgb(175,116,206); }
td.TdClassName
{
border-color: #AF74CE;
}
.TagClassName
{
border-color: #AF74CE;
}
</style>