Shades of Amethyst #AF6EE6
Tints of Amethyst #AF6EE6
RGB
CMYK
RGB Variations
Color information
#AF6EE6 (or 0xAF6EE6) is known color: Amethyst. HEX triplet: AF, 6E and E6. RGB value is (175,110,230). Sum of RGB (Red+Green+Blue) = 175+110+230=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 230 (90.23% from 255 or 44.66% from 515); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF6EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6EE6 is #509119. Grayscale: #8E8E8E. Windows color (decimal): -5280026 or 15101615. OLE color: 15101615.
HSL color Cylindrical-coordinate representation of color #AF6EE6: hue angle of 272.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF6EE6 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 110 | 230 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.10 |
| HSL | 272.5º | 0.71% | 0.67% | - |
| HSV(B) | 272.5º | 0.52% | 0.9% | - |
| XYZ | 37.54 | 25.98 | 77.9 | - |
| YUV | 143.12 | 177.03 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 230 | 0.24 | 0.52 | 0 | 0.10 | 272.5 | 0.71 | 0.67 |
| Hex | AF | 6E | E6 | 18 | 34 | 0 | A | 110 | 47 | 43 |
| Octal | 257 | 156 | 346 | 30 | 64 | 0 | 12 | 420 | 107 | 103 |
| Binary | 10101111 | 1101110 | 11100110 | 11000 | 110100 | 0 | 1010 | 100010000 | 1000111 | 1000011 |
Color Harmonies of #AF6EE6
Complementary color
Monochromatic Colors of #AF6EE6
Black with #AF6EE6
Text Example
Text Example
White with #AF6EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6EE6; }
p { color: rgb(175,110,230); }
H1.HeaderClassName
{
color: #AF6EE6;
}
.AnyTagClassName
{
color: #AF6EE6;
}
</style>
background-color css
<style>
a { background-color: #AF6EE6; }
a { background-color: rgb(175,110,230); }
div.DivClassName
{
background-color: #AF6EE6;
}
.BgClassName
{
background-color: #AF6EE6;
}
</style>
border-color css
<style>
span { border-color: #AF6EE6; }
span { border-color: rgb(175,110,230); }
td.TdClassName
{
border-color: #AF6EE6;
}
.TagClassName
{
border-color: #AF6EE6;
}
</style>