Shades of Amethyst #AF6EE5
Tints of Amethyst #AF6EE5
RGB
CMYK
RGB Variations
Color information
#AF6EE5 (or 0xAF6EE5) is known color: Amethyst. HEX triplet: AF, 6E and E5. RGB value is (175,110,229). Sum of RGB (Red+Green+Blue) = 175+110+229=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 229 (89.84% from 255 or 44.55% from 514); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF6EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6EE5 is #50911A. Grayscale: #8E8E8E. Windows color (decimal): -5280027 or 15036079. OLE color: 15036079.
HSL color Cylindrical-coordinate representation of color #AF6EE5: hue angle of 272.77º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF6EE5 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 110 | 229 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.10 |
| HSL | 272.77º | 0.7% | 0.66% | - |
| HSV(B) | 272.77º | 0.52% | 0.9% | - |
| XYZ | 37.4 | 25.92 | 77.16 | - |
| YUV | 143 | 176.53 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 229 | 0.24 | 0.52 | 0 | 0.10 | 272.77 | 0.7 | 0.66 |
| Hex | AF | 6E | E5 | 18 | 34 | 0 | A | 111 | 46 | 42 |
| Octal | 257 | 156 | 345 | 30 | 64 | 0 | 12 | 421 | 106 | 102 |
| Binary | 10101111 | 1101110 | 11100101 | 11000 | 110100 | 0 | 1010 | 100010001 | 1000110 | 1000010 |
Color Harmonies of #AF6EE5
Complementary color
Monochromatic Colors of #AF6EE5
Black with #AF6EE5
Text Example
Text Example
White with #AF6EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6EE5; }
p { color: rgb(175,110,229); }
H1.HeaderClassName
{
color: #AF6EE5;
}
.AnyTagClassName
{
color: #AF6EE5;
}
</style>
background-color css
<style>
a { background-color: #AF6EE5; }
a { background-color: rgb(175,110,229); }
div.DivClassName
{
background-color: #AF6EE5;
}
.BgClassName
{
background-color: #AF6EE5;
}
</style>
border-color css
<style>
span { border-color: #AF6EE5; }
span { border-color: rgb(175,110,229); }
td.TdClassName
{
border-color: #AF6EE5;
}
.TagClassName
{
border-color: #AF6EE5;
}
</style>