Shades of Amethyst #AF6EDE
Tints of Amethyst #AF6EDE
RGB
CMYK
RGB Variations
Color information
#AF6EDE (or 0xAF6EDE) is known color: Amethyst. HEX triplet: AF, 6E and DE. RGB value is (175,110,222). Sum of RGB (Red+Green+Blue) = 175+110+222=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF6EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6EDE is #509121. Grayscale: #8D8D8D. Windows color (decimal): -5280034 or 14577327. OLE color: 14577327.
HSL color Cylindrical-coordinate representation of color #AF6EDE: hue angle of 274.82º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF6EDE is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 110 | 222 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.13 |
| HSL | 274.82º | 0.63% | 0.65% | - |
| HSV(B) | 274.82º | 0.5% | 0.87% | - |
| XYZ | 36.44 | 25.54 | 72.12 | - |
| YUV | 142.2 | 173.03 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 222 | 0.21 | 0.50 | 0 | 0.13 | 274.82 | 0.63 | 0.65 |
| Hex | AF | 6E | DE | 15 | 32 | 0 | D | 113 | 3F | 41 |
| Octal | 257 | 156 | 336 | 25 | 62 | 0 | 15 | 423 | 77 | 101 |
| Binary | 10101111 | 1101110 | 11011110 | 10101 | 110010 | 0 | 1101 | 100010011 | 111111 | 1000001 |
Color Harmonies of #AF6EDE
Complementary color
Monochromatic Colors of #AF6EDE
Black with #AF6EDE
Text Example
Text Example
White with #AF6EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6EDE; }
p { color: rgb(175,110,222); }
H1.HeaderClassName
{
color: #AF6EDE;
}
.AnyTagClassName
{
color: #AF6EDE;
}
</style>
background-color css
<style>
a { background-color: #AF6EDE; }
a { background-color: rgb(175,110,222); }
div.DivClassName
{
background-color: #AF6EDE;
}
.BgClassName
{
background-color: #AF6EDE;
}
</style>
border-color css
<style>
span { border-color: #AF6EDE; }
span { border-color: rgb(175,110,222); }
td.TdClassName
{
border-color: #AF6EDE;
}
.TagClassName
{
border-color: #AF6EDE;
}
</style>