Shades of Amethyst #AF6DD5
Tints of Amethyst #AF6DD5
RGB
CMYK
RGB Variations
Color information
#AF6DD5 (or 0xAF6DD5) is known color: Amethyst. HEX triplet: AF, 6D and D5. RGB value is (175,109,213). Sum of RGB (Red+Green+Blue) = 175+109+213=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF6DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DD5 is #50922A. Grayscale: #8C8C8C. Windows color (decimal): -5280299 or 13987247. OLE color: 13987247.
HSL color Cylindrical-coordinate representation of color #AF6DD5: hue angle of 278.08º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF6DD5 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 109 | 213 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.16 |
| HSL | 278.08º | 0.55% | 0.63% | - |
| HSV(B) | 278.08º | 0.49% | 0.84% | - |
| XYZ | 35.16 | 24.86 | 65.9 | - |
| YUV | 140.59 | 168.87 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 213 | 0.18 | 0.49 | 0 | 0.16 | 278.08 | 0.55 | 0.63 |
| Hex | AF | 6D | D5 | 12 | 31 | 0 | 10 | 116 | 37 | 3F |
| Octal | 257 | 155 | 325 | 22 | 61 | 0 | 20 | 426 | 67 | 77 |
| Binary | 10101111 | 1101101 | 11010101 | 10010 | 110001 | 0 | 10000 | 100010110 | 110111 | 111111 |
Color Harmonies of #AF6DD5
Complementary color
Monochromatic Colors of #AF6DD5
Black with #AF6DD5
Text Example
Text Example
White with #AF6DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6DD5; }
p { color: rgb(175,109,213); }
H1.HeaderClassName
{
color: #AF6DD5;
}
.AnyTagClassName
{
color: #AF6DD5;
}
</style>
background-color css
<style>
a { background-color: #AF6DD5; }
a { background-color: rgb(175,109,213); }
div.DivClassName
{
background-color: #AF6DD5;
}
.BgClassName
{
background-color: #AF6DD5;
}
</style>
border-color css
<style>
span { border-color: #AF6DD5; }
span { border-color: rgb(175,109,213); }
td.TdClassName
{
border-color: #AF6DD5;
}
.TagClassName
{
border-color: #AF6DD5;
}
</style>