Shades of Amethyst #AF73D0
Tints of Amethyst #AF73D0
RGB
CMYK
RGB Variations
Color information
#AF73D0 (or 0xAF73D0) is known color: Amethyst. HEX triplet: AF, 73 and D0. RGB value is (175,115,208). Sum of RGB (Red+Green+Blue) = 175+115+208=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF73D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF73D0 is #508C2F. Grayscale: #8F8F8F. Windows color (decimal): -5278768 or 13661103. OLE color: 13661103.
HSL color Cylindrical-coordinate representation of color #AF73D0: hue angle of 278.71º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF73D0 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 115 | 208 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.18 |
| HSL | 278.71º | 0.5% | 0.63% | - |
| HSV(B) | 278.71º | 0.45% | 0.82% | - |
| XYZ | 35.2 | 25.93 | 62.82 | - |
| YUV | 143.54 | 164.38 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 208 | 0.16 | 0.45 | 0 | 0.18 | 278.71 | 0.5 | 0.63 |
| Hex | AF | 73 | D0 | 10 | 2D | 0 | 12 | 117 | 32 | 3F |
| Octal | 257 | 163 | 320 | 20 | 55 | 0 | 22 | 427 | 62 | 77 |
| Binary | 10101111 | 1110011 | 11010000 | 10000 | 101101 | 0 | 10010 | 100010111 | 110010 | 111111 |
Color Harmonies of #AF73D0
Complementary color
Monochromatic Colors of #AF73D0
Black with #AF73D0
Text Example
Text Example
White with #AF73D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF73D0; }
p { color: rgb(175,115,208); }
H1.HeaderClassName
{
color: #AF73D0;
}
.AnyTagClassName
{
color: #AF73D0;
}
</style>
background-color css
<style>
a { background-color: #AF73D0; }
a { background-color: rgb(175,115,208); }
div.DivClassName
{
background-color: #AF73D0;
}
.BgClassName
{
background-color: #AF73D0;
}
</style>
border-color css
<style>
span { border-color: #AF73D0; }
span { border-color: rgb(175,115,208); }
td.TdClassName
{
border-color: #AF73D0;
}
.TagClassName
{
border-color: #AF73D0;
}
</style>