Shades of Amethyst #AF6EE0
Tints of Amethyst #AF6EE0
RGB
CMYK
RGB Variations
Color information
#AF6EE0 (or 0xAF6EE0) is known color: Amethyst. HEX triplet: AF, 6E and E0. RGB value is (175,110,224). Sum of RGB (Red+Green+Blue) = 175+110+224=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF6EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6EE0 is #50911F. Grayscale: #8E8E8E. Windows color (decimal): -5280032 or 14708399. OLE color: 14708399.
HSL color Cylindrical-coordinate representation of color #AF6EE0: hue angle of 274.21º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF6EE0 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 110 | 224 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.12 |
| HSL | 274.21º | 0.65% | 0.65% | - |
| HSV(B) | 274.21º | 0.51% | 0.88% | - |
| XYZ | 36.71 | 25.65 | 73.54 | - |
| YUV | 142.43 | 174.03 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 224 | 0.22 | 0.51 | 0 | 0.12 | 274.21 | 0.65 | 0.65 |
| Hex | AF | 6E | E0 | 16 | 33 | 0 | C | 112 | 41 | 41 |
| Octal | 257 | 156 | 340 | 26 | 63 | 0 | 14 | 422 | 101 | 101 |
| Binary | 10101111 | 1101110 | 11100000 | 10110 | 110011 | 0 | 1100 | 100010010 | 1000001 | 1000001 |
Color Harmonies of #AF6EE0
Complementary color
Monochromatic Colors of #AF6EE0
Black with #AF6EE0
Text Example
Text Example
White with #AF6EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6EE0; }
p { color: rgb(175,110,224); }
H1.HeaderClassName
{
color: #AF6EE0;
}
.AnyTagClassName
{
color: #AF6EE0;
}
</style>
background-color css
<style>
a { background-color: #AF6EE0; }
a { background-color: rgb(175,110,224); }
div.DivClassName
{
background-color: #AF6EE0;
}
.BgClassName
{
background-color: #AF6EE0;
}
</style>
border-color css
<style>
span { border-color: #AF6EE0; }
span { border-color: rgb(175,110,224); }
td.TdClassName
{
border-color: #AF6EE0;
}
.TagClassName
{
border-color: #AF6EE0;
}
</style>