Shades of Amethyst #AF6ED0
Tints of Amethyst #AF6ED0
RGB
CMYK
RGB Variations
Color information
#AF6ED0 (or 0xAF6ED0) is known color: Amethyst. HEX triplet: AF, 6E and D0. RGB value is (175,110,208). Sum of RGB (Red+Green+Blue) = 175+110+208=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF6ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ED0 is #50912F. Grayscale: #8C8C8C. Windows color (decimal): -5280048 or 13659823. OLE color: 13659823.
HSL color Cylindrical-coordinate representation of color #AF6ED0: hue angle of 279.8º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF6ED0 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 110 | 208 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.18 |
| HSL | 279.8º | 0.51% | 0.62% | - |
| HSV(B) | 279.8º | 0.47% | 0.82% | - |
| XYZ | 34.64 | 24.82 | 62.64 | - |
| YUV | 140.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 208 | 0.16 | 0.47 | 0 | 0.18 | 279.8 | 0.51 | 0.62 |
| Hex | AF | 6E | D0 | 10 | 2F | 0 | 12 | 118 | 33 | 3E |
| Octal | 257 | 156 | 320 | 20 | 57 | 0 | 22 | 430 | 63 | 76 |
| Binary | 10101111 | 1101110 | 11010000 | 10000 | 101111 | 0 | 10010 | 100011000 | 110011 | 111110 |
Color Harmonies of #AF6ED0
Complementary color
Monochromatic Colors of #AF6ED0
Black with #AF6ED0
Text Example
Text Example
White with #AF6ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6ED0; }
p { color: rgb(175,110,208); }
H1.HeaderClassName
{
color: #AF6ED0;
}
.AnyTagClassName
{
color: #AF6ED0;
}
</style>
background-color css
<style>
a { background-color: #AF6ED0; }
a { background-color: rgb(175,110,208); }
div.DivClassName
{
background-color: #AF6ED0;
}
.BgClassName
{
background-color: #AF6ED0;
}
</style>
border-color css
<style>
span { border-color: #AF6ED0; }
span { border-color: rgb(175,110,208); }
td.TdClassName
{
border-color: #AF6ED0;
}
.TagClassName
{
border-color: #AF6ED0;
}
</style>