Shades of Amethyst #AF6DDA
Tints of Amethyst #AF6DDA
RGB
CMYK
RGB Variations
Color information
#AF6DDA (or 0xAF6DDA) is known color: Amethyst. HEX triplet: AF, 6D and DA. RGB value is (175,109,218). Sum of RGB (Red+Green+Blue) = 175+109+218=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF6DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DDA is #509225. Grayscale: #8C8C8C. Windows color (decimal): -5280294 or 14314927. OLE color: 14314927.
HSL color Cylindrical-coordinate representation of color #AF6DDA: hue angle of 276.33º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF6DDA is Cyan = 0.20, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 109 | 218 | - |
| CMYK | 0.20 | 0.5 | 0 | 0.15 |
| HSL | 276.33º | 0.6% | 0.64% | - |
| HSV(B) | 276.33º | 0.5% | 0.85% | - |
| XYZ | 35.8 | 25.11 | 69.29 | - |
| YUV | 141.16 | 171.37 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 218 | 0.20 | 0.5 | 0 | 0.15 | 276.33 | 0.6 | 0.64 |
| Hex | AF | 6D | DA | 14 | 32 | 0 | F | 114 | 3C | 40 |
| Octal | 257 | 155 | 332 | 24 | 62 | 0 | 17 | 424 | 74 | 100 |
| Binary | 10101111 | 1101101 | 11011010 | 10100 | 110010 | 0 | 1111 | 100010100 | 111100 | 1000000 |
Color Harmonies of #AF6DDA
Complementary color
Monochromatic Colors of #AF6DDA
Black with #AF6DDA
Text Example
Text Example
White with #AF6DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6DDA; }
p { color: rgb(175,109,218); }
H1.HeaderClassName
{
color: #AF6DDA;
}
.AnyTagClassName
{
color: #AF6DDA;
}
</style>
background-color css
<style>
a { background-color: #AF6DDA; }
a { background-color: rgb(175,109,218); }
div.DivClassName
{
background-color: #AF6DDA;
}
.BgClassName
{
background-color: #AF6DDA;
}
</style>
border-color css
<style>
span { border-color: #AF6DDA; }
span { border-color: rgb(175,109,218); }
td.TdClassName
{
border-color: #AF6DDA;
}
.TagClassName
{
border-color: #AF6DDA;
}
</style>