Shades of Amethyst #AF75D0
Tints of Amethyst #AF75D0
RGB
CMYK
RGB Variations
Color information
#AF75D0 (or 0xAF75D0) is known color: Amethyst. HEX triplet: AF, 75 and D0. RGB value is (175,117,208). Sum of RGB (Red+Green+Blue) = 175+117+208=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF75D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF75D0 is #508A2F. Grayscale: #909090. Windows color (decimal): -5278256 or 13661615. OLE color: 13661615.
HSL color Cylindrical-coordinate representation of color #AF75D0: hue angle of 278.24º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF75D0 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 117 | 208 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.18 |
| HSL | 278.24º | 0.49% | 0.64% | - |
| HSV(B) | 278.24º | 0.44% | 0.82% | - |
| XYZ | 35.43 | 26.39 | 62.9 | - |
| YUV | 144.72 | 163.72 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 208 | 0.16 | 0.44 | 0 | 0.18 | 278.24 | 0.49 | 0.64 |
| Hex | AF | 75 | D0 | 10 | 2C | 0 | 12 | 116 | 31 | 40 |
| Octal | 257 | 165 | 320 | 20 | 54 | 0 | 22 | 426 | 61 | 100 |
| Binary | 10101111 | 1110101 | 11010000 | 10000 | 101100 | 0 | 10010 | 100010110 | 110001 | 1000000 |
Color Harmonies of #AF75D0
Complementary color
Monochromatic Colors of #AF75D0
Black with #AF75D0
Text Example
Text Example
White with #AF75D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF75D0; }
p { color: rgb(175,117,208); }
H1.HeaderClassName
{
color: #AF75D0;
}
.AnyTagClassName
{
color: #AF75D0;
}
</style>
background-color css
<style>
a { background-color: #AF75D0; }
a { background-color: rgb(175,117,208); }
div.DivClassName
{
background-color: #AF75D0;
}
.BgClassName
{
background-color: #AF75D0;
}
</style>
border-color css
<style>
span { border-color: #AF75D0; }
span { border-color: rgb(175,117,208); }
td.TdClassName
{
border-color: #AF75D0;
}
.TagClassName
{
border-color: #AF75D0;
}
</style>