Shades of Amethyst #AF73CE
Tints of Amethyst #AF73CE
RGB
CMYK
RGB Variations
Color information
#AF73CE (or 0xAF73CE) is known color: Amethyst. HEX triplet: AF, 73 and CE. RGB value is (175,115,206). Sum of RGB (Red+Green+Blue) = 175+115+206=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF73CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF73CE is #508C31. Grayscale: #8F8F8F. Windows color (decimal): -5278770 or 13530031. OLE color: 13530031.
HSL color Cylindrical-coordinate representation of color #AF73CE: hue angle of 279.56º 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 #AF73CE is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 115 | 206 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.19 |
| HSL | 279.56º | 0.48% | 0.63% | - |
| HSV(B) | 279.56º | 0.44% | 0.81% | - |
| XYZ | 34.95 | 25.83 | 61.54 | - |
| YUV | 143.31 | 163.38 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 206 | 0.15 | 0.44 | 0 | 0.19 | 279.56 | 0.48 | 0.63 |
| Hex | AF | 73 | CE | F | 2C | 0 | 13 | 118 | 30 | 3F |
| Octal | 257 | 163 | 316 | 17 | 54 | 0 | 23 | 430 | 60 | 77 |
| Binary | 10101111 | 1110011 | 11001110 | 1111 | 101100 | 0 | 10011 | 100011000 | 110000 | 111111 |
Color Harmonies of #AF73CE
Complementary color
Monochromatic Colors of #AF73CE
Black with #AF73CE
Text Example
Text Example
White with #AF73CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF73CE; }
p { color: rgb(175,115,206); }
H1.HeaderClassName
{
color: #AF73CE;
}
.AnyTagClassName
{
color: #AF73CE;
}
</style>
background-color css
<style>
a { background-color: #AF73CE; }
a { background-color: rgb(175,115,206); }
div.DivClassName
{
background-color: #AF73CE;
}
.BgClassName
{
background-color: #AF73CE;
}
</style>
border-color css
<style>
span { border-color: #AF73CE; }
span { border-color: rgb(175,115,206); }
td.TdClassName
{
border-color: #AF73CE;
}
.TagClassName
{
border-color: #AF73CE;
}
</style>