Shades of Amethyst #AF6ADB
Tints of Amethyst #AF6ADB
RGB
CMYK
RGB Variations
Color information
#AF6ADB (or 0xAF6ADB) is known color: Amethyst. HEX triplet: AF, 6A and DB. RGB value is (175,106,219). Sum of RGB (Red+Green+Blue) = 175+106+219=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF6ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ADB is #509524. Grayscale: #8B8B8B. Windows color (decimal): -5281061 or 14379695. OLE color: 14379695.
HSL color Cylindrical-coordinate representation of color #AF6ADB: hue angle of 276.64º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF6ADB is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 106 | 219 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.14 |
| HSL | 276.64º | 0.61% | 0.64% | - |
| HSV(B) | 276.64º | 0.52% | 0.86% | - |
| XYZ | 35.62 | 24.54 | 69.88 | - |
| YUV | 139.51 | 172.86 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 219 | 0.20 | 0.52 | 0 | 0.14 | 276.64 | 0.61 | 0.64 |
| Hex | AF | 6A | DB | 14 | 34 | 0 | E | 115 | 3D | 40 |
| Octal | 257 | 152 | 333 | 24 | 64 | 0 | 16 | 425 | 75 | 100 |
| Binary | 10101111 | 1101010 | 11011011 | 10100 | 110100 | 0 | 1110 | 100010101 | 111101 | 1000000 |
Color Harmonies of #AF6ADB
Complementary color
Monochromatic Colors of #AF6ADB
Black with #AF6ADB
Text Example
Text Example
White with #AF6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6ADB; }
p { color: rgb(175,106,219); }
H1.HeaderClassName
{
color: #AF6ADB;
}
.AnyTagClassName
{
color: #AF6ADB;
}
</style>
background-color css
<style>
a { background-color: #AF6ADB; }
a { background-color: rgb(175,106,219); }
div.DivClassName
{
background-color: #AF6ADB;
}
.BgClassName
{
background-color: #AF6ADB;
}
</style>
border-color css
<style>
span { border-color: #AF6ADB; }
span { border-color: rgb(175,106,219); }
td.TdClassName
{
border-color: #AF6ADB;
}
.TagClassName
{
border-color: #AF6ADB;
}
</style>