Shades of Amethyst #AF6DDB
Tints of Amethyst #AF6DDB
RGB
CMYK
RGB Variations
Color information
#AF6DDB (or 0xAF6DDB) is known color: Amethyst. HEX triplet: AF, 6D and DB. RGB value is (175,109,219). Sum of RGB (Red+Green+Blue) = 175+109+219=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF6DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DDB is #509224. Grayscale: #8C8C8C. Windows color (decimal): -5280293 or 14380463. OLE color: 14380463.
HSL color Cylindrical-coordinate representation of color #AF6DDB: hue angle of 276º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF6DDB is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 109 | 219 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.14 |
| HSL | 276º | 0.6% | 0.64% | - |
| HSV(B) | 276º | 0.5% | 0.86% | - |
| XYZ | 35.93 | 25.17 | 69.98 | - |
| YUV | 141.27 | 171.87 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 219 | 0.20 | 0.50 | 0 | 0.14 | 276 | 0.6 | 0.64 |
| Hex | AF | 6D | DB | 14 | 32 | 0 | E | 114 | 3C | 40 |
| Octal | 257 | 155 | 333 | 24 | 62 | 0 | 16 | 424 | 74 | 100 |
| Binary | 10101111 | 1101101 | 11011011 | 10100 | 110010 | 0 | 1110 | 100010100 | 111100 | 1000000 |
Color Harmonies of #AF6DDB
Complementary color
Monochromatic Colors of #AF6DDB
Black with #AF6DDB
Text Example
Text Example
White with #AF6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6DDB; }
p { color: rgb(175,109,219); }
H1.HeaderClassName
{
color: #AF6DDB;
}
.AnyTagClassName
{
color: #AF6DDB;
}
</style>
background-color css
<style>
a { background-color: #AF6DDB; }
a { background-color: rgb(175,109,219); }
div.DivClassName
{
background-color: #AF6DDB;
}
.BgClassName
{
background-color: #AF6DDB;
}
</style>
border-color css
<style>
span { border-color: #AF6DDB; }
span { border-color: rgb(175,109,219); }
td.TdClassName
{
border-color: #AF6DDB;
}
.TagClassName
{
border-color: #AF6DDB;
}
</style>