Shades of Amethyst #AF6CDB
Tints of Amethyst #AF6CDB
RGB
CMYK
RGB Variations
Color information
#AF6CDB (or 0xAF6CDB) is known color: Amethyst. HEX triplet: AF, 6C and DB. RGB value is (175,108,219). Sum of RGB (Red+Green+Blue) = 175+108+219=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF6CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CDB is #509324. Grayscale: #8C8C8C. Windows color (decimal): -5280549 or 14380207. OLE color: 14380207.
HSL color Cylindrical-coordinate representation of color #AF6CDB: hue angle of 276.22º 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 #AF6CDB is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 108 | 219 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.14 |
| HSL | 276.22º | 0.61% | 0.64% | - |
| HSV(B) | 276.22º | 0.51% | 0.86% | - |
| XYZ | 35.83 | 24.95 | 69.95 | - |
| YUV | 140.69 | 172.2 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 219 | 0.20 | 0.51 | 0 | 0.14 | 276.22 | 0.61 | 0.64 |
| Hex | AF | 6C | DB | 14 | 33 | 0 | E | 114 | 3D | 40 |
| Octal | 257 | 154 | 333 | 24 | 63 | 0 | 16 | 424 | 75 | 100 |
| Binary | 10101111 | 1101100 | 11011011 | 10100 | 110011 | 0 | 1110 | 100010100 | 111101 | 1000000 |
Color Harmonies of #AF6CDB
Complementary color
Monochromatic Colors of #AF6CDB
Black with #AF6CDB
Text Example
Text Example
White with #AF6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6CDB; }
p { color: rgb(175,108,219); }
H1.HeaderClassName
{
color: #AF6CDB;
}
.AnyTagClassName
{
color: #AF6CDB;
}
</style>
background-color css
<style>
a { background-color: #AF6CDB; }
a { background-color: rgb(175,108,219); }
div.DivClassName
{
background-color: #AF6CDB;
}
.BgClassName
{
background-color: #AF6CDB;
}
</style>
border-color css
<style>
span { border-color: #AF6CDB; }
span { border-color: rgb(175,108,219); }
td.TdClassName
{
border-color: #AF6CDB;
}
.TagClassName
{
border-color: #AF6CDB;
}
</style>