Shades of Amethyst #AF6AD7
Tints of Amethyst #AF6AD7
RGB
CMYK
RGB Variations
Color information
#AF6AD7 (or 0xAF6AD7) is known color: Amethyst. HEX triplet: AF, 6A and D7. RGB value is (175,106,215). Sum of RGB (Red+Green+Blue) = 175+106+215=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF6AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6AD7 is #509528. Grayscale: #8A8A8A. Windows color (decimal): -5281065 or 14117551. OLE color: 14117551.
HSL color Cylindrical-coordinate representation of color #AF6AD7: hue angle of 277.98º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF6AD7 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 106 | 215 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.16 |
| HSL | 277.98º | 0.58% | 0.63% | - |
| HSV(B) | 277.98º | 0.51% | 0.84% | - |
| XYZ | 35.1 | 24.33 | 67.14 | - |
| YUV | 139.06 | 170.86 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 215 | 0.19 | 0.51 | 0 | 0.16 | 277.98 | 0.58 | 0.63 |
| Hex | AF | 6A | D7 | 13 | 33 | 0 | 10 | 116 | 3A | 3F |
| Octal | 257 | 152 | 327 | 23 | 63 | 0 | 20 | 426 | 72 | 77 |
| Binary | 10101111 | 1101010 | 11010111 | 10011 | 110011 | 0 | 10000 | 100010110 | 111010 | 111111 |
Color Harmonies of #AF6AD7
Complementary color
Monochromatic Colors of #AF6AD7
Black with #AF6AD7
Text Example
Text Example
White with #AF6AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6AD7; }
p { color: rgb(175,106,215); }
H1.HeaderClassName
{
color: #AF6AD7;
}
.AnyTagClassName
{
color: #AF6AD7;
}
</style>
background-color css
<style>
a { background-color: #AF6AD7; }
a { background-color: rgb(175,106,215); }
div.DivClassName
{
background-color: #AF6AD7;
}
.BgClassName
{
background-color: #AF6AD7;
}
</style>
border-color css
<style>
span { border-color: #AF6AD7; }
span { border-color: rgb(175,106,215); }
td.TdClassName
{
border-color: #AF6AD7;
}
.TagClassName
{
border-color: #AF6AD7;
}
</style>