Shades of Amethyst #AF6BDB
Tints of Amethyst #AF6BDB
RGB
CMYK
RGB Variations
Color information
#AF6BDB (or 0xAF6BDB) is known color: Amethyst. HEX triplet: AF, 6B and DB. RGB value is (175,107,219). Sum of RGB (Red+Green+Blue) = 175+107+219=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF6BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BDB is #509424. Grayscale: #8B8B8B. Windows color (decimal): -5280805 or 14379951. OLE color: 14379951.
HSL color Cylindrical-coordinate representation of color #AF6BDB: hue angle of 276.43º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF6BDB is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 107 | 219 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.14 |
| HSL | 276.43º | 0.61% | 0.64% | - |
| HSV(B) | 276.43º | 0.51% | 0.86% | - |
| XYZ | 35.72 | 24.74 | 69.91 | - |
| YUV | 140.1 | 172.53 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 219 | 0.20 | 0.51 | 0 | 0.14 | 276.43 | 0.61 | 0.64 |
| Hex | AF | 6B | DB | 14 | 33 | 0 | E | 114 | 3D | 40 |
| Octal | 257 | 153 | 333 | 24 | 63 | 0 | 16 | 424 | 75 | 100 |
| Binary | 10101111 | 1101011 | 11011011 | 10100 | 110011 | 0 | 1110 | 100010100 | 111101 | 1000000 |
Color Harmonies of #AF6BDB
Complementary color
Monochromatic Colors of #AF6BDB
Black with #AF6BDB
Text Example
Text Example
White with #AF6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6BDB; }
p { color: rgb(175,107,219); }
H1.HeaderClassName
{
color: #AF6BDB;
}
.AnyTagClassName
{
color: #AF6BDB;
}
</style>
background-color css
<style>
a { background-color: #AF6BDB; }
a { background-color: rgb(175,107,219); }
div.DivClassName
{
background-color: #AF6BDB;
}
.BgClassName
{
background-color: #AF6BDB;
}
</style>
border-color css
<style>
span { border-color: #AF6BDB; }
span { border-color: rgb(175,107,219); }
td.TdClassName
{
border-color: #AF6BDB;
}
.TagClassName
{
border-color: #AF6BDB;
}
</style>